summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-051-1/+1
* net: move misc netdev_lock flavors to a separate headerJakub Kicinski2025-03-081-0/+1
* net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang2025-02-211-2/+2
* rtnetlink: Pack newlink() params into structXiao Liang2025-02-211-2/+5
* vxlan: Join / leave MC group after remote changesPetr Machata2025-02-181-2/+16
* vxlan: Drop 'changelink' parameter from vxlan_dev_configure()Petr Machata2025-02-181-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-02-131-2/+5
|\
| * vxlan: check vxlan_vnigroup_init() return valueEric Dumazet2025-02-111-2/+5
* | vxlan: Remove unnecessary comments for vxlan_rcv() and vxlan_err_lookup()Ted Chen2025-02-071-2/+0
* | vxlan: Avoid unnecessary updates to FDB 'used' timeIdo Schimmel2025-02-051-7/+5
* | vxlan: Age out FDB entries based on 'updated' timeIdo Schimmel2025-02-051-1/+1
* | vxlan: Refresh FDB 'updated' time upon user space updatesIdo Schimmel2025-02-051-2/+1
* | vxlan: Refresh FDB 'updated' time upon 'NTF_USE'Ido Schimmel2025-02-051-1/+3
* | vxlan: Always refresh FDB 'updated' time when learning is enabledIdo Schimmel2025-02-051-1/+4
* | vxlan: Read jiffies once when updating FDB 'used' timeIdo Schimmel2025-02-051-2/+6
* | vxlan: Annotate FDB data racesIdo Schimmel2025-02-051-9/+9
|/
* 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