summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2013-08-30net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet-8/+3
2013-08-27net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski-1/+1
2013-08-13rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen-1/+1
2013-08-10rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala-1/+1
2013-08-09net: flow_dissector: add 802.1ad supportEric Dumazet-0/+1
2013-08-05neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico-4/+6
2013-08-02net: check net.core.somaxconn sysctl valuesRoman Gushchin-1/+5
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang-5/+5
2013-07-26neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Francesco Fusco-7/+22
2013-07-24net: fix comment above build_skb()Florian Fainelli-1/+2
2013-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-12/+29
2013-07-18vlan: mask vlan prio bitsEric Dumazet-2/+9
2013-07-16ethtool: fixed trailing statements in ethtoolDragos Foianu-10/+20
2013-07-14net: delete __cpuinit usage from all net filesPaul Gortmaker-2/+2
2013-07-12net: access page->private by using page_privateSunghan Suh-3/+3
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck-8/+6
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir-7/+7
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir-3/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-173/+556
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir-1/+2
2013-07-03core: Copy inner_protocol in copy_skb_header()Joe Stringer-0/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-38/+52
2013-07-02core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata-0/+6
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-22/+1
2013-07-02ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt-1/+20
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller-8/+0
2013-07-01neighbour: fix a race in neigh_destroy()Eric Dumazet-5/+7
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel-10/+24
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan-30/+40
2013-06-25Merge ../vxlan-xStephen Hemminger-8/+0
2013-06-25net: poll/select low latency socket supportEliezer Tamir-1/+9
2013-06-25gre: fix a possible skb leakEric Dumazet-8/+12
2013-06-25rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport-8/+0
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho-1/+6
2013-06-23net: allow large number of tx queuesEric Dumazet-7/+19
2013-06-19neigh: disallow un-init_net to change thresh of neighGao feng-0/+6
2013-06-19neigh: only allow init_net to change the default neigh_parmsGao feng-1/+1
2013-06-19neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng-6/+2
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+11
2013-06-17vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao-3/+3
2013-06-17net: add socket option for low latency pollingEliezer Tamir-0/+20
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir-2/+2
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman-3/+8
2013-06-13net/core: Add VF link state controlRony Efraim-2/+20
2013-06-13net-rps: fixes for rps flow limitWillem de Bruijn-3/+16
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches-7/+7
2013-06-13net: make all team port device link events urgentFlavio Leitner-0/+3
2013-06-12pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skbDaniel Borkmann-25/+27
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet-11/+23
2013-06-11net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)-13/+2