summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+8
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-10-26netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli1-13/+18
2013-10-20Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman3-6/+74
2013-10-09net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam1-0/+2
2013-10-09pkt_sched: fq: fix non TCP flows pacingEric Dumazet1-0/+1
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+4
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin1-1/+2
2013-09-30net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet1-2/+2
2013-09-29net: net_secret should not depend on TCPEric Dumazet1-3/+24
2013-09-29net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman1-1/+48
2013-09-27sysfs: make attr namespace interface less convolutedTejun Heo1-6/+8
2013-09-19netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-09-13netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang1-1/+1
2013-09-12net: fix multiqueue selectionEric Dumazet1-1/+1
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-3/+11
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-137/+693
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+4
2013-09-04net: correctly interlink lower/upper devicesVeaceslav Falico1-2/+2
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel2-8/+13
2013-09-04net: neighbour: Remove CONFIG_ARPDTim Gardner1-2/+0
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-37/+35
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-61/+75
2013-08-31userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2-3/+3
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger1-1/+29
2013-08-31net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet1-8/+3
2013-08-30net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico1-0/+25
2013-08-30net: remove search_list from netdev_adjacentVeaceslav Falico1-36/+1
2013-08-30net: add lower_dev_list to net_device and make a full meshVeaceslav Falico1-27/+258
2013-08-30net: rename netdev_upper to netdev_adjacentVeaceslav Falico1-12/+12
2013-08-29sysfs: Restrict mounting sysfsEric W. Biederman1-0/+8
2013-08-27net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski1-1/+1
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2013-08-15rtnetlink: remove an unneeded testDan Carpenter1-2/+2
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel1-3/+3
2013-08-14rtnetlink: 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-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-49/+51
2013-08-09net: flow_dissector: add 802.1ad supportEric Dumazet1-0/+1
2013-08-09cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-1/+1
2013-08-09cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-6/+4
2013-08-09cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-10/+10
2013-08-09netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo1-28/+28
2013-08-09cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-1/+1
2013-08-08net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang1-27/+10
2013-08-08net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang1-4/+2
2013-08-08net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang1-1/+0
2013-08-08net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang1-2/+1
2013-08-08net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang1-0/+93
2013-08-08net: move iov_pages() to net/core/iovec.cJason Wang1-0/+24