index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
13 days
geneve: validate inner network offset in geneve_gro_complete()
Xiang Mei
13 days
geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint
Xiang Mei
2026-06-14
geneve: Fix off-by-one comparing with GRO_LEGACY_MAX_SIZE
Alice Mikityanska
2026-06-08
geneve: Move udp_conf.local_ip6 under CONFIG_IPV6 in geneve_create_sock().
Kuniyuki Iwashima
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-06-04
geneve: fix length used in GRO hint UDP checksum adjustment
Antoine Tenart
2026-06-03
geneve: Introduce IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6.
Kuniyuki Iwashima
2026-06-03
geneve: Add dualstack flag to struct geneve_config.
Kuniyuki Iwashima
2026-06-03
geneve: Pass struct geneve_dev to geneve_find_sock().
Kuniyuki Iwashima
2026-06-03
geneve: Pass struct geneve_dev to geneve_create_sock().
Kuniyuki Iwashima
2026-06-03
geneve: Reuse ipv6_addr_type() result in geneve_nl2info().
Kuniyuki Iwashima
2026-05-20
geneve: Remove synchronize_net() in geneve_unquiesce().
Kuniyuki Iwashima
2026-05-20
geneve: Remove synchronize_net() in geneve_sock_release().
Kuniyuki Iwashima
2026-05-05
geneve: Store struct sock in struct geneve_sock.
Kuniyuki Iwashima
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
drivers: net: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-23
geneve: use GRO hint option in the RX path
Paolo Abeni
2026-01-23
geneve: extract hint option at GRO stage
Paolo Abeni
2026-01-23
geneve: add GRO hint output path
Paolo Abeni
2026-01-23
geneve: pass the geneve device ptr to geneve_build_skb()
Paolo Abeni
2026-01-23
geneve: constify geneve_hlen()
Paolo Abeni
2026-01-23
geneve: add netlink support for GRO hint
Paolo Abeni
2026-01-23
geneve: expose gso partial features for tunnel offload
Paolo Abeni
2025-09-11
geneve: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
2025-06-18
geneve: rely on rtnl lock in geneve_offload_rx_ports
Stanislav Fomichev
2025-06-17
net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()
Petr Machata
2025-06-17
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
2025-04-14
geneve: Convert geneve_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
2025-02-27
geneve: Allow users to specify source port range
Daniel Borkmann
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
2025-02-19
geneve: Suppress list corruption splat in geneve_destroy_tunnels().
Kuniyuki Iwashima
2025-02-14
geneve: Fix use-after-free in geneve_find_dev().
Kuniyuki Iwashima
2024-12-06
geneve: Handle stats using NETDEV_PCPU_STAT_DSTATS.
Guillaume Nault
2024-12-04
geneve: do not assume mac header is set in geneve_xmit_skb()
Eric Dumazet
2024-10-13
net: tunnel: make skb_vlan_inet_prepare() return drop reasons
Menglong Dong
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-06-10
geneve: Fix incorrect inner network header offset when innerprotoinherit is set
Gal Pressman
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-08
geneve: fix header validation in geneve[6]_xmit_skb
Eric Dumazet
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]