Age | Commit message (Expand) | Author |
2013-11-07 | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2013-11-02 | net: flow_dissector: fail on evil iph->ihl | Jason Wang |
2013-10-25 | netpoll: fix rx_hook() interface by passing the skb | Antonio Quartulli |
2013-10-19 | Merge 3.12-rc6 into driver-core-next | Greg Kroah-Hartman |
2013-10-09 | net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected | Fabio Estevam |
2013-10-08 | pkt_sched: fq: fix non TCP flows pacing | Eric Dumazet |
2013-10-07 | net: fix unsafe set_memory_rw from softirq | Alexei Starovoitov |
2013-10-07 | netif_set_xps_queue: make cpu mask const | Michael S. Tsirkin |
2013-09-30 | net: flow_dissector: fix thoff for IPPROTO_AH | Eric Dumazet |
2013-09-28 | net: net_secret should not depend on TCP | Eric Dumazet |
2013-09-28 | net: Delay default_device_exit_batch until no devices are unregistering v2 | Eric W. Biederman |
2013-09-26 | sysfs: make attr namespace interface less convoluted | Tejun Heo |
2013-09-19 | netpoll: fix NULL pointer dereference in netpoll_cleanup | Nikolay Aleksandrov |
2013-09-12 | netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply | Sonic Zhang |
2013-09-11 | net: fix multiqueue selection | Eric Dumazet |
2013-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-09-04 | net: correctly interlink lower/upper devices | Veaceslav Falico |
2013-09-04 | skb: allow skb_scrub_packet() to be used by tunnels | Nicolas Dichtel |
2013-09-03 | net: neighbour: Remove CONFIG_ARPD | Tim Gardner |
2013-09-03 | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2013-09-03 | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2013-08-30 | userns: Kill nsown_capable it makes the wrong thing easy | Eric W. Biederman |
2013-08-31 | qdisc: allow setting default queuing discipline | stephen hemminger |
2013-08-30 | net: revert 8728c544a9c ("net: dev_pick_tx() fix") | Eric Dumazet |
2013-08-29 | net: add netdev_upper_get_next_dev_rcu(dev, iter) | Veaceslav Falico |
2013-08-29 | net: remove search_list from netdev_adjacent | Veaceslav Falico |
2013-08-29 | net: add lower_dev_list to net_device and make a full mesh | Veaceslav Falico |
2013-08-29 | net: rename netdev_upper to netdev_adjacent | Veaceslav Falico |
2013-08-28 | sysfs: Restrict mounting sysfs | Eric W. Biederman |
2013-08-27 | net: Check the correct namespace when spoofing pid over SCM_RIGHTS | Andy Lutomirski |
2013-08-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-08-15 | rtnetlink: remove an unneeded test | Dan Carpenter |
2013-08-15 | dev: move skb_scrub_packet() after eth_type_trans() | Nicolas Dichtel |
2013-08-13 | rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg header | Asbjoern Sloth Toennesen |
2013-08-10 | rtnetlink: Fix inverted check in ndo_dflt_fdb_del() | Sridhar Samudrala |
2013-08-10 | net: attempt high order allocations in sock_alloc_send_pskb() | Eric Dumazet |
2013-08-09 | net: flow_dissector: add 802.1ad support | Eric Dumazet |
2013-08-08 | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup | Tejun Heo |
2013-08-08 | cgroup: pass around cgroup_subsys_state instead of cgroup in file methods | Tejun Heo |
2013-08-08 | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods | Tejun Heo |
2013-08-08 | netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne... | Tejun Heo |
2013-08-08 | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ | Tejun Heo |
2013-08-07 | net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec() | Jason Wang |
2013-08-07 | net: use release_pages() in zerocopy_sg_from_iovec() | Jason Wang |
2013-08-07 | net: remove the useless comment in zerocopy_sg_from_iovec() | Jason Wang |
2013-08-07 | net: use skb_fill_page_desc() in zerocopy_sg_from_iovec() | Jason Wang |
2013-08-07 | net: move zerocopy_sg_from_iovec() to net/core/datagram.c | Jason Wang |
2013-08-07 | net: move iov_pages() to net/core/iovec.c | Jason Wang |