summaryrefslogtreecommitdiff
path: root/net/batman-adv/bridge_loop_avoidance.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-05batman-adv: bla: fix freeing of claims on meshif deletionSven Eckelmann1-9/+1
2026-08-05batman-adv: bla: prevent CRC corruptions after claim flushSven Eckelmann1-5/+0
2026-08-05batman-adv: bla: avoid CRC corruption due to parallel claim addSven Eckelmann1-24/+39
2026-08-04batman-adv: switch var declarations to reverse x-mas tree orderSven Eckelmann1-45/+45
2026-08-04batman-adv: split multiple declarations per lineSven Eckelmann1-10/+20
2026-08-04batman-adv: annotate functions which may reallocate the skbuffSven Eckelmann1-1/+14
2026-06-28batman-adv: drop NULL check for immutable hardif->mesh_ifaceSven Eckelmann1-7/+2
2026-06-05batman-adv: bla: update stale kernel-docSven Eckelmann1-1/+1
2026-06-05batman-adv: convert cancellation of work items to disable helperSven Eckelmann1-2/+2
2026-06-03batman-adv: bla: annotate lasttime access with READ/WRITE_ONCESven Eckelmann1-14/+14
2026-06-01batman-adv: replace non-atomic meshif config fields with (READ|WRITE)_ONCESven Eckelmann1-7/+7
2026-05-29batman-adv: add missing includesSven Eckelmann1-0/+1
2026-05-19batman-adv: bla: avoid NULL-ptr deref for claim via dropped interfaceSven Eckelmann1-2/+4
2026-05-19batman-adv: bla: avoid double decrement of bla.num_requestsSven Eckelmann1-16/+35
2026-05-19batman-adv: bla: fix report_work leak on backbone_gw purgeSven Eckelmann1-19/+35
2026-05-08batman-adv: bla: put backbone reference on failed claim hash insertSven Eckelmann1-0/+1
2026-05-08batman-adv: bla: only purge non-released claimsSven Eckelmann1-0/+8
2026-05-08batman-adv: bla: prevent use-after-free when deleting claimsSven Eckelmann1-1/+1
2026-04-08Merge tag 'batadv-net-pullrequest-20260408' of https://git.open-mesh.org/linu...Jakub Kicinski1-9/+18
2026-04-06batman-adv: hold claim backbone gateways by referenceHaoze Xie1-9/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-10-17batman-adv: use skb_crc32c() instead of skb_seq_read()Sven Eckelmann1-43/+8
2025-09-05batman-adv: keep skb crc32 helper local in BLASven Eckelmann1-0/+34
2025-02-22batman-adv: Use consistent name for mesh interfaceSven Eckelmann1-53/+53
2025-01-17batman-adv: netlink: reduce duplicate code by returning interfacesLinus Lüssing1-26/+7
2024-10-06batman-adv: Use string choice helper to print booleansSven Eckelmann1-4/+4
2023-11-14batman-adv: Switch to linux/sprintf.hSven Eckelmann1-1/+1
2022-04-22batman-adv: remove unnecessary type castingsYu Zhe1-2/+2
2022-03-07batman-adv: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-02batman-adv: Migrate to linux/container_of.hSven Eckelmann1-0/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2021-10-26net: batman-adv: fix error handlingPavel Skripkin1-2/+6
2021-10-20batman-adv: prepare for const netdev->dev_addrJakub Kicinski1-7/+7
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann1-18/+9
2021-08-08batman-adv: Check ptr for NULL before reducing its refcntSven Eckelmann1-0/+6
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-06-02batman-adv: Fix spelling mistakesZheng Yongjun1-2/+2
2021-03-23batman-adv: Drop unused header preempt.hSven Eckelmann1-1/+0
2021-02-13batman-adv: Use netif_rx_any_context().Sebastian Andrzej Siewior1-4/+1
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann1-1/+1
2020-12-04batman-adv: Drop deprecated debugfs supportSven Eckelmann1-130/+0
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-28/+117
2020-09-15batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing1-16/+87
2020-09-15batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing1-9/+25
2020-09-14batman-adv: Add missing include for in_interrupt()Sven Eckelmann1-0/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2020-08-27batman-adv: bla: fix type misuse for backbone_gw hash indexingLinus Lüssing1-3/+4
2020-08-18batman-adv: bla: use netif_rx_ni when not in interrupt contextJussi Kivilinna1-1/+4
2020-08-18batman-adv: Drop repeated words in commentsSven Eckelmann1-1/+1
2020-06-26batman-adv: Fix typos and grammar in documentationSven Eckelmann1-3/+3