index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
net: geneve: remove unused geneve_dev_create_fb
Ilya Maximets
1
-49
/
+0
2026-08-04
geneve: Support per-netns netdev unregistration.
Kuniyuki Iwashima
1
-5
/
+7
2026-08-04
geneve: Protect geneve_net and geneve_sock with per-netns mutex.
Kuniyuki Iwashima
1
-14
/
+68
2026-08-04
geneve: Unlink geneve->sock[46].hlist[46].hlist in __geneve_sock_release().
Kuniyuki Iwashima
1
-17
/
+25
2026-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+24
2026-07-23
geneve: require CAP_NET_ADMIN in the device netns for changelink
Doruk Tan Ozturk
1
-0
/
+3
2026-07-22
geneve: fix geneve_config leak on register_netdevice() failure
Eric Dumazet
1
-1
/
+3
2026-07-22
Merge branch 'big-tcp-for-udp-tunnels'
Paolo Abeni
1
-1
/
+3
2026-07-22
geneve: Enable BIG TCP packets
Alice Mikityanska
1
-0
/
+2
2026-07-22
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
1
-1
/
+1
2026-07-21
geneve: ensure the skb is writable before fixing its headers
Antoine Tenart
1
-2
/
+11
2026-07-21
geneve: fix hint header definition wrt endianness
Antoine Tenart
1
-1
/
+10
2026-07-21
geneve: make geneve_fill_info() RTNL independent
Eric Dumazet
1
-11
/
+24
2026-07-21
geneve: convert config to RCU-protected pointer
Eric Dumazet
1
-95
/
+118
2026-07-21
geneve: pass geneve_config pointer to helper functions
Eric Dumazet
1
-64
/
+76
2026-06-24
geneve: validate inner network offset in geneve_gro_complete()
Xiang Mei
1
-0
/
+14
2026-06-24
geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint
Xiang Mei
1
-2
/
+2
2026-06-14
geneve: Fix off-by-one comparing with GRO_LEGACY_MAX_SIZE
Alice Mikityanska
1
-1
/
+1
2026-06-08
geneve: Move udp_conf.local_ip6 under CONFIG_IPV6 in geneve_create_sock().
Kuniyuki Iwashima
1
-1
/
+4
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2026-06-04
geneve: fix length used in GRO hint UDP checksum adjustment
Antoine Tenart
1
-1
/
+1
2026-06-03
geneve: Introduce IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6.
Kuniyuki Iwashima
1
-9
/
+158
2026-06-03
geneve: Add dualstack flag to struct geneve_config.
Kuniyuki Iwashima
1
-11
/
+16
2026-06-03
geneve: Pass struct geneve_dev to geneve_find_sock().
Kuniyuki Iwashima
1
-14
/
+20
2026-06-03
geneve: Pass struct geneve_dev to geneve_create_sock().
Kuniyuki Iwashima
1
-9
/
+9
2026-06-03
geneve: Reuse ipv6_addr_type() result in geneve_nl2info().
Kuniyuki Iwashima
1
-3
/
+5
2026-05-20
geneve: Remove synchronize_net() in geneve_unquiesce().
Kuniyuki Iwashima
1
-1
/
+0
2026-05-20
geneve: Remove synchronize_net() in geneve_sock_release().
Kuniyuki Iwashima
1
-1
/
+0
2026-05-05
geneve: Store struct sock in struct geneve_sock.
Kuniyuki Iwashima
1
-27
/
+27
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_notify_{add,del}_rx_port().
Kuniyuki Iwashima
1
-2
/
+2
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_{push,drop}_rx_port().
Kuniyuki Iwashima
1
-2
/
+2
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel6_dst_lookup().
Kuniyuki Iwashima
1
-2
/
+2
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_sock_release().
Kuniyuki Iwashima
1
-1
/
+1
2026-03-29
drivers: net: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
1
-1
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-23
geneve: use GRO hint option in the RX path
Paolo Abeni
1
-7
/
+176
2026-01-23
geneve: extract hint option at GRO stage
Paolo Abeni
1
-5
/
+183
2026-01-23
geneve: add GRO hint output path
Paolo Abeni
1
-4
/
+120
2026-01-23
geneve: pass the geneve device ptr to geneve_build_skb()
Paolo Abeni
1
-12
/
+8
2026-01-23
geneve: constify geneve_hlen()
Paolo Abeni
1
-5
/
+5
2026-01-23
geneve: add netlink support for GRO hint
Paolo Abeni
1
-4
/
+25
2026-01-23
geneve: expose gso partial features for tunnel offload
Paolo Abeni
1
-1
/
+10
2025-09-11
geneve: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-1
/
+3
2025-06-18
geneve: rely on rtnl lock in geneve_offload_rx_ports
Stanislav Fomichev
1
-3
/
+4
2025-06-17
net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()
Petr Machata
1
-1
/
+2
2025-06-17
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
1
-2
/
+2
2025-04-14
geneve: Convert geneve_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-12
/
+4
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
[next]