aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/geneve.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+16
2024-03-06net: geneve: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-03-06net: geneve: Leverage core stats allocatorBreno Leitao1-9/+2
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet1-1/+1
2024-03-04geneve: make sure to pull inner header in geneve_rx()Eric Dumazet1-2/+16
2024-02-21net: geneve: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet1-0/+1
2024-02-07geneve: use exit_batch_rtnl() methodEric Dumazet1-13/+10
2024-01-05geneve: 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-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1
2022-08-31net: 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-09geneve: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-09geneve: 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-22net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_INHERITEyal 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-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-3/+0
2021-11-24gro: 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-11net: geneve: check skb is large enough for IPv4/IPv6 headerPhillip Potter1-0/+6
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+20
2021-03-30geneve: allow UDP L4 GRO passthrouPaolo Abeni1-0/+1
2021-03-25geneve: do not modify the shared tunnel info when PMTU triggers an ICMP replyAntoine Tenart1-4/+20
2021-01-18geneve: 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+4
2020-12-09Revert "geneve: pull IP header before ECN decapsulation"Jakub Kicinski1-16/+4
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+16
2020-12-01geneve: pull IP header before ECN decapsulationEric Dumazet1-4/+16
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2020-11-13ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei1-2/+1
2020-11-09net: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-10-06geneve: use dev_sw_netstats_rx_add()Fabian Frederick1-8/+3
2020-09-16geneve: 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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-23geneve: fix an uninitialized value in geneve_changelink()Cong Wang1-1/+1