summaryrefslogtreecommitdiff
path: root/drivers/net/geneve.c
AgeCommit message (Expand)Author
2024-04-08geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06net: geneve: Remove generic .ndo_get_stats64Breno Leitao
2024-03-06net: geneve: Leverage core stats allocatorBreno Leitao
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet
2024-03-04geneve: make sure to pull inner header in geneve_rx()Eric Dumazet
2024-02-21net: geneve: constify the struct device_type usageRicardo B. Marliere
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2024-02-07geneve: use exit_batch_rtnl() methodEric Dumazet
2024-01-05geneve: use DEV_STATS_INC()Eric Dumazet
2023-10-23geneve: use generic function for tunnel IPv6 route lookupBeniamino Galvani
2023-10-16geneve: use generic function for tunnel IPv4 route lookupBeniamino Galvani
2023-10-16geneve: add dsfield helper functionBeniamino Galvani
2023-03-21net: geneve: accept every ethertypeJosef Miegl
2023-03-15net: geneve: set IFF_POINTOPOINT with IFLA_GENEVE_INNER_PROTO_INHERITJosef Miegl
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert
2022-08-09geneve: do not use RT_TOS for IPv6 flowlabelMatthias May
2022-08-09geneve: fix TOS inheriting for ipv4Matthias May
2022-07-26geneve: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon
2022-04-15geneve: avoid indirect calls in GRO path, when possiblePaolo Abeni
2022-03-22net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_...Eyal Birger
2022-03-17net: geneve: support IPv4/IPv6 as inner protocolEyal Birger
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
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