| Age | Commit message (Expand) | Author |
| 2015-12-14 | net/neighbour: fix crash at dumping device-agnostic proxy entries | Konstantin Khlebnikov |
| 2015-12-14 | net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds | Daniel Borkmann |
| 2015-12-09 | net: fix a race in dst_release() | Eric Dumazet |
| 2015-10-27 | ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings | Joe Perches |
| 2015-10-27 | bpf: clear sender_cpu before xmit | Alexei Starovoitov |
| 2015-10-27 | bpf: fix panic in SO_GET_FILTER with native ebpf programs | Daniel Borkmann |
| 2015-10-27 | skbuff: Fix skb checksum partial check. | Pravin B Shelar |
| 2015-10-03 | fib_rules: fix fib rule dumps across multiple skbs | Wilson Kok |
| 2015-10-03 | rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink | Roopa Prabhu |
| 2015-10-03 | sock, diag: fix panic in sock_diag_put_filterinfo | Daniel Borkmann |
| 2015-08-21 | mm: make page pfmemalloc check more robust | Michal Hocko |
| 2015-08-13 | net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code | Linus Lüssing |
| 2015-08-10 | inet: fix races with reqsk timers | Eric Dumazet |
| 2015-08-06 | net: pktgen: don't abuse current->state in pktgen_thread_worker() | Oleg Nesterov |
| 2015-08-06 | net: Fix skb_set_peeked use-after-free bug | Herbert Xu |
| 2015-07-30 | net: sk_clone_lock() should only do get_net() if the parent is not a kernel s... | Sowmini Varadhan |
| 2015-07-27 | tcp: fix recv with flags MSG_WAITALL | MSG_PEEK | Sabrina Dubroca |
| 2015-07-25 | cgroup: net_cls: fix false-positive "suspicious RCU usage" | Konstantin Khlebnikov |
| 2015-07-21 | net: ratelimit warnings about dst entry refcount underflow or overflow | Konstantin Khlebnikov |
| 2015-07-15 | net: Fix skb csum races when peeking | Herbert Xu |
| 2015-07-15 | net: Clone skb before setting peeked flag | Herbert Xu |
| 2015-07-15 | rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTS | Daniel Borkmann |
| 2015-07-10 | net: call rcu_read_lock early in process_backlog | Julian Anastasov |
| 2015-07-10 | net: do not process device backlog during unregistration | Julian Anastasov |
| 2015-07-09 | net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker() | Oleg Nesterov |
| 2015-07-09 | net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() | Oleg Nesterov |
| 2015-07-08 | rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver | Daniel Borkmann |
| 2015-07-08 | Revert "dev: set iflink to 0 for virtual interfaces" | Nicolas Dichtel |
| 2015-07-08 | net: graceful exit from netif_alloc_netdev_queues() | Eric Dumazet |
| 2015-07-08 | net_sched: gen_estimator: extend pps limit | Eric Dumazet |
| 2015-06-30 | sock_diag: don't broadcast kernel sockets | Craig Gallek |
| 2015-06-28 | net: Kill sock->sk_protinfo | David Miller |
| 2015-06-28 | flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect() | Geert Uytterhoeven |
| 2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
| 2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
| 2015-06-23 | switchdev; add VLAN support for port's bridge_getlink | Scott Feldman |
| 2015-06-22 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
| 2015-06-21 | neigh: do not modify unlinked entries | Julian Anastasov |
| 2015-06-15 | bpf: disallow bpf tc programs access current->pid,uid | Alexei Starovoitov |
| 2015-06-15 | sock_diag: define destruction multicast groups | Craig Gallek |
| 2015-06-15 | net/core: Add reading VF statistics through the PF netdevice | Eran Ben Elisha |
| 2015-06-15 | bpf: allow networking programs to use bpf_trace_printk() for debugging | Alexei Starovoitov |
| 2015-06-15 | bpf: introduce current->pid, tgid, uid, gid, comm accessors | Alexei Starovoitov |
| 2015-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
| 2015-06-12 | flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs | Eric Dumazet |
| 2015-06-12 | flow_dissector: add support for dst, hop-by-hop and routing ext hdrs | Tom Herbert |
| 2015-06-12 | flow_dissector: Fix MPLS entropy label handling in flow dissector | Tom Herbert |
| 2015-06-11 | net: don't wait for order-3 page allocation | Shaohua Li |
| 2015-06-11 | net/ethtool: Add current supported tunable options | Hadar Hen Zion |
| 2015-06-10 | net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d... | Mel Gorman |