summaryrefslogtreecommitdiff
path: root/drivers/net/geneve.c
AgeCommit message (Expand)Author
9 daysgeneve: validate inner network offset in geneve_gro_complete()Xiang Mei
9 daysgeneve: gate GRO hint in geneve_gro_complete() on gs->gro_hintXiang Mei
2026-06-14geneve: Fix off-by-one comparing with GRO_LEGACY_MAX_SIZEAlice Mikityanska
2026-06-08geneve: Move udp_conf.local_ip6 under CONFIG_IPV6 in geneve_create_sock().Kuniyuki Iwashima
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04geneve: fix length used in GRO hint UDP checksum adjustmentAntoine Tenart
2026-06-03geneve: Introduce IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6.Kuniyuki Iwashima
2026-06-03geneve: Add dualstack flag to struct geneve_config.Kuniyuki Iwashima
2026-06-03geneve: Pass struct geneve_dev to geneve_find_sock().Kuniyuki Iwashima
2026-06-03geneve: Pass struct geneve_dev to geneve_create_sock().Kuniyuki Iwashima
2026-06-03geneve: Reuse ipv6_addr_type() result in geneve_nl2info().Kuniyuki Iwashima
2026-05-20geneve: Remove synchronize_net() in geneve_unquiesce().Kuniyuki Iwashima
2026-05-20geneve: Remove synchronize_net() in geneve_sock_release().Kuniyuki Iwashima
2026-05-05geneve: Store struct sock in struct geneve_sock.Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_notify_{add,del}_rx_port().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_{push,drop}_rx_port().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel6_dst_lookup().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-23geneve: use GRO hint option in the RX pathPaolo Abeni
2026-01-23geneve: extract hint option at GRO stagePaolo Abeni
2026-01-23geneve: add GRO hint output pathPaolo Abeni
2026-01-23geneve: pass the geneve device ptr to geneve_build_skb()Paolo Abeni
2026-01-23geneve: constify geneve_hlen()Paolo Abeni
2026-01-23geneve: add netlink support for GRO hintPaolo Abeni
2026-01-23geneve: expose gso partial features for tunnel offloadPaolo Abeni
2025-09-11geneve: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-06-18geneve: rely on rtnl lock in geneve_offload_rx_portsStanislav Fomichev
2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata
2025-04-14geneve: Convert geneve_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-02-27geneve: Allow users to specify source port rangeDaniel Borkmann
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-19geneve: Suppress list corruption splat in geneve_destroy_tunnels().Kuniyuki Iwashima
2025-02-14geneve: Fix use-after-free in geneve_find_dev().Kuniyuki Iwashima
2024-12-06geneve: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault
2024-12-04geneve: do not assume mac header is set in geneve_xmit_skb()Eric Dumazet
2024-10-13net: tunnel: make skb_vlan_inet_prepare() return drop reasonsMenglong Dong
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-06-10geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-08geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski