index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
udp_tunnel.h
Age
Commit message (
Expand
)
Author
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_notify_{add,del}_rx_port().
Kuniyuki Iwashima
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_{push,drop}_rx_port().
Kuniyuki Iwashima
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel6_dst_lookup().
Kuniyuki Iwashima
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_sock_release().
Kuniyuki Iwashima
2026-03-29
ipv6: remove ipv6_stub infrastructure completely
Fernando Fernandez Mancera
2026-03-29
net: convert remaining ipv6_stub users to direct function calls
Fernando Fernandez Mancera
2026-03-18
udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n
Xiang Mei
2026-01-23
geneve: expose gso partial features for tunnel offload
Paolo Abeni
2025-06-24
udp_tunnel: fix deadlock in udp_tunnel_nic_set_port_priv()
Paolo Abeni
2025-06-18
udp_tunnel: remove rtnl_lock dependency
Stanislav Fomichev
2025-06-17
net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()
Petr Machata
2025-06-17
net: ipv6: Make udp_tunnel6_xmit_skb() void
Petr Machata
2025-06-17
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
2025-04-14
udp: properly deal with xfrm encap and ADDRFORM
Paolo Abeni
2025-04-08
udp_tunnel: use static call for GRO hooks when possible
Paolo Abeni
2025-04-08
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2023-10-23
ipv6: add new arguments to udp_tunnel6_dst_lookup()
Beniamino Galvani
2023-10-23
ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()
Beniamino Galvani
2023-10-23
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
2023-10-16
ipv4: add new arguments to udp_tunnel_dst_lookup()
Beniamino Galvani
2023-10-16
ipv4: remove "proto" argument from udp_tunnel_dst_lookup()
Beniamino Galvani
2023-10-16
ipv4: rename and move ip_route_output_tunnel()
Beniamino Galvani
2023-10-03
ipv6: mark address parameters of udp_tunnel6_xmit_skb() as const
Beniamino Galvani
2023-09-14
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
2022-11-08
net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()
David Howells
2022-09-01
rxrpc: Fix ICMP/ICMP6 error handling
David Howells
2021-02-04
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
2021-01-07
udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checks
Jakub Kicinski
2020-09-28
udp_tunnel: add the ability to share port tables
Jakub Kicinski
2020-08-03
udp_tunnel: add the ability to hard-code IANA VXLAN
Jakub Kicinski
2020-07-10
ethtool: add tunnel info interface
Jakub Kicinski
2020-07-10
udp_tunnel: add central NIC RX port offload infrastructure
Jakub Kicinski
2020-07-10
udp_tunnel: re-number the offload tunnel types
Jakub Kicinski
2020-05-07
net: bareudp: avoid uninitialized variable warning
Arnd Bergmann
2019-03-29
ipv6: Move ipv6 stubs to a separate header file
David Ahern
2018-12-03
udp_tunnel: add config option to bind to a device
Alexis Bauvin
2018-11-08
udp: Handle ICMP errors for tunnels with same destination port on both endpoints
Stefano Brivio
2018-11-07
udp: implement complete book-keeping for encap_needed
Paolo Abeni
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-24
net: add infrastructure to un-offload UDP tunnel port
Sabrina Dubroca
2016-06-17
vxlan: Add new UDP encapsulation offload type for VXLAN-GPE
Alexander Duyck
2016-06-17
net: Merge VXLAN and GENEVE push notifiers into a single notifier
Alexander Duyck
2016-06-17
net: Combine GENEVE and VXLAN port notifiers into single functions
Alexander Duyck
2016-06-17
vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes
Alexander Duyck
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-06
udp_tunnel: Remove redundant udp_tunnel_gro_complete().
Jarno Rajahalme
2016-04-16
ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb
Alexander Duyck
[next]