summaryrefslogtreecommitdiff
path: root/drivers/net/geneve.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet1-2/+2
2024-04-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet1-0/+1
2024-03-04geneve: make sure to pull inner header in geneve_rx()Eric Dumazet1-2/+16
2024-01-06geneve: use DEV_STATS_INC()Eric Dumazet1-12/+12
2023-10-23geneve: use generic function for tunnel IPv6 route lookupBeniamino Galvani1-65/+31
2023-10-16geneve: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-66/+32
2023-10-16geneve: add dsfield helper functionBeniamino Galvani1-11/+18
2023-03-21net: geneve: accept every ethertypeJosef Miegl1-7/+2
2023-03-15net: geneve: set IFF_POINTOPOINT with IFLA_GENEVE_INNER_PROTO_INHERITJosef Miegl1-1/+1
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert1-6/+3
2022-08-10geneve: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-10geneve: fix TOS inheriting for ipv4Matthias May1-4/+8
2022-07-26geneve: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon1-0/+1
2022-04-15geneve: avoid indirect calls in GRO path, when possiblePaolo Abeni1-2/+8
2022-03-23net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_...Eyal Birger1-0/+3
2022-03-17net: geneve: support IPv4/IPv6 as inner protocolEyal Birger1-19/+63
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-2/+2
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-3/+0
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet1-4/+1
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-04-23net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skbPhillip Potter1-2/+2
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-04-12net: geneve: check skb is large enough for IPv4/IPv6 headerPhillip Potter1-0/+6
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+20
2021-03-31geneve: allow UDP L4 GRO passthrouPaolo Abeni1-0/+1
2021-03-26geneve: do not modify the shared tunnel info when PMTU triggers an ICMP replyAntoine Tenart1-4/+20
2021-01-19geneve: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3
2021-01-07udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel driversJakub Kicinski1-10/+4
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+4
2020-12-10Revert "geneve: pull IP header before ECN decapsulation"Jakub Kicinski1-16/+4
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+16
2020-12-02geneve: pull IP header before ECN decapsulationEric Dumazet1-4/+16
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2020-11-14ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei1-2/+1
2020-11-10net: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-10-06geneve: use dev_sw_netstats_rx_add()Fabian Frederick1-8/+3
2020-09-17geneve: 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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-24geneve: 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-20geneve: allow changing DF behavior after creationSabrina Dubroca1-0/+1
2020-06-05geneve: 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