index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
2021-01-18
geneve: add NETIF_F_FRAGLIST flag for dev features
Xin Long
2021-01-07
udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel drivers
Jakub Kicinski
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-09
Revert "geneve: pull IP header before ECN decapsulation"
Jakub Kicinski
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-01
geneve: pull IP header before ECN decapsulation
Eric Dumazet
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-13
ip_tunnels: Set tunnel option flag when tunnel metadata is present
Yi-Hung Wei
2020-11-09
net: switch to dev_get_tstats64
Heiner Kallweit
2020-10-06
geneve: use dev_sw_netstats_rx_add()
Fabian Frederick
2020-09-16
geneve: add transport ports in route lookup for geneve
Mark Gray
2020-08-04
geneve: Support for PMTU discovery on directly bridged links
Stefano Brivio
2020-08-04
tunnels: PMTU discovery support for directly bridged IP packets
Stefano Brivio
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-23
geneve: fix an uninitialized value in geneve_changelink()
Cong Wang
2020-07-10
udp_tunnel: add central NIC RX port offload infrastructure
Jakub Kicinski
2020-07-06
geneve: move all configuration under struct geneve_config
Sabrina Dubroca
2020-06-19
geneve: allow changing DF behavior after creation
Sabrina Dubroca
2020-06-04
geneve: change from tx_error to tx_dropped on missing metadata
Jiri Benc
2020-04-23
geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
Sabrina Dubroca
2020-03-15
geneve: move debug check after netdev unregister
Florian Westphal
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-04
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
2019-09-05
Convert usage of IN_MULTICAST to ipv4_is_multicast
Dave Taht
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-11
geneve: Don't assume linear buffers in error handler
Stefano Brivio
2019-03-29
ipv6: Move ipv6 stubs to a separate header file
David Ahern
2019-03-22
net: Move the definition of the default Geneve udp port to public header file
Moshe Shemesh
2019-03-01
geneve: correctly handle ipv6.disable module parameter
Jiri Benc
2019-02-07
geneve: should not call rt6_lookup() when ipv6 was disabled
Hangbin Liu
2018-11-17
geneve: Initialize addr6 with memset
Nathan Chancellor
2018-11-08
geneve: Allow configuration of DF behaviour
Stefano Brivio
2018-11-08
geneve: ICMP error lookup handler
Stefano Brivio
2018-11-06
net: Add extack argument to rtnl_create_link
David Ahern
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-17
geneve, vxlan: Don't set exceptions if skb->len < mtu
Stefano Brivio
2018-10-17
geneve, vxlan: Don't check skb_dst() twice
Stefano Brivio
2018-10-04
geneve: allow to clear ttl inherit
Hangbin Liu
2018-09-12
geneve: add ttl inherit support
Hangbin Liu
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
2018-06-29
net: check tunnel option type in tunnel flags
Pieter Jansen van Vuuren
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
2018-04-20
geneve: configure MTU based on a lower device
Alexey Kodanev
2018-04-20
geneve: check MTU for a minimum in geneve_change_mtu()
Alexey Kodanev
2018-04-20
geneve: cleanup hard coded value for Ethernet header length
Alexey Kodanev
2018-04-20
geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)'
Alexey Kodanev
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
[next]