summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan
AgeCommit message (Expand)AuthorFilesLines
2024-06-21vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann1-0/+4
2024-06-16vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann1-4/+0
2024-05-17vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault1-1/+18
2024-05-02vxlan: drop packets from invalid src-addressDavid Bauer1-0/+4
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-2/+2
2023-08-16drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin1-3/+8
2023-08-03vxlan: fix GRO with VXLAN-GPEJiri Benc1-15/+69
2023-08-03vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc1-30/+28
2023-08-03vxlan: calculate correct header length for GPEJiri Benc1-13/+10
2023-01-12vxlan: Fix memory leaks in error pathIdo Schimmel1-6/+13
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-10vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May1-1/+1
2022-07-26vxlan: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon1-4/+7
2022-06-10net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet1-4/+4
2022-05-21net: vxlan: Fix kernel coding styleAlaa Mohamed1-7/+6
2022-05-09net: vxlan: Add extack support to vxlan_fdb_deleteAlaa Mohamed1-11/+27
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-2/+1
2022-04-08vxlan: fix error return code in vxlan_fdb_appendHongbin Wang1-2/+2
2022-03-31vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet1-0/+6
2022-03-12net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2022-03-10drivers: vxlan: fix returnvar.cocci warningGuo Zhengkui1-2/+1
2022-03-08vxlan_core: delete unnecessary conditionDan Carpenter1-28/+26
2022-03-07tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior1-2/+2
2022-03-01drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov1-6/+86
2022-03-01drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov3-9/+102
2022-03-01vxlan: vni filtering support on collect metadata deviceRoopa Prabhu5-30/+1121
2022-03-01vxlan_multicast: Move multicast helpers to a separate fileRoopa Prabhu4-124/+142
2022-03-01vxlan_core: add helper vxlan_vni_in_useRoopa Prabhu1-18/+28
2022-03-01vxlan_core: make multicast helper take rip and ifindex explicitlyRoopa Prabhu1-16/+21
2022-03-01vxlan_core: move some fdb helpers to non-staticRoopa Prabhu2-19/+39
2022-03-01vxlan_core: move common declarations to private header fileRoopa Prabhu2-79/+100
2022-03-01vxlan_core: fix build warnings in vxlan_xmit_oneRoopa Prabhu1-1/+8
2022-03-01vxlan: move to its own directoryRoopa Prabhu2-0/+4841