summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan
Commit message (Expand)AuthorAgeFilesLines
* vxlan: check vxlan_vnigroup_init() return valueEric Dumazet2025-02-111-2/+5
* vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida2025-01-271-0/+5
* net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTERadu Rendec2024-12-232-3/+3
* rtnetlink: add ndo_fdb_dump_contextEric Dumazet2024-12-101-2/+3
* vxlan: Add an attribute to make VXLAN header validation configurablePetr Machata2024-12-091-7/+46
* vxlan: vxlan_rcv(): Drop unparsedPetr Machata2024-12-091-15/+1
* vxlan: Bump error counters for header mismatchesPetr Machata2024-12-091-0/+4
* vxlan: Track reserved bits explicitly as part of the configurationPetr Machata2024-12-091-11/+30
* vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variablePetr Machata2024-12-091-5/+6
* vxlan: vxlan_rcv() callees: Drop the unparsed argumentPetr Machata2024-12-091-15/+16
* vxlan: vxlan_rcv() callees: Move clearing of unparsed flags outPetr Machata2024-12-091-9/+7
* vxlan: In vxlan_rcv(), access flags through the vxlan netdevicePetr Machata2024-12-091-5/+5
* vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault2024-12-061-14/+14
* ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata2024-11-151-1/+4
* ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-151-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-211-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-071-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-011-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-111-2/+0
* vxlan: Do not alloc tstats manuallyBreno Leitao2024-03-111-11/+2
* net: vxlan: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1