index
:
linux/linux-stable.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
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
2018-01-25
net: don't call update_pmtu unconditionally
Nicolas Dichtel
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-02
geneve: update skb dst pmtu on tx path
Xin Long
2017-12-19
geneve: speedup geneve tunnels dismantle
Haishuang Yan
2017-11-24
geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6
Hangbin Liu
2017-11-15
geneve: fix fill_info when link down
Hangbin Liu
2017-11-14
geneve: exit_net cleanup check added
Vasily Averin
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero()
Stefano Brivio
2017-10-21
geneve: Fix function matching VNI and tunnel ID on big-endian
Stefano Brivio
2017-08-11
geneve: use netlink_ext_ack for error reporting in rtnl operations
Girish Moodalbail
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-09
geneve: maximum value of VNI cannot be used
Girish Moodalbail
2017-07-24
geneve/vxlan: offload ports on register/unregister events
Sabrina Dubroca
2017-07-24
geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO
Sabrina Dubroca
2017-07-24
geneve: add rtnl changelink support
Girish Moodalbail
2017-07-03
geneve: fix hlist corruption
Jiri Benc
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-09
geneve: add missing rx stats accounting
Girish Moodalbail
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2017-06-04
geneve: fix needed_headroom and max_mtu for collect_metadata
Eric Garver
2017-05-25
geneve: fix fill_info when using collect_metadata
Eric Garver
2017-04-30
geneve: fix incorrect setting of UDP checksum flag
Girish Moodalbail
2017-03-01
geneve: lock RCU on TX path
Jakub Kicinski
2016-11-28
geneve: fix ip_hdr_len reserved for geneve6 tunnel.
Haishuang Yan
[prev]
[next]