summaryrefslogtreecommitdiff
path: root/net/batman-adv/tp_meter.c
AgeCommit message (Expand)Author
2026-06-13batman-adv: tp_meter: handle overlapping packetsSven Eckelmann
2026-06-13batman-adv: tp_meter: prevent parallel modifications of last_recvSven Eckelmann
2026-06-13batman-adv: tp_meter: annotate last_recv_time access with READ/WRITE_ONCESven Eckelmann
2026-06-13batman-adv: tp_meter: restrict number of unacked list entriesSven Eckelmann
2026-06-05batman-adv: tp_meter: update stale kernel-doc after refactoringSven Eckelmann
2026-06-05batman-adv: convert cancellation of work items to disable helperSven Eckelmann
2026-06-05batman-adv: tp_meter: initialize last_recv_time during initSven Eckelmann
2026-06-03batman-adv: tp_meter: consolidate congestion control variablesSven Eckelmann
2026-06-03batman-adv: tp_meter: use locking for all congestion control variablesSven Eckelmann
2026-06-03batman-adv: tp_meter: split vars into sender and receiver typesSven Eckelmann
2026-06-03batman-adv: tp_meter: add only finished tp_vars to listsSven Eckelmann
2026-06-03batman-adv: tp_meter: handle seqno wrap-around for fast recovery detectionSven Eckelmann
2026-06-03batman-adv: tp_meter: fix fast recovery preconditionSven Eckelmann
2026-06-03batman-adv: tp_meter: avoid divide-by-zero for dec_cwndSven Eckelmann
2026-06-03batman-adv: tp_meter: avoid window underflowSven Eckelmann
2026-06-03batman-adv: tp_meter: initialize dec_cwnd explicitlySven Eckelmann
2026-06-03batman-adv: tp_meter: initialize dup_acks explicitlySven Eckelmann
2026-06-03batman-adv: tp_meter: keep unacked list in ascending orderedSven Eckelmann
2026-06-01batman-adv: replace non-atomic mesh state with (READ|WRITE)_ONCESven Eckelmann
2026-05-19batman-adv: tp_meter: avoid role confusion in tp_listSven Eckelmann
2026-05-19batman-adv: tp_meter: fix race condition in send error reportingSven Eckelmann
2026-05-15batman-adv: tp_meter: directly shut down timer on cleanupSven Eckelmann
2026-05-14batman-adv: tp_meter: avoid use of uninit sender varsSven Eckelmann
2026-05-11batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdownSven Eckelmann
2026-05-11batman-adv: fix tp_meter counter underflow during shutdownLuxiao Xu
2026-05-08batman-adv: tp_meter: fix tp_num leak on kmalloc failureSven Eckelmann
2026-05-02batman-adv: stop tp_meter sessions during mesh teardownJiexun Wang
2026-05-02batman-adv: reject new tp_meter sessions during teardownJiexun Wang
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-22batman-adv: Use consistent name for mesh interfaceSven Eckelmann
2022-03-02batman-adv: Migrate to linux/container_of.hSven Eckelmann
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman
2021-10-20batman-adv: prepare for const netdev->dev_addrJakub Kicinski
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann
2021-08-08batman-adv: Check ptr for NULL before reducing its refcntSven Eckelmann
2021-02-06batman-adv: Fix names for kernel-doc blocksSven Eckelmann
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann
2020-12-04batman-adv: Add new include for min/max helpersSven Eckelmann
2020-06-26batman-adv: Fix typos and grammar in documentationSven Eckelmann
2020-01-01batman-adv: Update copyright years for 2020Sven Eckelmann
2019-05-25batman-adv: Fix includes for *_MAX constantsSven Eckelmann
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann
2017-12-20Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m...David S. Miller
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann