summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2012-07-16netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-07-16ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław1-0/+1
2012-07-16net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang1-2/+5
2012-06-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-31/+5
2012-06-10pktgen: fix module unload for goodEric Dumazet1-2/+2
2012-06-10pktgen: fix crash at module unloadEric Dumazet1-2/+8
2012-05-21net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-04-27netns: do not leak net_generic data on failed initJulian Anastasov1-15/+18
2012-04-27net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-02net: fix napi_reuse_skb() skb reserveEric Dumazet1-1/+2
2012-03-19neighbour: Fixed race condition at tbl->nhtMichel Machado1-0/+2
2012-02-29netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet1-1/+1
2012-02-29gro: more generic L2 header checkEric Dumazet1-2/+8
2012-02-13net: fix NULL dereferences in check_peer_redir()Eric Dumazet2-12/+22
2012-02-03netns: fix net_alloc_generic()Eric Dumazet1-15/+16
2011-11-11net: Handle different key sizes between address families in flow cachedpward1-14/+17
2011-11-11net: Unlock sock before calling sk_free()Thomas Gleixner1-0/+1
2011-11-11net: hold sock reference while processing tx timestampsRichard Cochran1-2/+10
2011-11-11rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman1-0/+1
2011-10-03scm: Capture the full credentials of the scm senderTim Chen1-1/+1
2011-10-03fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng1-2/+2
2011-10-03arp: fix rcu lockdep splat in arp_process()Eric Dumazet1-2/+6
2011-08-15net: allow netif_carrier to be called safely from IRQstephen hemminger1-1/+1
2011-08-15net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman1-3/+5
2011-08-15net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-1/+185
2011-08-04ethtool: Allow zero-length register dumps againBen Hutchings1-2/+2
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller1-2/+4
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-16/+19
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro2-16/+19
2011-06-11netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter1-1/+2
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko1-1/+1
2011-06-09netpoll: prevent netpoll setup on slave devicesWANG Cong1-0/+6
2011-06-07net: cpu offline cause napi stallHeiko Carstens1-0/+5
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller1-11/+5
2011-06-05get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro1-9/+7
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+5
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi1-2/+5
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-1/+27
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller2-0/+2
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller1-0/+1
2011-05-26net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsMichał Mirosław1-1/+24
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2-1/+69
2011-05-25net: hold rtnl again in dump callbacksEric Dumazet2-2/+8
2011-05-25net: make dev_disable_lro use physical device if passed a vlan dev (v2)Neil Horman1-0/+7
2011-05-24net: fix get_net_ns_by_fd for !CONFIG_NET_NSStephen Rothwell1-22/+27
2011-05-24net: fix __dst_destroy_metrics_generic()Eric Dumazet1-1/+1
2011-05-24net: use synchronize_rcu_expedited()Eric Dumazet1-1/+4
2011-05-23net: filter: Use WARN_RATELIMITJoe Perches1-1/+3
2011-05-22pktgen: refactor pg_init() codeWANG Cong1-7/+12
2011-05-22pktgen: use vzalloc_node() instead of vmalloc_node() + memset()WANG Cong1-2/+1