aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c
AgeCommit message (Expand)Author
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-11geneve: Don't assume linear buffers in error handlerStefano Brivio
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern
2019-03-22net: Move the definition of the default Geneve udp port to public header fileMoshe Shemesh
2019-03-01geneve: correctly handle ipv6.disable module parameterJiri Benc
2019-02-07geneve: should not call rt6_lookup() when ipv6 was disabledHangbin Liu
2018-11-17geneve: Initialize addr6 with memsetNathan Chancellor
2018-11-08geneve: Allow configuration of DF behaviourStefano Brivio
2018-11-08geneve: ICMP error lookup handlerStefano Brivio
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-17geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio
2018-10-17geneve, vxlan: Don't check skb_dst() twiceStefano Brivio
2018-10-04geneve: allow to clear ttl inheritHangbin Liu
2018-09-12geneve: add ttl inherit supportHangbin Liu
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-04-20geneve: configure MTU based on a lower deviceAlexey Kodanev
2018-04-20geneve: check MTU for a minimum in geneve_change_mtu()Alexey Kodanev
2018-04-20geneve: cleanup hard coded value for Ethernet header lengthAlexey Kodanev
2018-04-20geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)'Alexey Kodanev
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-02geneve: update skb dst pmtu on tx pathXin Long
2017-12-19geneve: speedup geneve tunnels dismantleHaishuang Yan
2017-11-24geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu
2017-11-15geneve: fix fill_info when link downHangbin Liu
2017-11-14geneve: exit_net cleanup check addedVasily Averin
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero()Stefano Brivio
2017-10-21geneve: Fix function matching VNI and tunnel ID on big-endianStefano Brivio
2017-08-11geneve: use netlink_ext_ack for error reporting in rtnl operationsGirish Moodalbail
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-09geneve: maximum value of VNI cannot be usedGirish Moodalbail
2017-07-24geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca
2017-07-24geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca
2017-07-24geneve: add rtnl changelink supportGirish Moodalbail
2017-07-03geneve: fix hlist corruptionJiri Benc
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-09geneve: add missing rx stats accountingGirish Moodalbail
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-04geneve: fix needed_headroom and max_mtu for collect_metadataEric Garver
2017-05-25geneve: fix fill_info when using collect_metadataEric Garver