Age | Commit message (Expand) | Author |
2019-11-07 | ipv6: fixes rt6_probe() and fib6_nh->last_probe init | Eric Dumazet |
2019-10-30 | net: annotate accesses to sk->sk_incoming_cpu | Eric Dumazet |
2019-10-29 | erspan: fix the tun_info options_len check for erspan | Xin Long |
2019-10-22 | ipv6: include <net/addrconf.h> for missing declarations | Ben Dooks (Codethink) |
2019-10-18 | net: ensure correct skb->tstamp in various fragmenters | Eric Dumazet |
2019-10-16 | Revert "blackhole_netdev: fix syzkaller reported issue" | Mahesh Bandewar |
2019-10-15 | blackhole_netdev: fix syzkaller reported issue | Mahesh Bandewar |
2019-10-13 | tcp: annotate tp->write_seq lockless reads | Eric Dumazet |
2019-10-13 | tcp: annotate tp->copied_seq lockless reads | Eric Dumazet |
2019-10-13 | tcp: annotate tp->rcv_nxt lockless reads | Eric Dumazet |
2019-10-13 | tcp: add rcu protection around tp->fastopen_rsk | Eric Dumazet |
2019-10-08 | ip6erspan: remove the incorrect mtu limit for ip6erspan | Haishuang Yan |
2019-10-04 | ipv6: Handle missing host route in __ipv6_ifa_notify | David Ahern |
2019-10-04 | Revert "ipv6: Handle race in addrconf_dad_work" | David Ahern |
2019-10-03 | udp: only do GSO if # of segs > 1 | Josh Hunt |
2019-10-03 | udp: fix gso_segs calculations | Josh Hunt |
2019-10-03 | ipv6: drop incoming packets having a v4mapped source address | Eric Dumazet |
2019-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2019-10-01 | ipv6: Handle race in addrconf_dad_work | David Ahern |
2019-10-01 | netfilter: drop bridge nf reset from nf_reset | Florian Westphal |
2019-09-27 | tcp: honor SO_PRIORITY in TIME_WAIT state | Eric Dumazet |
2019-09-27 | ipv6: tcp: provide sk->sk_priority to ctl packets | Eric Dumazet |
2019-09-27 | ipv6: add priority parameter to ip6_xmit() | Eric Dumazet |
2019-09-26 | ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress rule | Jason A. Donenfeld |
2019-09-26 | net: Fix Kconfig indentation | Krzysztof Kozlowski |
2019-09-20 | ipv6: fix a typo in fib6_rule_lookup() | Eric Dumazet |
2019-09-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-09-16 | ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit | Xin Long |
2019-09-16 | udp: correct reuseport selection with connected sockets | Willem de Bruijn |
2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-09-13 | ip: support SO_MARK cmsg | Willem de Bruijn |
2019-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2019-09-13 | netfilter: move nf_bridge_frag_data struct definition to a more appropriate h... | Jeremy Sowden |
2019-09-13 | netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header. | Jeremy Sowden |
2019-09-13 | netfilter: update include directives. | Jeremy Sowden |
2019-09-12 | ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()' | Christophe JAILLET |
2019-09-11 | ipv6: Don't use dst gateway directly in ip6_confirm_neigh() | Stefano Brivio |
2019-09-07 | ipmr: remove hard code cache_resolve_queue_len limit | Hangbin Liu |
2019-09-07 | ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR() | Maciej Żenczykowski |
2019-09-05 | net: Properly update v4 routes with v6 nexthop | Donald Sharp |
2019-09-05 | ipv6: Fix RTA_MULTIPATH with nexthop objects | David Ahern |
2019-09-05 | net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others) | Maciej Żenczykowski |
2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-28 | mld: fix memory leak in mld_del_delrec() | Eric Dumazet |
2019-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-23 | ipv6: propagate ipv6_add_dev's error returns out of ipv6_find_idev | Sabrina Dubroca |
2019-08-23 | net: ipv6: fix listify ip6_rcv_finish in case of forwarding | Xin Long |
2019-08-21 | ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is set | Hangbin Liu |
2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski |