summaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-16/+4
|\
| * Revert "geneve: pull IP header before ECN decapsulation"Jakub Kicinski2020-12-091-16/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-4/+16
|\|
| * geneve: pull IP header before ECN decapsulationEric Dumazet2020-12-011-4/+16
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-2/+1
|\|
| * ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei2020-11-131-2/+1
* | net: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
|/
* geneve: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-8/+3
* geneve: add transport ports in route lookup for geneveMark Gray2020-09-161-10/+27
* geneve: Support for PMTU discovery on directly bridged linksStefano Brivio2020-08-041-5/+51
* tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-041-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
|\
| * geneve: fix an uninitialized value in geneve_changelink()Cong Wang2020-07-231-1/+1
* | udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski2020-07-101-2/+4
* | geneve: move all configuration under struct geneve_configSabrina Dubroca2020-07-061-98/+87
|/
* geneve: allow changing DF behavior after creationSabrina Dubroca2020-06-191-0/+1
* geneve: change from tx_error to tx_dropped on missing metadataJiri Benc2020-06-041-3/+4
* geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca2020-04-231-1/+1
* geneve: move debug check after netdev unregisterFlorian Westphal2020-03-151-2/+6
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-1/+3
* Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht2019-09-051-1/+1
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | geneve: Don't assume linear buffers in error handlerStefano Brivio2019-06-111-1/+1
|/
* ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-291-0/+1
* net: Move the definition of the default Geneve udp port to public header fileMoshe Shemesh2019-03-221-2/+0
* geneve: correctly handle ipv6.disable module parameterJiri Benc2019-03-011-3/+8
* geneve: should not call rt6_lookup() when ipv6 was disabledHangbin Liu2019-02-071-3/+7
* geneve: Initialize addr6 with memsetNathan Chancellor2018-11-171-1/+3
* geneve: Allow configuration of DF behaviourStefano Brivio2018-11-081-8/+47
* geneve: ICMP error lookup handlerStefano Brivio2018-11-081-0/+52
* net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-11/+3
|\
| * geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio2018-10-171-4/+3
| * geneve, vxlan: Don't check skb_dst() twiceStefano Brivio2018-10-171-11/+4
* | geneve: allow to clear ttl inheritHangbin Liu2018-10-041-4/+8
* | geneve: add ttl inherit supportHangbin Liu2018-09-121-8/+33
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+1
|\
| * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-021-1/+1
* | net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-2/+4
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-261-5/+6
|/
* geneve: configure MTU based on a lower deviceAlexey Kodanev2018-04-201-3/+53
* geneve: check MTU for a minimum in geneve_change_mtu()Alexey Kodanev2018-04-201-3/+2
* geneve: cleanup hard coded value for Ethernet header lengthAlexey Kodanev2018-04-201-4/+5
* geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)'Alexey Kodanev2018-04-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-291-2/+2
|\
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-0/+14
|\|