aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-108-34/+44
|\
| * netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-10-131-5/+4
| * splice: fix racy pipe->buffers usesEric Dumazet2013-10-051-1/+2
| * net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-09-141-1/+6
| * neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-281-5/+7
| * ipv6: do not clear pinet6 fieldEric Dumazet2013-05-191-12/+0
| * net: fix incorrect credentials passingLinus Torvalds2013-05-011-4/+10
| * rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-05-011-2/+2
| * netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-05-011-0/+1
| * net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-05-011-3/+3
| * net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-04-051-0/+6
| * rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-281-1/+1
| * rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-201-0/+1
| * bridging: fix rx_handlers return codeCristian Bercaru2013-03-201-0/+1
* | smdk4412: network: squashed commitsDerTeufel2014-12-091-1/+58
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-2711-148/+266
|\ \ | |/
| * pktgen: correctly handle failures when adding a deviceCong Wang2013-02-141-3/+6
| * rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet2013-01-171-8/+10
| * rtnetlink: Fix problem with buffer allocationGreg Rose2013-01-171-19/+58
| * rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-173-19/+58
| * net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-261-1/+3
| * net: correct check in dev_addr_del()Jiri Pirko2012-11-261-1/+2
| * net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com2012-10-281-4/+2
| * pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-211-1/+1
| * net: do not disable sg for packets requiring no checksumEd Cashin2012-10-131-1/+2
| * net: guard tcp_set_keepalive() to tcp socketsEric Dumazet2012-10-131-1/+2
| * net: small bug on rxhash calculationChema Gonzalez2012-10-131-5/+6
| * drop_monitor: dont sleep in atomic contextEric Dumazet2012-10-021-68/+33
| * drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-10-021-5/+7
| * drop_monitor: Make updating data->skb smp safeNeil Horman2012-10-021-16/+54
| * drop_monitor: fix sleeping in invalid context warningNeil Horman2012-10-021-7/+7
| * net: Statically initialize init_net.dev_base_headRustad, Mark D2012-10-022-2/+5
| * net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-10-021-2/+5
| * tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-021-0/+1
| * net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-10-021-0/+4
| * net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-08-152-0/+4
| * net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-08-091-1/+7
| * netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-07-161-5/+6
| * ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław2012-07-161-0/+1
| * net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-07-161-2/+5
| * Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-06-101-31/+5
| * pktgen: fix module unload for goodEric Dumazet2012-06-101-2/+2
| * pktgen: fix crash at module unloadEric Dumazet2012-06-101-2/+8
| * net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman2012-05-211-0/+20
* | merge opensource jb u5codeworkx2012-09-221-5/+5
|/
* netns: do not leak net_generic data on failed initJulian Anastasov2012-04-271-15/+18
* net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-271-1/+3
* net: fix napi_reuse_skb() skb reserveEric Dumazet2012-04-021-1/+2
* neighbour: Fixed race condition at tbl->nhtMichel Machado2012-03-191-0/+2
* netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet2012-02-291-1/+1