summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
2026-06-05batman-adv: tp_meter: update stale kernel-doc after refactoringSven Eckelmann
2026-06-05batman-adv: correct batadv_wifi_* kernel-docSven Eckelmann
2026-06-05batman-adv: document cleanup of batadv_wifi_net_devices entriesSven Eckelmann
2026-06-05batman-adv: use GFP_KERNEL allocations for the wifi detection cacheSven Eckelmann
2026-06-05batman-adv: drop duplicated wifi_flags assignmentsSven 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: tt: directly retrieve wifi flags of net_deviceSven Eckelmann
2026-06-03batman-adv: tt: sync local and global tvlv preparation return valuesSven Eckelmann
2026-06-03batman-adv: prevent ELP transmission interval underflowSven Eckelmann
2026-06-03batman-adv: bla: annotate lasttime access with READ/WRITE_ONCESven 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: use neigh_node's orig_node only as idSven Eckelmann
2026-06-01batman-adv: tvlv: avoid unnecessary OGM buffer reallocationsSven Eckelmann
2026-06-01batman-adv: tt: replace open-coded overflow check with helperSven Eckelmann
2026-06-01batman-adv: replace non-atomic last_ttvn with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic packet_size_max with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic mesh state with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic vlan config fields with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic hardif config fields with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic meshif config fields with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: extract netdev wifi detection information objectSven Eckelmann
2026-05-29batman-adv: use atomic_xchg() for gw.reselect checkSven Eckelmann
2026-05-29batman-adv: add missing includesSven Eckelmann
2026-05-29batman-adv: drop batman-adv specific versionSven Eckelmann
2026-05-19batman-adv: bla: avoid NULL-ptr deref for claim via dropped interfaceSven Eckelmann
2026-05-19batman-adv: bla: avoid double decrement of bla.num_requestsSven Eckelmann
2026-05-19batman-adv: bla: fix report_work leak on backbone_gw purgeSven Eckelmann
2026-05-19batman-adv: iv: recover OGM scheduling after forward packet errorSven Eckelmann
2026-05-19batman-adv: mcast: fix use-after-free in orig_node RCU releaseSven 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-19batman-adv: tvlv: reject oversized TVLV packetsSven Eckelmann
2026-05-19batman-adv: tvlv: abort OGM send on tvlv append failureSven Eckelmann
2026-05-19batman-adv: v: stop OGMv2 on disabled interfaceSven Eckelmann
2026-05-16batman-adv: fix batadv_skb_is_frag() kernel-docSven Eckelmann
2026-05-15batman-adv: tp_meter: directly shut down timer on cleanupSven Eckelmann
2026-05-15batman-adv: frag: disallow unicast fragment in fragmentSven Eckelmann
2026-05-14batman-adv: tp_meter: avoid use of uninit sender varsSven Eckelmann
2026-05-14batman-adv: dat: handle forward allocation errorSven Eckelmann