aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-16geneve: add transport ports in route lookup for geneveMark Gray1-10/+27
2020-08-04geneve: Support for PMTU discovery on directly bridged linksStefano Brivio1-5/+51
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio1-2/+3
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-23geneve: fix an uninitialized value in geneve_changelink()Cong Wang1-1/+1
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski1-2/+4
2020-07-06geneve: move all configuration under struct geneve_configSabrina Dubroca1-98/+87
2020-06-19geneve: allow changing DF behavior after creationSabrina Dubroca1-0/+1
2020-06-04geneve: change from tx_error to tx_dropped on missing metadataJiri Benc1-3/+4
2020-04-23geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca1-1/+1
2020-03-15geneve: move debug check after netdev unregisterFlorian Westphal1-2/+6
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-1/+3
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht1-1/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-11geneve: Don't assume linear buffers in error handlerStefano Brivio1-1/+1
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-0/+1
2019-03-22net: Move the definition of the default Geneve udp port to public header fileMoshe Shemesh1-2/+0
2019-03-01geneve: correctly handle ipv6.disable module parameterJiri Benc1-3/+8
2019-02-07geneve: should not call rt6_lookup() when ipv6 was disabledHangbin Liu1-3/+7
2018-11-17geneve: Initialize addr6 with memsetNathan Chancellor1-1/+3
2018-11-08geneve: Allow configuration of DF behaviourStefano Brivio1-8/+47
2018-11-08geneve: ICMP error lookup handlerStefano Brivio1-0/+52
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+3
2018-10-17geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio1-4/+3
2018-10-17geneve, vxlan: Don't check skb_dst() twiceStefano Brivio1-11/+4
2018-10-04geneve: allow to clear ttl inheritHangbin Liu1-4/+8
2018-09-12geneve: add ttl inherit supportHangbin Liu1-8/+33
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-1/+1
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-2/+4
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-5/+6
2018-04-20geneve: configure MTU based on a lower deviceAlexey Kodanev1-3/+53
2018-04-20geneve: check MTU for a minimum in geneve_change_mtu()Alexey Kodanev1-3/+2
2018-04-20geneve: cleanup hard coded value for Ethernet header lengthAlexey Kodanev1-4/+5
2018-04-20geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)'Alexey Kodanev1-1/+1
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel1-2/+2
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+14
2018-01-02geneve: update skb dst pmtu on tx pathXin Long1-0/+14
2017-12-19geneve: speedup geneve tunnels dismantleHaishuang Yan1-8/+16
2017-11-24geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu1-1/+15
2017-11-15geneve: fix fill_info when link downHangbin Liu1-14/+10
2017-11-14geneve: exit_net cleanup check addedVasily Averin1-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+0
2017-10-22geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero()Stefano Brivio1-16/+3
2017-10-21geneve: Fix function matching VNI and tunnel ID on big-endianStefano Brivio1-6/+0
2017-08-11geneve: use netlink_ext_ack for error reporting in rtnl operationsGirish Moodalbail1-36/+92