Age | Commit message (Expand) | Author | Files | Lines |
2019-11-07 | net: annotate lockless accesses to sk->sk_ack_backlog | Eric Dumazet | 1 | -1/+1 |
2019-11-06 | icmp: remove duplicate code | Matteo Croce | 1 | -4/+1 |
2019-11-04 | ipv6: use jhash2() in rt6_exception_hash() | Eric Dumazet | 1 | -2/+2 |
2019-11-04 | net: icmp6: provide input address for traceroute6 | Francesco Ruggeri | 1 | -5/+17 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -4/+5 |
2019-10-30 | net: annotate accesses to sk->sk_incoming_cpu | Eric Dumazet | 2 | -2/+2 |
2019-10-30 | inet: do not call sublist_rcv on empty list | Florian Westphal | 1 | -1/+2 |
2019-10-30 | erspan: fix the tun_info options_len check for erspan | Xin Long | 1 | -2/+2 |
2019-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -1/+1 |
2019-10-23 | ipv6: include <net/addrconf.h> for missing declarations | Ben Dooks (Codethink) | 1 | -0/+1 |
2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -8/+17 |
2019-10-18 | net: ensure correct skb->tstamp in various fragmenters | Eric Dumazet | 2 | -0/+6 |
2019-10-17 | netfilter: nft_tproxy: Fix typo in IPv6 module description. | Norman Rasmussen | 1 | -1/+1 |
2019-10-16 | Revert "blackhole_netdev: fix syzkaller reported issue" | Mahesh Bandewar | 2 | -12/+10 |
2019-10-15 | blackhole_netdev: fix syzkaller reported issue | Mahesh Bandewar | 2 | -10/+12 |
2019-10-13 | tcp: annotate tp->write_seq lockless reads | Eric Dumazet | 1 | -6/+7 |
2019-10-13 | tcp: annotate tp->copied_seq lockless reads | Eric Dumazet | 1 | -1/+1 |
2019-10-13 | tcp: annotate tp->rcv_nxt lockless reads | Eric Dumazet | 1 | -1/+2 |
2019-10-13 | tcp: add rcu protection around tp->fastopen_rsk | Eric Dumazet | 1 | -1/+1 |
2019-10-09 | ip6erspan: remove the incorrect mtu limit for ip6erspan | Haishuang Yan | 1 | -0/+1 |
2019-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 5 | -10/+32 |
2019-10-05 | ipv6: Handle missing host route in __ipv6_ifa_notify | David Ahern | 1 | -5/+12 |
2019-10-05 | Revert "ipv6: Handle race in addrconf_dad_work" | David Ahern | 1 | -6/+5 |
2019-10-04 | net: fib_notifier: propagate extack down to the notifier block callback | Jiri Pirko | 4 | -13/+24 |
2019-10-04 | net: fib_notifier: propagate possible error during fib notifier registration | Jiri Pirko | 1 | -12/+24 |
2019-10-04 | net: fib_notifier: make FIB notifier per-netns | Jiri Pirko | 2 | -5/+5 |
2019-10-03 | udp: only do GSO if # of segs > 1 | Josh Hunt | 1 | -4/+7 |
2019-10-03 | udp: fix gso_segs calculations | Josh Hunt | 1 | -0/+2 |
2019-10-03 | ipv6: drop incoming packets having a v4mapped source address | Eric Dumazet | 1 | -0/+10 |
2019-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 3 | -3/+3 |
2019-10-02 | ipv6: Handle race in addrconf_dad_work | David Ahern | 1 | -5/+6 |
2019-10-02 | ipv6: minor code reorg in inet6_fill_ifla6_attrs() | Nicolas Dichtel | 1 | -4/+3 |
2019-10-01 | netfilter: drop bridge nf reset from nf_reset | Florian Westphal | 3 | -3/+3 |
2019-09-27 | tcp: honor SO_PRIORITY in TIME_WAIT state | Eric Dumazet | 1 | -2/+4 |
2019-09-27 | ipv6: tcp: provide sk->sk_priority to ctl packets | Eric Dumazet | 1 | -7/+9 |
2019-09-27 | ipv6: add priority parameter to ip6_xmit() | Eric Dumazet | 3 | -5/+7 |
2019-09-26 | ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress rule | Jason A. Donenfeld | 1 | -1/+2 |
2019-09-26 | net: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -8/+8 |
2019-09-21 | ipv6: fix a typo in fib6_rule_lookup() | Eric Dumazet | 1 | -1/+1 |
2019-09-18 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -3/+6 |
2019-09-16 | ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit | Xin Long | 1 | -1/+1 |
2019-09-16 | udp: correct reuseport selection with connected sockets | Willem de Bruijn | 2 | -2/+5 |
2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -9/+14 |
2019-09-13 | ip: support SO_MARK cmsg | Willem de Bruijn | 3 | -3/+7 |
2019-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 4 | -7/+6 |
2019-09-13 | netfilter: move nf_bridge_frag_data struct definition to a more appropriate h... | Jeremy Sowden | 1 | -2/+2 |
2019-09-13 | netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header. | Jeremy Sowden | 2 | -4/+4 |
2019-09-13 | netfilter: update include directives. | Jeremy Sowden | 1 | -1/+0 |
2019-09-12 | ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()' | Christophe JAILLET | 1 | -1/+1 |
2019-09-12 | ipv6: Don't use dst gateway directly in ip6_confirm_neigh() | Stefano Brivio | 1 | -1/+1 |