summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)AuthorFilesLines
2026-06-28batman-adv: dat: acquire ARP hw source only after skb reallocSven Eckelmann1-1/+4
2026-06-28batman-adv: gw: acquire ethernet header only after skb reallocSven Eckelmann1-1/+2
2026-06-28batman-adv: access unicast_ttvn skb->data only after skb reallocSven Eckelmann1-1/+1
2026-06-28batman-adv: retrieve ethhdr after potential skb realloc on RXSven Eckelmann1-0/+1
2026-06-14batman-adv: tvlv: avoid race of cifsnotfound handler stateSven Eckelmann2-13/+57
2026-06-14batman-adv: tvlv: enforce 2-byte alignmentSven Eckelmann4-2/+32
2026-06-14batman-adv: dat: prevent false sharing between VLANsSven Eckelmann1-3/+9
2026-06-14batman-adv: tt: track roam count per VIDSven Eckelmann2-2/+10
2026-06-14batman-adv: tt: don't merge change entries with different VIDsSven Eckelmann1-0/+3
2026-06-13batman-adv: tp_meter: handle overlapping packetsSven Eckelmann1-14/+11
2026-06-13batman-adv: tp_meter: prevent parallel modifications of last_recvSven Eckelmann2-10/+14
2026-06-13batman-adv: tp_meter: annotate last_recv_time access with READ/WRITE_ONCESven Eckelmann1-4/+4
2026-06-13batman-adv: tp_meter: restrict number of unacked list entriesSven Eckelmann2-1/+25
2026-06-13batman-adv: v: prevent OGM aggregation on disabled hardifSven Eckelmann3-0/+19
2026-06-13batman-adv: frag: avoid underflow of TTLSven Eckelmann1-0/+7
2026-06-13batman-adv: frag: ensure fragment is writable before modifying TTLSven Eckelmann3-4/+17
2026-06-13batman-adv: fix (m|b)cast csum after decrementing TTLSven Eckelmann1-2/+56
2026-06-13batman-adv: ensure bcast is writable before modifying TTLSven Eckelmann1-0/+6
2026-06-13batman-adv: gw: don't deselect gateway with active hardifSven Eckelmann1-26/+2
2026-06-05batman-adv: fix kernel-doc typos and grammar errorsSven Eckelmann10-19/+20
2026-06-05batman-adv: fix batadv_v_ogm_packet_recv error handling kernel-docSven Eckelmann1-1/+1
2026-06-05batman-adv: bla: update stale kernel-docSven Eckelmann3-5/+9
2026-06-05batman-adv: tp_meter: update stale kernel-doc after refactoringSven Eckelmann2-14/+16
2026-06-05batman-adv: correct batadv_wifi_* kernel-docSven Eckelmann2-5/+5
2026-06-05batman-adv: document cleanup of batadv_wifi_net_devices entriesSven Eckelmann1-0/+4
2026-06-05batman-adv: use GFP_KERNEL allocations for the wifi detection cacheSven Eckelmann1-2/+2
2026-06-05batman-adv: drop duplicated wifi_flags assignmentsSven Eckelmann1-1/+0
2026-06-05batman-adv: convert cancellation of work items to disable helperSven Eckelmann11-14/+18
2026-06-05batman-adv: tp_meter: initialize last_recv_time during initSven Eckelmann1-3/+7
2026-06-03batman-adv: tt: directly retrieve wifi flags of net_deviceSven Eckelmann3-13/+27
2026-06-03batman-adv: tt: sync local and global tvlv preparation return valuesSven Eckelmann1-5/+13
2026-06-03batman-adv: prevent ELP transmission interval underflowSven Eckelmann1-1/+7
2026-06-03batman-adv: bla: annotate lasttime access with READ/WRITE_ONCESven Eckelmann1-14/+14
2026-06-03batman-adv: tp_meter: consolidate congestion control variablesSven Eckelmann2-122/+128
2026-06-03batman-adv: tp_meter: use locking for all congestion control variablesSven Eckelmann2-110/+170
2026-06-03batman-adv: tp_meter: split vars into sender and receiver typesSven Eckelmann3-219/+281
2026-06-03batman-adv: tp_meter: add only finished tp_vars to listsSven Eckelmann1-9/+9
2026-06-03batman-adv: tp_meter: handle seqno wrap-around for fast recovery detectionSven Eckelmann1-1/+1
2026-06-03batman-adv: tp_meter: fix fast recovery preconditionSven Eckelmann1-1/+1
2026-06-03batman-adv: tp_meter: avoid divide-by-zero for dec_cwndSven Eckelmann1-1/+4
2026-06-03batman-adv: tp_meter: avoid window underflowSven Eckelmann1-1/+6
2026-06-03batman-adv: tp_meter: initialize dec_cwnd explicitlySven Eckelmann1-0/+2
2026-06-03batman-adv: tp_meter: initialize dup_acks explicitlySven Eckelmann1-0/+1
2026-06-03batman-adv: tp_meter: keep unacked list in ascending orderedSven Eckelmann1-1/+1
2026-06-01batman-adv: use neigh_node's orig_node only as idSven Eckelmann3-4/+14
2026-06-01batman-adv: tvlv: avoid unnecessary OGM buffer reallocationsSven Eckelmann5-67/+88
2026-06-01batman-adv: tt: replace open-coded overflow check with helperSven Eckelmann1-5/+2
2026-06-01batman-adv: replace non-atomic last_ttvn with (READ|WRITE)_ONCESven Eckelmann5-13/+13
2026-06-01batman-adv: replace non-atomic packet_size_max with (READ|WRITE)_ONCESven Eckelmann4-7/+6
2026-06-01batman-adv: replace non-atomic mesh state with (READ|WRITE)_ONCESven Eckelmann8-21/+21