summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski2013-08-271-1/+1
* rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen2013-08-131-1/+1
* rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala2013-08-101-1/+1
* net: flow_dissector: add 802.1ad supportEric Dumazet2013-08-091-0/+1
* neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico2013-08-051-4/+6
* net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-08-021-1/+5
* net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-013-5/+5
* neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Francesco Fusco2013-07-261-7/+22
* net: fix comment above build_skb()Florian Fainelli2013-07-241-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-182-12/+29
|\
| * vlan: mask vlan prio bitsEric Dumazet2013-07-181-2/+9
| * ethtool: fixed trailing statements in ethtoolDragos Foianu2013-07-161-10/+20
* | net: delete __cpuinit usage from all net filesPaul Gortmaker2013-07-141-2/+2
|/
* net: access page->private by using page_privateSunghan Suh2013-07-121-3/+3
* gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-111-8/+6
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-102-7/+7
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-103-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-0918-173/+556
|\
| * net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-081-1/+2
| * core: Copy inner_protocol in copy_skb_header()Joe Stringer2013-07-031-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-034-38/+52
| |\
| * | core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata2013-07-021-0/+6
| * | ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt2013-07-021-1/+20
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller2013-07-011-8/+0
| |\ \
| | * \ Merge ../vxlan-xStephen Hemminger2013-06-251-8/+0
| | |\ \
| | | * | rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport2013-06-251-8/+0
| * | | | neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-011-5/+7
| * | | | dev: introduce skb_scrub_packet()Nicolas Dichtel2013-06-272-10/+24
| |/ / /
| * / / net: poll/select low latency socket supportEliezer Tamir2013-06-252-1/+9
| |/ /
| * | net: Unmap fragment page once iterator is doneWedson Almeida Filho2013-06-241-1/+6
| * | net: allow large number of tx queuesEric Dumazet2013-06-231-7/+19
| * | neigh: disallow un-init_net to change thresh of neighGao feng2013-06-191-0/+6
| * | neigh: only allow init_net to change the default neigh_parmsGao feng2013-06-191-1/+1
| * | neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng2013-06-191-6/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-193-6/+11
| |\ \
| * | | net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+20
| * | | net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir2013-06-171-2/+2
| * | | net/core: Add VF link state controlRony Efraim2013-06-131-2/+20
| * | | net-rps: fixes for rps flow limitWillem de Bruijn2013-06-131-3/+16
| * | | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-132-7/+7
| * | | net: make all team port device link events urgentFlavio Leitner2013-06-131-0/+3
| * | | pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skbDaniel Borkmann2013-06-121-25/+27
| * | | net_sched: add 64bit rate estimatorsEric Dumazet2013-06-112-11/+23
| * | | net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)2013-06-111-13/+2
| * | | udp: add low latency socket poll supportEliezer Tamir2013-06-101-0/+4
| * | | net: add low latency socket pollEliezer Tamir2013-06-103-0/+20
| * | | net: add napi_id and hashEliezer Tamir2013-06-101-0/+59
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-053-11/+16
| |\ \ \
| * | | | netpoll: fix position of network headerAmerigo Wang2013-06-041-16/+4
| * | | | pktgen: Fix position of ip and udp headerThomas Graf2013-06-041-27/+12