aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-09-30net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet
2013-09-28net: net_secret should not depend on TCPEric Dumazet
2013-09-28net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman
2013-09-19netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov
2013-09-12netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang
2013-09-11net: fix multiqueue selectionEric Dumazet
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-04net: correctly interlink lower/upper devicesVeaceslav Falico
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger
2013-08-30net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet
2013-08-29net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico
2013-08-29net: remove search_list from netdev_adjacentVeaceslav Falico
2013-08-29net: add lower_dev_list to net_device and make a full meshVeaceslav Falico
2013-08-29net: rename netdev_upper to netdev_adjacentVeaceslav Falico
2013-08-28sysfs: Restrict mounting sysfsEric W. Biederman
2013-08-27net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15rtnetlink: remove an unneeded testDan Carpenter
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel
2013-08-13rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen
2013-08-10rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet
2013-08-09net: flow_dissector: add 802.1ad supportEric Dumazet
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo
2013-08-08netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo
2013-08-07net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang
2013-08-07net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang
2013-08-07net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang
2013-08-07net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang
2013-08-07net: move iov_pages() to net/core/iovec.cJason Wang
2013-08-05neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-03fib_rules: fix suppressor names and default valuesStefan Tomanek
2013-08-02neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico
2013-08-02fib_rules: add route suppression based on ifgroupStefan Tomanek
2013-08-02net: check net.core.somaxconn sysctl valuesRoman Gushchin
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang
2013-07-31fib_rules: add .suppress operationStefan Tomanek
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet