summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan
AgeCommit message (Expand)AuthorFilesLines
2025-02-21vxlan: check vxlan_vnigroup_init() return valueEric Dumazet1-2/+5
2025-02-08vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida1-0/+5
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet1-1/+1
2024-10-17vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima3-12/+15
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-17vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault1-0/+2
2024-05-17vxlan: Fix racy device stats updates.Guillaume Nault1-14/+14
2024-05-02vxlan: drop packets from invalid src-addressDavid Bauer1-0/+4
2024-04-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet1-0/+1
2023-09-20vxlan: Add missing entries to vxlan_get_size()Benjamin Poirier1-0/+4
2023-08-22vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMICIdo Schimmel1-1/+1
2023-08-14vxlan: Use helper functions to update statsLi Zetao1-11/+2
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2023-08-06drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin1-3/+8
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-58/+107
2023-07-24vxlan: fix GRO with VXLAN-GPEJiri Benc1-15/+69
2023-07-24vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc1-30/+28
2023-07-24vxlan: calculate correct header length for GPEJiri Benc1-13/+10
2023-07-19vxlan: Add support for nexthop ID metadataIdo Schimmel1-0/+44
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin1-2/+19
2023-03-18vxlan: Expose helper vxlan_build_gbp_hdrGavin Li1-19/+0
2023-03-18vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...Gavin Li1-6/+4
2023-03-17vxlan: Enable MDB supportIdo Schimmel1-0/+3
2023-03-17vxlan: Add MDB data path supportIdo Schimmel3-0/+135
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel1-0/+7
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel4-1/+1381
2023-03-17vxlan: Expose vxlan_xmit_one()Ido Schimmel2-3/+4
2023-03-17vxlan: Move address helpers to private headersIdo Schimmel2-47/+45
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-2/+2
2023-01-02vxlan: Fix memory leaks in error pathIdo Schimmel1-6/+13
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-2/+2
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
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