summaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c
Commit message (Expand)AuthorAgeFilesLines
* geneve: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-251-2/+1
* net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skbPhillip Potter2021-05-221-2/+2
* net: geneve: check skb is large enough for IPv4/IPv6 headerPhillip Potter2021-04-281-0/+6
* Revert "geneve: pull IP header before ECN decapsulation"Jakub Kicinski2020-12-111-16/+4
* geneve: pull IP header before ECN decapsulationEric Dumazet2020-12-081-4/+16
* ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei2020-11-241-2/+1
* geneve: add transport ports in route lookup for geneveMark Gray2020-09-261-10/+27
* geneve: change from tx_error to tx_dropped on missing metadataJiri Benc2020-06-251-3/+4
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-04-291-1/+3
* geneve: move debug check after netdev unregisterFlorian Westphal2020-04-021-2/+6
* geneve: correctly handle ipv6.disable module parameterJiri Benc2019-03-101-3/+8
* geneve: should not call rt6_lookup() when ipv6 was disabledHangbin Liu2019-02-271-3/+7
* 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
* 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
|\|
| * geneve: update skb dst pmtu on tx pathXin Long2018-01-021-0/+14
* | geneve: speedup geneve tunnels dismantleHaishuang Yan2017-12-191-8/+16
|/
* geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu2017-11-241-1/+15
* geneve: fix fill_info when link downHangbin Liu2017-11-151-14/+10
* geneve: exit_net cleanup check addedVasily Averin2017-11-141-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-6/+0
|\
| * geneve: Fix function matching VNI and tunnel ID on big-endianStefano Brivio2017-10-211-6/+0
* | geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero()Stefano Brivio2017-10-221-16/+3
|/
* geneve: use netlink_ext_ack for error reporting in rtnl operationsGirish Moodalbail2017-08-111-36/+92
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-1/+1
|\
| * geneve: maximum value of VNI cannot be usedGirish Moodalbail2017-08-091-1/+1
* | geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca2017-07-241-1/+6
* | geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca2017-07-241-6/+13
* | geneve: add rtnl changelink supportGirish Moodalbail2017-07-241-42/+176
|/
* geneve: fix hlist corruptionJiri Benc2017-07-031-16/+32
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* | geneve: add missing rx stats accountingGirish Moodalbail2017-06-091-12/+24
|/
* geneve: fix needed_headroom and max_mtu for collect_metadataEric Garver2017-06-041-1/+1
* geneve: fix fill_info when using collect_metadataEric Garver2017-05-251-3/+5
* geneve: fix incorrect setting of UDP checksum flagGirish Moodalbail2017-04-301-1/+1
* geneve: lock RCU on TX pathJakub Kicinski2017-03-011-0/+2