index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
Age
Commit message (
Expand
)
Author
Files
Lines
27 hours
batman-adv: tt: prevent TVLV entry number overflow
Sven Eckelmann
1
-3
/
+17
27 hours
batman-adv: tt: fix negative tt_buff_len
Sven Eckelmann
1
-1
/
+1
27 hours
batman-adv: tt: fix negative last_changeset_len
Sven Eckelmann
1
-1
/
+1
27 hours
batman-adv: tt: avoid empty VLAN responses
Sven Eckelmann
1
-3
/
+17
27 hours
batman-adv: tt: reject oversized local TVLV buffers
Sven Eckelmann
1
-3
/
+5
27 hours
batman-adv: tt: fix TOCTOU race for reported vlans
Sven Eckelmann
1
-4
/
+9
27 hours
batman-adv: tp_meter: avoid role confusion in tp_list
Sven Eckelmann
1
-23
/
+36
27 hours
batman-adv: tp_meter: fix race condition in send error reporting
Sven Eckelmann
2
-20
/
+30
27 hours
batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdown
Sven Eckelmann
2
-2
/
+14
27 hours
batman-adv: tp_meter: directly shut down timer on cleanup
Sven Eckelmann
1
-7
/
+1
27 hours
batman-adv: tp_meter: avoid use of uninit sender vars
Sven Eckelmann
1
-2
/
+9
27 hours
batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface
Sven Eckelmann
1
-2
/
+4
27 hours
batman-adv: bla: avoid double decrement of bla.num_requests
Sven Eckelmann
3
-24
/
+67
27 hours
batman-adv: bla: fix report_work leak on backbone_gw purge
Sven Eckelmann
1
-19
/
+35
27 hours
batman-adv: frag: disallow unicast fragment in fragment
Sven Eckelmann
1
-0
/
+35
27 hours
batman-adv: fix tp_meter counter underflow during shutdown
Luxiao Xu
1
-2
/
+2
27 hours
batman-adv: fix fragment reassembly length accounting
Ruide Cao
2
-7
/
+18
27 hours
batman-adv: dat: handle forward allocation error
Sven Eckelmann
1
-0
/
+3
27 hours
batman-adv: clear current gateway during teardown
Ruijie Li
1
-0
/
+4
27 hours
batman-adv: mcast: fix use-after-free in orig_node RCU release
Sven Eckelmann
1
-2
/
+2
27 hours
batman-adv: iv: recover OGM scheduling after forward packet error
Sven Eckelmann
2
-19
/
+60
27 hours
batman-adv: tvlv: reject oversized TVLV packets
Sven Eckelmann
1
-3
/
+8
27 hours
batman-adv: tvlv: abort OGM send on tvlv append failure
Sven Eckelmann
4
-21
/
+40
27 hours
batman-adv: v: stop OGMv2 on disabled interface
Sven Eckelmann
1
-12
/
+21
2026-05-17
batman-adv: bla: put backbone reference on failed claim hash insert
Sven Eckelmann
1
-0
/
+1
2026-05-17
batman-adv: bla: only purge non-released claims
Sven Eckelmann
1
-0
/
+8
2026-05-17
batman-adv: bla: prevent use-after-free when deleting claims
Sven Eckelmann
1
-1
/
+1
2026-05-17
batman-adv: tp_meter: fix tp_num leak on kmalloc failure
Sven Eckelmann
1
-1
/
+4
2026-05-17
batman-adv: stop caching unowned originator pointers in BAT IV
Jiexun Wang
1
-24
/
+59
2026-05-17
batman-adv: stop tp_meter sessions during mesh teardown
Jiexun Wang
4
-18
/
+82
2026-05-17
batman-adv: reject new tp_meter sessions during teardown
Jiexun Wang
1
-1
/
+16
2026-05-17
batman-adv: fix integer overflow on buff_pos
Lyes Bourennani
1
-1
/
+1
2026-04-09
Merge tag 'batadv-net-pullrequest-20260408' of https://git.open-mesh.org/linu...
Jakub Kicinski
2
-11
/
+25
2026-04-06
batman-adv: hold claim backbone gateways by reference
Haoze Xie
1
-9
/
+18
2026-04-02
batman-adv: reject oversized global TT response buffers
Ruide Cao
1
-2
/
+7
2026-03-19
Merge tag 'batadv-net-pullrequest-20260317' of https://git.open-mesh.org/linu...
Jakub Kicinski
1
-0
/
+3
2026-03-14
batman-adv: avoid OGM aggregation when skb tailroom is insufficient
Yang Yang
1
-0
/
+3
2026-02-27
Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linu...
Jakub Kicinski
3
-5
/
+14
2026-02-21
batman-adv: Avoid double-rtnl_lock ELP metric worker
Sven Eckelmann
3
-5
/
+14
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
13
-28
/
+26
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+12
2025-10-28
Merge tag 'batadv-net-pullrequest-20251024' of https://git.open-mesh.org/linu...
Jakub Kicinski
1
-2
/
+12
2025-10-17
batman-adv: use skb_crc32c() instead of skb_seq_read()
Sven Eckelmann
3
-44
/
+10
2025-10-17
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2025-09-27
batman-adv: Release references to inactive interfaces
Sven Eckelmann
1
-2
/
+12
2025-09-05
batman-adv: remove includes for extern declarations
Sven Eckelmann
5
-3
/
+2
2025-09-05
batman-adv: keep skb crc32 helper local in BLA
Sven Eckelmann
3
-35
/
+34
2025-09-05
batman-adv: remove network coding support
Sven Eckelmann
15
-2302
/
+4
2025-09-05
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2025-08-31
batman-adv: fix OOB read/write in network-coding decode
Stanislav Fort
1
-1
/
+6
[next]