aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman2-3/+8
2013-06-13net/core: Add VF link state controlRony Efraim1-2/+20
2013-06-13net-rps: fixes for rps flow limitWillem de Bruijn1-3/+16
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2-7/+7
2013-06-13net: make all team port device link events urgentFlavio Leitner1-0/+3
2013-06-12pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skbDaniel Borkmann1-25/+27
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet2-11/+23
2013-06-11net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)1-13/+2
2013-06-10sock_diag: fix filter code sent to userspaceNicolas Dichtel2-3/+8
2013-06-10udp: add low latency socket poll supportEliezer Tamir1-0/+4
2013-06-10net: add low latency socket pollEliezer Tamir3-0/+20
2013-06-10net: add napi_id and hashEliezer Tamir1-0/+59
2013-06-08Merge 3.10-rc5 into char-misc-nextGreg Kroah-Hartman3-11/+16
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+16
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2-22/+1
2013-06-04netpoll: fix position of network headerAmerigo Wang1-16/+4
2013-06-04pktgen: Fix position of ip and udp headerThomas Graf1-27/+12
2013-06-04net: fix sk_buff head without data areaPablo Neira1-2/+2
2013-06-04net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman1-1/+1
2013-06-04net: mark netdev_create_hash __net_initBaruch Siach1-1/+1
2013-05-31net: clean up skb headers codeCong Wang1-11/+5
2013-05-31net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh1-1/+1
2013-05-31net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh1-4/+7
2013-05-31net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh1-1/+2
2013-05-31net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh1-0/+1
2013-05-28net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga1-3/+3
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2-3/+22
2013-05-28net: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-2/+2
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-6/+0
2013-05-28net: Fix build warnings after mac_header and transport_header became __u16.David S. Miller1-5/+5
2013-05-28net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko1-2/+7
2013-05-28net: pass info struct via netdevice notifierJiri Pirko7-18/+54
2013-05-27netpoll: remove return value from netpoll_rx_disable()dingtianhong2-13/+5
2013-05-27MPLS: Add limited GSO supportSimon Horman2-0/+5
2013-05-25net: add netnotifier event for upper device changeJiri Pirko1-1/+2
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-50/+0
2013-05-22net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman1-1/+2
2013-05-20rps: selective flow shedding during softnet overflowWillem de Bruijn3-3/+165
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell1-50/+0
2013-05-17dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()Nicolas Dichtel1-1/+0
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet1-12/+0
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar1-0/+11
2013-05-06netpoll: inverted down_trylock() testDan Carpenter1-1/+1
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro1-11/+1
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork1-1/+1
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+10
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-4/+2
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-3/+4
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-312/+635