Age | Commit message (Expand) | Author |
2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca |
2019-12-04 | net: ipv6: add net argument to ip6_dst_lookup_flow | Sabrina Dubroca |
2019-11-26 | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port) | Maciej Żenczykowski |
2019-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2019-11-22 | seg6: allow local packet processing for SRv6 End.DT6 behavior | Andrea Mayer |
2019-11-21 | net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN | Maciej Żenczykowski |
2019-11-21 | ipv6: introduce and uses route look hints for list input. | Paolo Abeni |
2019-11-21 | ipv6: keep track of routes using src | Paolo Abeni |
2019-11-21 | net: Fix Kconfig indentation, continued | Krzysztof Kozlowski |
2019-11-20 | ipv6/route: return if there is no fib_nh_gw_family | Hangbin Liu |
2019-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2019-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-11-16 | seg6: fix skb transport_header after decap_and_validate() | Andrea Mayer |
2019-11-16 | seg6: fix srh pointer in get_srh() | Andrea Mayer |
2019-11-15 | netfilter: Support iif matches in POSTROUTING | Phil Sutter |
2019-11-15 | netfilter: nf_flow_table_offload: add IPv6 support | Pablo Neira Ayuso |
2019-11-12 | netfilter: nf_flow_table: hardware offload support | Pablo Neira Ayuso |
2019-11-12 | netfilter: nf_tables: add flowtable offload control plane | Pablo Neira Ayuso |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-11-07 | ipv6: fixes rt6_probe() and fib6_nh->last_probe init | Eric Dumazet |
2019-11-06 | net: annotate lockless accesses to sk->sk_ack_backlog | Eric Dumazet |
2019-11-05 | icmp: remove duplicate code | Matteo Croce |
2019-11-04 | ipv6: use jhash2() in rt6_exception_hash() | Eric Dumazet |
2019-11-03 | net: icmp6: provide input address for traceroute6 | Francesco Ruggeri |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-10-30 | net: annotate accesses to sk->sk_incoming_cpu | Eric Dumazet |
2019-10-29 | inet: do not call sublist_rcv on empty list | Florian Westphal |
2019-10-29 | erspan: fix the tun_info options_len check for erspan | Xin Long |
2019-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2019-10-22 | ipv6: include <net/addrconf.h> for missing declarations | Ben Dooks (Codethink) |
2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-10-18 | net: ensure correct skb->tstamp in various fragmenters | Eric Dumazet |
2019-10-17 | netfilter: nft_tproxy: Fix typo in IPv6 module description. | Norman Rasmussen |
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-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
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-04 | net: fib_notifier: propagate extack down to the notifier block callback | Jiri Pirko |
2019-10-04 | net: fib_notifier: propagate possible error during fib notifier registration | Jiri Pirko |
2019-10-04 | net: fib_notifier: make FIB notifier per-netns | Jiri Pirko |
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 |