index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
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
2024-03-06
net: geneve: Remove generic .ndo_get_stats64
Breno Leitao
2024-03-06
net: geneve: Leverage core stats allocator
Breno Leitao
2024-03-05
net: gro: rename skb_gro_header_hard()
Eric Dumazet
2024-03-04
geneve: make sure to pull inner header in geneve_rx()
Eric Dumazet
2024-02-21
net: geneve: constify the struct device_type usage
Ricardo B. Marliere
2024-02-13
net: add netdev_lockdep_set_classes() to virtual drivers
Eric Dumazet
2024-02-07
geneve: use exit_batch_rtnl() method
Eric Dumazet
2024-01-05
geneve: use DEV_STATS_INC()
Eric Dumazet
2023-10-23
geneve: use generic function for tunnel IPv6 route lookup
Beniamino Galvani
2023-10-16
geneve: use generic function for tunnel IPv4 route lookup
Beniamino Galvani
2023-10-16
geneve: add dsfield helper function
Beniamino Galvani
2023-03-21
net: geneve: accept every ethertype
Josef Miegl
2023-03-15
net: geneve: set IFF_POINTOPOINT with IFLA_GENEVE_INNER_PROTO_INHERIT
Josef Miegl
2022-10-31
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-25
net: gro: skb_gro_header helper function
Richard Gobert
2022-08-09
geneve: do not use RT_TOS for IPv6 flowlabel
Matthias May
2022-08-09
geneve: fix TOS inheriting for ipv4
Matthias May
2022-07-26
geneve: Use ip_tunnel_key flow flags in route lookups
Paul Chaignon
2022-04-15
geneve: avoid indirect calls in GRO path, when possible
Paolo Abeni
[next]