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