index
:
kernel/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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-11-01
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
1
-1
/
+1
2022-09-01
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-10
geneve: do not use RT_TOS for IPv6 flowlabel
Matthias May
1
-2
/
+1
2022-08-10
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-23
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-25
gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers
Eric Dumazet
1
-3
/
+0
2021-11-25
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-12
net: geneve: check skb is large enough for IPv4/IPv6 header
Phillip Potter
1
-0
/
+6
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+20
2021-03-31
geneve: allow UDP L4 GRO passthrou
Paolo Abeni
1
-0
/
+1
2021-03-26
geneve: do not modify the shared tunnel info when PMTU triggers an ICMP reply
Antoine Tenart
1
-4
/
+20
2021-01-19
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-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-16
/
+4
2020-12-10
Revert "geneve: pull IP header before ECN decapsulation"
Jakub Kicinski
1
-16
/
+4
2020-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+16
2020-12-02
geneve: pull IP header before ECN decapsulation
Eric Dumazet
1
-4
/
+16
2020-11-24
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-11-20
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2020-11-14
ip_tunnels: Set tunnel option flag when tunnel metadata is present
Yi-Hung Wei
1
-2
/
+1
2020-11-10
net: switch to dev_get_tstats64
Heiner Kallweit
1
-1
/
+1
2020-10-06
geneve: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-8
/
+3
2020-09-17
geneve: add transport ports in route lookup for geneve
Mark Gray
1
-10
/
+27
2020-08-04
geneve: Support for PMTU discovery on directly bridged links
Stefano Brivio
1
-5
/
+51
2020-08-04
tunnels: PMTU discovery support for directly bridged IP packets
Stefano Brivio
1
-2
/
+3
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-24
geneve: fix an uninitialized value in geneve_changelink()
Cong Wang
1
-1
/
+1
2020-07-10
udp_tunnel: add central NIC RX port offload infrastructure
Jakub Kicinski
1
-2
/
+4
2020-07-06
geneve: move all configuration under struct geneve_config
Sabrina Dubroca
1
-98
/
+87
2020-06-20
geneve: allow changing DF behavior after creation
Sabrina Dubroca
1
-0
/
+1
2020-06-05
geneve: change from tx_error to tx_dropped on missing metadata
Jiri Benc
1
-3
/
+4
2020-04-23
geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
Sabrina Dubroca
1
-1
/
+1
2020-03-15
geneve: move debug check after netdev unregister
Florian Westphal
1
-2
/
+6
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-12-04
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-1
/
+3
2019-09-05
Convert usage of IN_MULTICAST to ipv4_is_multicast
Dave Taht
1
-1
/
+1
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-11
geneve: Don't assume linear buffers in error handler
Stefano Brivio
1
-1
/
+1
[next]