summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Expose helper vxlan_build_gbp_hdrGavin Li2023-03-171-19/+0
* vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...Gavin Li2023-03-171-6/+4
* vxlan: Enable MDB supportIdo Schimmel2023-03-171-0/+3
* vxlan: Add MDB data path supportIdo Schimmel2023-03-173-0/+135
* vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel2023-03-171-0/+7
* vxlan: mdb: Add MDB control path supportIdo Schimmel2023-03-174-1/+1381
* vxlan: Expose vxlan_xmit_one()Ido Schimmel2023-03-172-3/+4
* vxlan: Move address helpers to private headersIdo Schimmel2023-03-172-47/+45
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-2/+2
* vxlan: Fix memory leaks in error pathIdo Schimmel2023-01-021-6/+13
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-2/+2
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: gro: skb_gro_header helper functionRichard Gobert2022-08-251-6/+3
* vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-1/+1
* vxlan: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon2022-07-261-4/+7
* net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-091-4/+4
* net: vxlan: Fix kernel coding styleAlaa Mohamed2022-05-201-7/+6
* net: vxlan: Add extack support to vxlan_fdb_deleteAlaa Mohamed2022-05-091-11/+27
* rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-1/+2
* net: add netif_inherit_tso_max()Jakub Kicinski2022-05-061-2/+1
* vxlan: fix error return code in vxlan_fdb_appendHongbin Wang2022-04-081-2/+2
* vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet2022-03-311-0/+6
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-1/+1
* drivers: vxlan: fix returnvar.cocci warningGuo Zhengkui2022-03-091-2/+1
* vxlan_core: delete unnecessary conditionDan Carpenter2022-03-071-28/+26
* tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-2/+2
* drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov2022-03-011-6/+86
* drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov2022-03-013-9/+102
* vxlan: vni filtering support on collect metadata deviceRoopa Prabhu2022-03-015-30/+1121
* vxlan_multicast: Move multicast helpers to a separate fileRoopa Prabhu2022-03-014-124/+142
* vxlan_core: add helper vxlan_vni_in_useRoopa Prabhu2022-03-011-18/+28
* vxlan_core: make multicast helper take rip and ifindex explicitlyRoopa Prabhu2022-03-011-16/+21
* vxlan_core: move some fdb helpers to non-staticRoopa Prabhu2022-03-012-19/+39
* vxlan_core: move common declarations to private header fileRoopa Prabhu2022-03-012-79/+100
* vxlan_core: fix build warnings in vxlan_xmit_oneRoopa Prabhu2022-03-011-1/+8
* vxlan: move to its own directoryRoopa Prabhu2022-03-012-0/+4841