summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan
AgeCommit message (Expand)Author
2025-02-08vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-10-17vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-06-21vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann
2024-06-16vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann
2024-05-17vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault
2024-05-17vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault
2024-05-17vxlan: Fix racy device stats updates.Guillaume Nault
2024-05-02vxlan: drop packets from invalid src-addressDavid Bauer
2024-04-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2023-09-20vxlan: Add missing entries to vxlan_get_size()Benjamin Poirier
2023-08-22vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMICIdo Schimmel
2023-08-14vxlan: Use helper functions to update statsLi Zetao
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-06drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-24vxlan: fix GRO with VXLAN-GPEJiri Benc
2023-07-24vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc
2023-07-24vxlan: calculate correct header length for GPEJiri Benc
2023-07-19vxlan: Add support for nexthop ID metadataIdo Schimmel
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin
2023-03-17vxlan: Expose helper vxlan_build_gbp_hdrGavin Li
2023-03-17vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...Gavin Li
2023-03-17vxlan: Enable MDB supportIdo Schimmel
2023-03-17vxlan: Add MDB data path supportIdo Schimmel
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel
2023-03-17vxlan: Expose vxlan_xmit_one()Ido Schimmel
2023-03-17vxlan: Move address helpers to private headersIdo Schimmel
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-01-02vxlan: Fix memory leaks in error pathIdo Schimmel
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert
2022-08-09vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May
2022-07-26vxlan: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-05-20net: vxlan: Fix kernel coding styleAlaa Mohamed
2022-05-09net: vxlan: Add extack support to vxlan_fdb_deleteAlaa Mohamed
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski
2022-04-08vxlan: fix error return code in vxlan_fdb_appendHongbin Wang
2022-03-31vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-09drivers: vxlan: fix returnvar.cocci warningGuo Zhengkui
2022-03-07vxlan_core: delete unnecessary conditionDan Carpenter
2022-03-07tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior
2022-03-01drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov
2022-03-01drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov