summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan (follow)
Commit message (Expand)AuthorAgeFilesLines
* ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata2024-11-161-1/+4
* ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-161-1/+4
* net: convert to nla_get_*_default()Johannes Berg2024-11-111-4/+1
* net: vxlan: update the document for vxlan_snoop()Menglong Dong2024-10-181-1/+0
* net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUNDMenglong Dong2024-10-181-1/+1
* net: vxlan: use kfree_skb_reason() in encap_bypass_if_local()Menglong Dong2024-10-131-1/+1
* net: vxlan: use kfree_skb_reason() in vxlan_encap_bypass()Menglong Dong2024-10-131-1/+1
* net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit()Menglong Dong2024-10-131-1/+1
* net: vxlan: add drop reasons support to vxlan_xmit_one()Menglong Dong2024-10-131-5/+14
* net: vxlan: use kfree_skb_reason() in vxlan_xmit()Menglong Dong2024-10-131-3/+3
* net: vxlan: make vxlan_set_mac() return drop reasonsMenglong Dong2024-10-131-9/+10
* net: vxlan: make vxlan_snoop() return drop reasonsMenglong Dong2024-10-131-8/+9
* net: vxlan: make vxlan_remcsum() return drop reasonsMenglong Dong2024-10-131-7/+13
* net: vxlan: add skb drop reasons to vxlan_rcv()Menglong Dong2024-10-131-6/+20
* net: tunnel: make skb_vlan_inet_prepare() return drop reasonsMenglong Dong2024-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-103-12/+15
|\
| * vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-103-12/+15
* | genetlink: extend info user-storage to match NL cb ctxPaolo Abeni2024-10-101-1/+1
|/
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+1
* netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin2024-09-031-1/+2
* net: vxlan: delete redundant judgment statementsLi Zetao2024-08-231-2/+1
* net: vxlan: remove duplicated initialization in vxlan_xmitMenglong Dong2024-08-121-1/+1
* vxlan: Pull inner IP header in vxlan_xmit_one().Guillaume Nault2024-06-221-1/+8
* vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann2024-06-051-4/+4
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-15/+34
|\
| * vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault2024-05-021-1/+18
| * vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault2024-04-291-0/+2
| * vxlan: Fix racy device stats updates.Guillaume Nault2024-04-291-14/+14
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+4
|\|
| * vxlan: drop packets from invalid src-addressDavid Bauer2024-04-191-0/+4
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-5/+9
|/
* vxlan: Remove generic .ndo_get_stats64Breno Leitao2024-03-121-2/+0
* vxlan: Do not alloc tstats manuallyBreno Leitao2024-03-121-11/+2
* net: vxlan: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet2024-02-141-0/+1
* vxlan: use exit_batch_rtnl() methodEric Dumazet2024-02-081-31/+19
* vxlan: mdb: Add MDB bulk deletion supportIdo Schimmel2023-12-203-24/+153
* vxlan: add support for flowlabel inheritAlce Lafranque2023-11-161-1/+22
* vxlan: Cleanup IFLA_VXLAN_PORT_RANGE entry in vxlan_get_size()Benjamin Poirier2023-10-281-2/+2
* vxlan: mdb: Add MDB get supportIdo Schimmel2023-10-273-0/+153
* vxlan: mdb: Factor out a helper for remote entry size calculationIdo Schimmel2023-10-271-9/+19
* vxlan: mdb: Adjust function argumentsIdo Schimmel2023-10-271-6/+4
* netlink: make range pointers in policies constJakub Kicinski2023-10-271-1/+1
* vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani2023-10-231-106/+30
* 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