summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds18-173/+556
2013-07-09net: rename low latency sockets functions to busy pollEliezer Tamir1-1/+2
2013-07-04core: Copy inner_protocol in copy_skb_header()Joe Stringer1-0/+1
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-38/+52
2013-07-03core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata1-0/+6
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-22/+1
2013-07-02ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt1-1/+20
2013-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller1-8/+0
2013-07-02neighbour: fix a race in neigh_destroy()Eric Dumazet1-5/+7
2013-06-28dev: introduce skb_scrub_packet()Nicolas Dichtel2-10/+24
2013-06-27net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan3-30/+40
2013-06-26Merge ../vxlan-xStephen Hemminger1-8/+0
2013-06-26net: poll/select low latency socket supportEliezer Tamir2-1/+9
2013-06-26gre: fix a possible skb leakEric Dumazet1-8/+12
2013-06-25rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport1-8/+0
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho1-1/+6
2013-06-24net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-20neigh: disallow un-init_net to change thresh of neighGao feng1-0/+6
2013-06-20neigh: only allow init_net to change the default neigh_parmsGao feng1-1/+1
2013-06-20neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng1-6/+2
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+11
2013-06-18vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao1-3/+3
2013-06-18net: add socket option for low latency pollingEliezer Tamir1-0/+20
2013-06-18net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir1-2/+2
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman2-3/+8
2013-06-14net/core: Add VF link state controlRony Efraim1-2/+20
2013-06-14net-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-11sock_diag: fix filter code sent to userspaceNicolas Dichtel2-3/+8
2013-06-11udp: add low latency socket poll supportEliezer Tamir1-0/+4
2013-06-11net: add low latency socket pollEliezer Tamir3-0/+20
2013-06-11net: add napi_id and hashEliezer Tamir1-0/+59
2013-06-09Merge 3.10-rc5 into char-misc-nextGreg Kroah-Hartman3-11/+16
2013-06-06Merge 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-05netpoll: fix position of network headerAmerigo Wang1-16/+4
2013-06-05pktgen: Fix position of ip and udp headerThomas Graf1-27/+12
2013-06-05net: fix sk_buff head without data areaPablo Neira1-2/+2
2013-06-05net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman1-1/+1
2013-06-05net: mark netdev_create_hash __net_initBaruch Siach1-1/+1
2013-06-01net: clean up skb headers codeCong Wang1-11/+5
2013-06-01net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh1-1/+1
2013-06-01net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh1-4/+7
2013-06-01net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh1-1/+2
2013-06-01net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh1-0/+1
2013-05-29net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga1-3/+3