summaryrefslogtreecommitdiff
path: root/drivers/net/geneve.c
AgeCommit message (Expand)Author
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-23net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skbPhillip Potter
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-11net: geneve: check skb is large enough for IPv4/IPv6 headerPhillip Potter
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-03-30geneve: allow UDP L4 GRO passthrouPaolo Abeni
2021-03-25geneve: do not modify the shared tunnel info when PMTU triggers an ICMP replyAntoine Tenart
2021-01-18geneve: add NETIF_F_FRAGLIST flag for dev featuresXin Long
2021-01-07udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel driversJakub Kicinski
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09Revert "geneve: pull IP header before ECN decapsulation"Jakub Kicinski
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-01geneve: pull IP header before ECN decapsulationEric Dumazet
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-13ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei
2020-11-09net: switch to dev_get_tstats64Heiner Kallweit
2020-10-06geneve: use dev_sw_netstats_rx_add()Fabian Frederick
2020-09-16geneve: add transport ports in route lookup for geneveMark Gray
2020-08-04geneve: Support for PMTU discovery on directly bridged linksStefano Brivio
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23geneve: fix an uninitialized value in geneve_changelink()Cong Wang
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski
2020-07-06geneve: move all configuration under struct geneve_configSabrina Dubroca
2020-06-19geneve: allow changing DF behavior after creationSabrina Dubroca
2020-06-04geneve: change from tx_error to tx_dropped on missing metadataJiri Benc
2020-04-23geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca
2020-03-15geneve: move debug check after netdev unregisterFlorian Westphal
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht
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