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