summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan
AgeCommit message (Expand)Author
2024-04-19vxlan: drop packets from invalid src-addressDavid Bauer
2024-03-11vxlan: Remove generic .ndo_get_stats64Breno Leitao
2024-03-11vxlan: Do not alloc tstats manuallyBreno Leitao
2024-02-21net: vxlan: constify the struct device_type usageRicardo B. Marliere
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2024-02-07vxlan: use exit_batch_rtnl() methodEric Dumazet
2023-12-20vxlan: mdb: Add MDB bulk deletion supportIdo Schimmel
2023-11-16vxlan: add support for flowlabel inheritAlce Lafranque
2023-10-27vxlan: Cleanup IFLA_VXLAN_PORT_RANGE entry in vxlan_get_size()Benjamin Poirier
2023-10-27vxlan: mdb: Add MDB get supportIdo Schimmel
2023-10-27vxlan: mdb: Factor out a helper for remote entry size calculationIdo Schimmel
2023-10-27vxlan: mdb: Adjust function argumentsIdo Schimmel
2023-10-26netlink: make range pointers in policies constJakub Kicinski
2023-10-23vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani
2023-10-16vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination IPAmit Cohen
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination portAmit Cohen
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination VNIAmit Cohen
2023-10-13vxlan: vxlan_core: Support FDB flushing by nexthop IDAmit Cohen
2023-10-13vxlan: vxlan_core: Support FDB flushing by source VNIAmit Cohen
2023-10-13vxlan: vxlan_core: Add support for FDB flushAmit Cohen
2023-10-13vxlan: vxlan_core: Do not skip default entry in vxlan_flush() by defaultAmit Cohen
2023-10-13vxlan: vxlan_core: Make vxlan_flush() more generic for future useAmit Cohen
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