index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-28
batman-adv: Ignore own maximum aggregation size during RX
Sven Eckelmann
2
-4
/
+2
2025-02-21
batman-adv: Fix incorrect offset in batadv_tt_tvlv_ogm_handler_v1()
Remi Pommarel
1
-7
/
+5
2025-02-21
batman-adv: Drop unmanaged ELP metric worker
Sven Eckelmann
4
-30
/
+48
2025-02-21
batman-adv: Ignore neighbor throughput metrics in error case
Sven Eckelmann
1
-16
/
+34
2025-02-21
batman-adv: fix panic during interface removal
Andy Strohman
1
-1
/
+8
2024-12-05
batman-adv: Do not let TT changes list grows indefinitely
Remi Pommarel
1
-3
/
+11
2024-12-05
batman-adv: Remove uninitialized data in full table TT response
Remi Pommarel
1
-15
/
+22
2024-12-05
batman-adv: Do not send uninitialized TT changes
Remi Pommarel
1
-0
/
+7
2024-10-15
Merge tag 'batadv-next-pullrequest-20241015' of git://git.open-mesh.org/linux...
Paolo Abeni
4
-80
/
+30
2024-10-14
batman-adv: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
1
-44
/
+3
2024-10-06
batman-adv: Use string choice helper to print booleans
Sven Eckelmann
2
-6
/
+6
2024-10-05
batman-adv: Add flex array to struct batadv_tvlv_tt_data
Erick Archer
1
-29
/
+20
2024-10-05
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-1
/
+2
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-06-12
Revert "batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacks"
Linus Lüssing
1
-3
/
+44
2024-06-03
batman-adv: Don't accept TT entries for out-of-spec VIDs
Sven Eckelmann
1
-0
/
+27
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-2
/
+2
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-04-08
Merge tag 'batadv-next-pullrequest-20240405' of git://git.open-mesh.org/linux...
David S. Miller
3
-45
/
+6
2024-04-01
genetlink: remove linux/genetlink.h
Jakub Kicinski
2
-2
/
+1
2024-03-31
batman-adv: bypass empty buckets in batadv_purge_orig_ref()
Eric Dumazet
1
-0
/
+2
2024-03-29
batman-adv: Avoid infinite loop trying to resize local TT
Sven Eckelmann
1
-1
/
+1
2024-03-29
batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacks
Dmitry Antipov
1
-44
/
+3
2024-03-29
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2024-02-02
Merge tag 'batadv-next-pullrequest-20240201' of git://git.open-mesh.org/linux...
David S. Miller
4
-10
/
+10
2024-01-27
batman-adv: Drop usage of export.h
Sven Eckelmann
1
-1
/
+0
2024-01-27
batman-adv: Improve exception handling in batadv_throw_uevent()
Markus Elfring
1
-6
/
+8
2024-01-27
batman-adv: Return directly after a failed batadv_dat_select_candidates() in ...
Markus Elfring
1
-2
/
+1
2024-01-27
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2024-01-27
batman-adv: mcast: fix memory leak on deleting a batman-adv interface
Linus Lüssing
1
-0
/
+1
2024-01-27
batman-adv: mcast: fix mcast packet type counter on timeouted nodes
Linus Lüssing
1
-0
/
+2
2023-11-14
batman-adv: Switch to linux/array_size.h
Sven Eckelmann
2
-2
/
+2
2023-11-14
batman-adv: Switch to linux/sprintf.h
Sven Eckelmann
4
-3
/
+4
2023-11-14
batman-adv: mcast: shrink tracker packet after scrubbing
Linus Lüssing
1
-0
/
+207
2023-11-14
batman-adv: mcast: implement multicast packet generation
Linus Lüssing
5
-8
/
+840
2023-11-14
batman-adv: mcast: implement multicast packet reception and forwarding
Linus Lüssing
12
-12
/
+479
2023-11-14
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-5
/
+32
2023-08-22
batman-adv: Hold rtnl lock during MTU update via netlink
Sven Eckelmann
1
-0
/
+3
2023-08-14
batman-adv: Drop per algo GW section class code
Sven Eckelmann
6
-107
/
+8
2023-08-14
batman-adv: Keep batadv_netlink_notify_* static
Sven Eckelmann
2
-11
/
+5
2023-08-14
batman-adv: Drop unused function batadv_gw_bandwidth_set
Sven Eckelmann
2
-90
/
+0
2023-08-09
batman-adv: Fix batadv_v_ogm_aggr_send memory leak
Remi Pommarel
1
-1
/
+3
2023-08-05
batman-adv: Fix TT global entry leak when client roamed back
Remi Pommarel
1
-1
/
+0
2023-08-03
batman-adv: Check hardif MTU against runtime MTU
Sven Eckelmann
1
-7
/
+13
[next]