index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-06-10
geneve: Fix incorrect inner network header offset when innerprotoinherit is set
Gal Pressman
1
-4
/
+6
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-04-08
geneve: fix header validation in geneve[6]_xmit_skb
Eric Dumazet
1
-2
/
+2
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
1
-17
/
+27
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+16
2024-03-06
net: geneve: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-06
net: geneve: Leverage core stats allocator
Breno Leitao
1
-9
/
+2
2024-03-05
net: gro: rename skb_gro_header_hard()
Eric Dumazet
1
-1
/
+1
2024-03-04
geneve: make sure to pull inner header in geneve_rx()
Eric Dumazet
1
-2
/
+16
2024-02-21
net: geneve: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-13
net: add netdev_lockdep_set_classes() to virtual drivers
Eric Dumazet
1
-0
/
+1
2024-02-07
geneve: use exit_batch_rtnl() method
Eric Dumazet
1
-13
/
+10
2024-01-05
geneve: use DEV_STATS_INC()
Eric Dumazet
1
-12
/
+12
2023-10-23
geneve: use generic function for tunnel IPv6 route lookup
Beniamino Galvani
1
-65
/
+31
2023-10-16
geneve: use generic function for tunnel IPv4 route lookup
Beniamino Galvani
1
-66
/
+32
2023-10-16
geneve: add dsfield helper function
Beniamino Galvani
1
-11
/
+18
2023-03-21
net: geneve: accept every ethertype
Josef Miegl
1
-7
/
+2
2023-03-15
net: geneve: set IFF_POINTOPOINT with IFLA_GENEVE_INNER_PROTO_INHERIT
Josef Miegl
1
-1
/
+1
2022-10-31
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
1
-1
/
+1
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-08-25
net: gro: skb_gro_header helper function
Richard Gobert
1
-6
/
+3
2022-08-09
geneve: do not use RT_TOS for IPv6 flowlabel
Matthias May
1
-2
/
+1
2022-08-09
geneve: fix TOS inheriting for ipv4
Matthias May
1
-4
/
+8
2022-07-26
geneve: Use ip_tunnel_key flow flags in route lookups
Paul Chaignon
1
-0
/
+1
2022-04-15
geneve: avoid indirect calls in GRO path, when possible
Paolo Abeni
1
-2
/
+8
2022-03-22
net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_...
Eyal Birger
1
-0
/
+3
2022-03-17
net: geneve: support IPv4/IPv6 as inner protocol
Eyal Birger
1
-19
/
+63
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-11-24
gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers
Eric Dumazet
1
-3
/
+0
2021-11-24
gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers
Eric Dumazet
1
-4
/
+1
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
1
-0
/
+1
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2021-04-23
net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skb
Phillip Potter
1
-2
/
+2
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2021-04-11
net: geneve: check skb is large enough for IPv4/IPv6 header
Phillip Potter
1
-0
/
+6
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+20
2021-03-30
geneve: allow UDP L4 GRO passthrou
Paolo Abeni
1
-0
/
+1
2021-03-25
geneve: do not modify the shared tunnel info when PMTU triggers an ICMP reply
Antoine Tenart
1
-4
/
+20
2021-01-18
geneve: add NETIF_F_FRAGLIST flag for dev features
Xin Long
1
-2
/
+3
2021-01-07
udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel drivers
Jakub Kicinski
1
-10
/
+4
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-16
/
+4
2020-12-09
Revert "geneve: pull IP header before ECN decapsulation"
Jakub Kicinski
1
-16
/
+4
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+16
2020-12-01
geneve: pull IP header before ECN decapsulation
Eric Dumazet
1
-4
/
+16
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2020-11-13
ip_tunnels: Set tunnel option flag when tunnel metadata is present
Yi-Hung Wei
1
-2
/
+1
2020-11-09
net: switch to dev_get_tstats64
Heiner Kallweit
1
-1
/
+1
[next]