| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-29 | ipv6: remove ipv6_stub infrastructure completely | Fernando Fernandez Mancera | 1 | -80/+0 |
| 2026-03-29 | bpf: remove ipv6_bpf_stub completely and use direct function calls | Fernando Fernandez Mancera | 1 | -21/+0 |
| 2026-03-13 | udp: Don't pass udptable to IPv6 socket lookup functions. | Kuniyuki Iwashima | 1 | -4/+3 |
| 2025-11-04 | net: Convert proto callbacks from sockaddr to sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2024-08-05 | ipv6: udp: constify 'struct net' parameter of socket lookups | Eric Dumazet | 1 | -1/+1 |
| 2024-06-26 | xfrm: support sending NAT keepalives in ESP in UDP states | Eyal Birger | 1 | -0/+3 |
| 2023-10-30 | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 1 | -0/+3 |
| 2023-10-09 | bpf: Derive source IP addr via bpf_*_fib_lookup() | Martynas Pumputis | 1 | -0/+5 |
| 2023-10-06 | xfrm: Support GRO for IPv6 ESP in UDP encapsulation | Steffen Klassert | 1 | -0/+3 |
| 2022-09-02 | bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt() | Martin KaFai Lau | 1 | -0/+2 |
| 2022-08-18 | bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt() | Martin KaFai Lau | 1 | -0/+2 |
| 2021-11-22 | net: ipv6: add fib6_nh_release_dsts stub | Nikolay Aleksandrov | 1 | -0/+1 |
| 2021-03-30 | ipv6: add ipv6_dev_find to stubs | Andreas Roeseler | 1 | -0/+2 |
| 2020-08-31 | ipv6: add ipv6_fragment hook in ipv6_stub | wenxu | 1 | -0/+3 |
| 2020-05-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -0/+6 |
| 2020-05-09 | net: Refactor arguments of inet{,6}_bind | Stanislav Fomichev | 1 | -1/+1 |
| 2020-05-06 | xfrm: expose local_rxpmtu via ipv6_stubs | Florian Westphal | 1 | -0/+1 |
| 2020-04-28 | net: ipv6: new arg skip_notify to ip6_rt_del | Roopa Prabhu | 1 | -1/+1 |
| 2020-04-28 | xfrm: add IPv6 support for espintcp | Sabrina Dubroca | 1 | -0/+2 |
| 2020-04-28 | xfrm: add support for UDPv6 encapsulation of ESP | Sabrina Dubroca | 1 | -0/+3 |
| 2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca | 1 | -2/+4 |
| 2019-05-22 | ipv6: export function to send route updates | David Ahern | 1 | -0/+3 |
| 2019-05-22 | ipv6: Add hook to bump sernum for a route to stubs | David Ahern | 1 | -0/+1 |
| 2019-05-22 | ipv6: Add delete route hook to stubs | David Ahern | 1 | -0/+1 |
| 2019-04-17 | ipv6: Pass fib6_result to fib lookups | David Ahern | 1 | -6/+5 |
| 2019-04-17 | ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu | David Ahern | 1 | -2/+3 |
| 2019-04-17 | ipv6: Rename fib6_multipath_select and pass fib6_result | David Ahern | 1 | -5/+4 |
| 2019-04-08 | ipv6: Add fib6_nh_init and release to stubs | David Ahern | 1 | -0/+6 |
| 2019-03-29 | ipv6: Move ipv6 stubs to a separate header file | David Ahern | 1 | -0/+63 |