Age | Commit message (Expand) | Author |
2013-05-01 | net: rate-limit warn-bad-offload splats. | Ben Greear |
2013-05-01 | rtnetlink: Call nlmsg_parse() with correct header length | Michael Riesch |
2013-05-01 | netfilter: don't reset nf_trace in nf_reset() | Patrick McHardy |
2013-05-01 | net: count hw_addr syncs so that unsync works properly. | Vlad Yasevich |
2013-04-05 | net: fix the use of this_cpu_ptr | Li RongQing |
2013-04-05 | net: add a synchronize_net() in netdev_rx_handler_unregister() | Eric Dumazet |
2013-04-05 | net: remove a WARN_ON() in net_enable_timestamp() | Eric Dumazet |
2013-04-05 | scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids. | Eric W. Biederman |
2013-03-28 | rtnetlink: Mask the rta_type when range checking | Vlad Yasevich |
2013-03-20 | rtnl: fix info leak on RTM_GETLINK request for VF devices | Mathias Krause |
2013-03-20 | bridging: fix rx_handlers return code | Cristian Bercaru |
2013-02-28 | sock_diag: Fix out-of-bounds access to sock_diag_handlers[] | Mathias Krause |
2013-02-28 | ipv6: fix race condition regarding dst->expires and dst->from. | YOSHIFUJI Hideaki |
2013-02-12 | net: fix infinite loop in __skb_recv_datagram() | Eric Dumazet |
2013-02-03 | net: Fix inner_network_header assignment in skb-copy. | Pravin B Shelar |
2013-01-29 | pktgen: correctly handle failures when adding a device | Cong Wang |
2013-01-22 | net: net_cls: fd passed in SCM_RIGHTS datagram not set correctly | Daniel Wagner |
2013-01-20 | net: splice: fix __splice_segment() | Eric Dumazet |
2013-01-20 | net: splice: avoid high order page splitting | Eric Dumazet |
2013-01-14 | tcp: fix a panic on UP machines in reqsk_fastopen_remove | Eric Dumazet |
2013-01-11 | net, wireless: overwrite default_ethtool_ops | Stanislaw Gruszka |
2012-12-22 | CONFIG_HOTPLUG removal from networking core | Greg KH |
2012-12-21 | net: devnet_rename_seq should be a seqcount | Eric Dumazet |
2012-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2012-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2012-12-14 | userns: Require CAP_SYS_ADMIN for most uses of setns. | Eric W. Biederman |
2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2012-12-12 | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2012-12-11 | net: gro: avoid double copy in skb_gro_receive() | Eric Dumazet |
2012-12-11 | net: remove obsolete simple_strto<foo> | Abhijit Pawar |
2012-12-11 | net: gro: dev_gro_receive() cleanup | Eric Dumazet |
2012-12-10 | net: remove obsolete simple_strto<foo> | Abhijit Pawar |
2012-12-09 | net: Handle encapsulated offloads before fragmentation or handing to lower dev | Alexander Duyck |
2012-12-09 | net: Add support for hardware-offloaded encapsulation | Joseph Gasparakis |
2012-12-07 | net: gro: fix possible panic in skb_gro_receive() | Eric Dumazet |
2012-12-07 | net: call notifiers for mtu change even if iface is not up | Jiri Pirko |
2012-12-05 | net: fix some compiler warning in net/core/neighbour.c | Cong Wang |
2012-12-05 | net: neighbour: prohibit negative value for unres_qlen_bytes parameter | Shan Wei |
2012-12-04 | net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD | Serge Hallyn |
2012-11-30 | rtnelink: remove unused parameter from rtnl_create_link(). | Rami Rosen |
2012-11-29 | core: make GRO methods static. | Rami Rosen |
2012-11-26 | sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name | Brian Haley |
2012-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-11-22 | netprio_cgroup: allow nesting and inherit config on cgroup creation | Tejun Heo |
2012-11-22 | netprio_cgroup: implement netprio[_set]_prio() helpers | Tejun Heo |
2012-11-22 | netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx | Tejun Heo |
2012-11-22 | netprio_cgroup: reimplement priomap expansion | Tejun Heo |
2012-11-22 | netprio_cgroup: shorten variable names in extend_netdev_table() | Tejun Heo |
2012-11-22 | netprio_cgroup: simplify write_priomap() | Tejun Heo |
2012-11-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |