summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan/vxlan_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani2023-10-161-73/+41
* vxlan: vxlan_core: Support FDB flushing by destination IPAmit Cohen2023-10-131-1/+20
* vxlan: vxlan_core: Support FDB flushing by destination portAmit Cohen2023-10-131-1/+9
* vxlan: vxlan_core: Support FDB flushing by destination VNIAmit Cohen2023-10-131-0/+51
* vxlan: vxlan_core: Support FDB flushing by nexthop IDAmit Cohen2023-10-131-0/+15
* vxlan: vxlan_core: Support FDB flushing by source VNIAmit Cohen2023-10-131-0/+8
* vxlan: vxlan_core: Add support for FDB flushAmit Cohen2023-10-131-0/+56
* vxlan: vxlan_core: Do not skip default entry in vxlan_flush() by defaultAmit Cohen2023-10-131-6/+18
* vxlan: vxlan_core: Make vxlan_flush() more generic for future useAmit Cohen2023-10-131-4/+26
* vxlan: Add missing entries to vxlan_get_size()Benjamin Poirier2023-09-201-0/+4
* vxlan: Use helper functions to update statsLi Zetao2023-08-141-11/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-281-58/+107
|\
| * vxlan: fix GRO with VXLAN-GPEJiri Benc2023-07-241-15/+69
| * vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc2023-07-241-30/+28
| * vxlan: calculate correct header length for GPEJiri Benc2023-07-241-13/+10
* | vxlan: Add support for nexthop ID metadataIdo Schimmel2023-07-191-0/+44
|/
* net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin2023-05-131-2/+19
* vxlan: Expose helper vxlan_build_gbp_hdrGavin Li2023-03-181-19/+0
* vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...Gavin Li2023-03-181-6/+4
* vxlan: Enable MDB supportIdo Schimmel2023-03-171-0/+3
* vxlan: Add MDB data path supportIdo Schimmel2023-03-171-0/+15
* vxlan: mdb: Add MDB control path supportIdo Schimmel2023-03-171-0/+8
* vxlan: Expose vxlan_xmit_one()Ido Schimmel2023-03-171-3/+2
* vxlan: Move address helpers to private headersIdo Schimmel2023-03-171-47/+0
* 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-11-011-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-101-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-101-4/+4
* net: vxlan: Fix kernel coding styleAlaa Mohamed2022-05-211-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
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-121-1/+1
* drivers: vxlan: fix returnvar.cocci warningGuo Zhengkui2022-03-101-2/+1
* vxlan_core: delete unnecessary conditionDan Carpenter2022-03-081-28/+26
* tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-2/+2
* drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov2022-03-011-9/+42
* vxlan: vni filtering support on collect metadata deviceRoopa Prabhu2022-03-011-21/+75
* vxlan_multicast: Move multicast helpers to a separate fileRoopa Prabhu2022-03-011-123/+0
* 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-011-19/+19
* vxlan_core: move common declarations to private header fileRoopa Prabhu2022-03-011-79/+5
* vxlan_core: fix build warnings in vxlan_xmit_oneRoopa Prabhu2022-03-011-1/+8
* vxlan: move to its own directoryRoopa Prabhu2022-03-011-0/+4834