aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-37/+35
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-61/+75
2013-08-30net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet1-8/+3
2013-08-27net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski1-1/+1
2013-08-13rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen1-1/+1
2013-08-10rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala1-1/+1
2013-08-09net: flow_dissector: add 802.1ad supportEric Dumazet1-0/+1
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-1/+1
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-6/+4
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-10/+10
2013-08-08netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_stateTejun Heo1-28/+28
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-1/+1
2013-08-05neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico1-4/+6
2013-08-02net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+5
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang3-5/+5
2013-07-26net: core: convert class code to use dev_groupsGreg Kroah-Hartman1-61/+75
2013-07-26neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Francesco Fusco1-7/+22
2013-07-24net: fix comment above build_skb()Florian Fainelli1-1/+2
2013-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-12/+29
2013-07-18vlan: mask vlan prio bitsEric Dumazet1-2/+9
2013-07-16ethtool: fixed trailing statements in ethtoolDragos Foianu1-10/+20
2013-07-14net: delete __cpuinit usage from all net filesPaul Gortmaker1-2/+2
2013-07-12net: access page->private by using page_privateSunghan Suh1-3/+3
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck1-8/+6
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir2-7/+7
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir3-3/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds18-173/+556
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir1-1/+2
2013-07-03core: Copy inner_protocol in copy_skb_header()Joe Stringer1-0/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-38/+52
2013-07-02core/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/git/gregkh/char-miscLinus Torvalds2-22/+1
2013-07-02ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt1-1/+20
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/vxlan-nextDavid S. Miller1-8/+0
2013-07-01neighbour: fix a race in neigh_destroy()Eric Dumazet1-5/+7
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel2-10/+24
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan3-30/+40
2013-06-25Merge ../vxlan-xStephen Hemminger1-8/+0
2013-06-25net: poll/select low latency socket supportEliezer Tamir2-1/+9
2013-06-25gre: 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-23net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-19neigh: disallow un-init_net to change thresh of neighGao feng1-0/+6
2013-06-19neigh: only allow init_net to change the default neigh_parmsGao feng1-1/+1
2013-06-19neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng1-6/+2
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+11
2013-06-17vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao1-3/+3
2013-06-17net: add socket option for low latency pollingEliezer Tamir1-0/+20
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir1-2/+2