summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan
AgeCommit message (Expand)AuthorLines
2023-03-17vxlan: Expose helper vxlan_build_gbp_hdrGavin Li-19/+0
2023-03-17vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...Gavin Li-6/+4
2023-03-17vxlan: Enable MDB supportIdo Schimmel-0/+3
2023-03-17vxlan: Add MDB data path supportIdo Schimmel-0/+135
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel-0/+7
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel-1/+1381
2023-03-17vxlan: Expose vxlan_xmit_one()Ido Schimmel-3/+4
2023-03-17vxlan: Move address helpers to private headersIdo Schimmel-47/+45
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet-2/+2
2023-01-02vxlan: Fix memory leaks in error pathIdo Schimmel-6/+13
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu-2/+2
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-2/+2
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert-6/+3
2022-08-09vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May-1/+1
2022-07-26vxlan: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon-4/+7
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet-4/+4
2022-05-20net: vxlan: Fix kernel coding styleAlaa Mohamed-7/+6
2022-05-09net: vxlan: Add extack support to vxlan_fdb_deleteAlaa Mohamed-11/+27
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed-1/+2
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski-2/+1
2022-04-08vxlan: fix error return code in vxlan_fdb_appendHongbin Wang-2/+2
2022-03-31vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet-0/+6
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet-1/+1
2022-03-09drivers: vxlan: fix returnvar.cocci warningGuo Zhengkui-2/+1
2022-03-07vxlan_core: delete unnecessary conditionDan Carpenter-28/+26
2022-03-07tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior-2/+2
2022-03-01drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov-6/+86
2022-03-01drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov-9/+102
2022-03-01vxlan: vni filtering support on collect metadata deviceRoopa Prabhu-30/+1121
2022-03-01vxlan_multicast: Move multicast helpers to a separate fileRoopa Prabhu-124/+142
2022-03-01vxlan_core: add helper vxlan_vni_in_useRoopa Prabhu-18/+28
2022-03-01vxlan_core: make multicast helper take rip and ifindex explicitlyRoopa Prabhu-16/+21
2022-03-01vxlan_core: move some fdb helpers to non-staticRoopa Prabhu-19/+39
2022-03-01vxlan_core: move common declarations to private header fileRoopa Prabhu-79/+100
2022-03-01vxlan_core: fix build warnings in vxlan_xmit_oneRoopa Prabhu-1/+8
2022-03-01vxlan: move to its own directoryRoopa Prabhu-0/+4841