summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan
AgeCommit message (Expand)AuthorLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2025-04-24vxlan: vnifilter: Fix unlocked deletion of default FDB entryIdo Schimmel-1/+7
2025-04-22vxlan: Convert FDB table to rhashtableIdo Schimmel-62/+42
2025-04-22vxlan: Introduce FDB key structureIdo Schimmel-23/+29
2025-04-22vxlan: Do not treat dst cache initialization errors as fatalIdo Schimmel-4/+4
2025-04-22vxlan: Create wrappers for FDB lookupIdo Schimmel-10/+24
2025-04-22vxlan: Rename FDB Tx lookup functionIdo Schimmel-7/+7
2025-04-22vxlan: Convert FDB flushing to RCUIdo Schimmel-5/+10
2025-04-22vxlan: Convert FDB garbage collection to RCUIdo Schimmel-8/+11
2025-04-22vxlan: Use linked list to traverse FDB entriesIdo Schimmel-97/+75
2025-04-22vxlan: Add a linked list of FDB entriesIdo Schimmel-0/+4
2025-04-22vxlan: Use a single lock to protect the FDB tableIdo Schimmel-57/+33
2025-04-22vxlan: Relocate assignment of default remote deviceIdo Schimmel-2/+3
2025-04-22vxlan: Unsplit default FDB entry creation and notificationIdo Schimmel-13/+8
2025-04-22vxlan: Insert FDB into hash table in vxlan_fdb_create()Ido Schimmel-11/+4
2025-04-22vxlan: Simplify creation of default FDB entryIdo Schimmel-53/+25
2025-04-22vxlan: Add RCU read-side critical sections in the Tx pathIdo Schimmel-6/+8
2025-04-16vxlan: Use nlmsg_payload in vxlan_vnifilter_dumpBreno Leitao-3/+2
2025-04-14vxlan: Convert vxlan_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima-11/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang-2/+2
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang-2/+5
2025-02-18vxlan: Join / leave MC group after remote changesPetr Machata-2/+16
2025-02-18vxlan: Drop 'changelink' parameter from vxlan_dev_configure()Petr Machata-3/+3
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2025-02-11vxlan: check vxlan_vnigroup_init() return valueEric Dumazet-2/+5
2025-02-07vxlan: Remove unnecessary comments for vxlan_rcv() and vxlan_err_lookup()Ted Chen-2/+0
2025-02-05vxlan: Avoid unnecessary updates to FDB 'used' timeIdo Schimmel-7/+5
2025-02-05vxlan: Age out FDB entries based on 'updated' timeIdo Schimmel-1/+1
2025-02-05vxlan: Refresh FDB 'updated' time upon user space updatesIdo Schimmel-2/+1
2025-02-05vxlan: Refresh FDB 'updated' time upon 'NTF_USE'Ido Schimmel-1/+3
2025-02-05vxlan: Always refresh FDB 'updated' time when learning is enabledIdo Schimmel-1/+4
2025-02-05vxlan: Read jiffies once when updating FDB 'used' timeIdo Schimmel-2/+6
2025-02-05vxlan: Annotate FDB data racesIdo Schimmel-9/+9
2025-01-27vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida-0/+5
2024-12-23net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTERadu Rendec-3/+3
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet-2/+3
2024-12-09vxlan: Add an attribute to make VXLAN header validation configurablePetr Machata-7/+46
2024-12-09vxlan: vxlan_rcv(): Drop unparsedPetr Machata-15/+1
2024-12-09vxlan: Bump error counters for header mismatchesPetr Machata-0/+4
2024-12-09vxlan: Track reserved bits explicitly as part of the configurationPetr Machata-11/+30
2024-12-09vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variablePetr Machata-5/+6
2024-12-09vxlan: vxlan_rcv() callees: Drop the unparsed argumentPetr Machata-15/+16
2024-12-09vxlan: vxlan_rcv() callees: Move clearing of unparsed flags outPetr Machata-9/+7
2024-12-09vxlan: In vxlan_rcv(), access flags through the vxlan netdevicePetr Machata-5/+5
2024-12-06vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault-14/+14
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata-1/+4
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata-1/+4