index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
batman-adv
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
Merge tag 'batadv-next-pullrequest-20250313' of git://git.open-mesh.org/linux-merge
Paolo Abeni
36
-925
/
+907
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
1
-1
/
+1
2025-02-23
batman-adv: add missing newlines for log macros
Sven Eckelmann
1
-1
/
+1
2025-02-22
batman-adv: Limit aggregation size to outgoing MTU
Sven Eckelmann
1
-6
/
+11
2025-02-22
batman-adv: Use actual packet count for aggregated packets
Sven Eckelmann
2
-3
/
+4
2025-02-22
batman-adv: Switch to bitmap helper for aggregation handling
Sven Eckelmann
3
-11
/
+11
2025-02-22
batman-adv: Limit number of aggregated packets directly
Sven Eckelmann
2
-3
/
+4
2025-02-22
batman-adv: Use consistent name for mesh interface
Sven Eckelmann
36
-863
/
+863
2025-02-22
batman-adv: Add support for jumbo frames
Sven Eckelmann
3
-4
/
+5
2025-02-22
batman-adv: adopt netdev_hold() / netdev_put()
Eric Dumazet
2
-12
/
+14
2025-02-22
batman-adv: Drop batadv_priv_debug_log struct
Sven Eckelmann
1
-28
/
+0
2025-02-22
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-5
/
+4
2025-02-11
Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-merge
Paolo Abeni
5
-50
/
+91
2025-01-28
batman-adv: Fix incorrect offset in batadv_tt_tvlv_ogm_handler_v1()
Remi Pommarel
1
-7
/
+5
2025-01-22
batman-adv: Drop unmanaged ELP metric worker
Sven Eckelmann
4
-30
/
+48
2025-01-22
batman-adv: Ignore neighbor throughput metrics in error case
Sven Eckelmann
1
-16
/
+34
2025-01-19
batman-adv: fix panic during interface removal
Andy Strohman
1
-1
/
+8
2025-01-18
Merge tag 'batadv-next-pullrequest-20250117' of git://git.open-mesh.org/linux-merge
Jakub Kicinski
12
-249
/
+229
2025-01-17
batman-adv: netlink: reduce duplicate code by returning interfaces
Linus Lüssing
8
-209
/
+174
2024-12-31
MAINTAINERS: update email address of Marek Linder
Marek Lindner
1
-1
/
+1
2024-12-17
batman-adv: Map VID 0 to untagged TT VLAN
Sven Eckelmann
2
-0
/
+21
2024-12-05
batman-adv: Don't keep redundant TT change events
Remi Pommarel
1
-22
/
+18
2024-12-05
batman-adv: Remove atomic usage for tt.local_changes
Remi Pommarel
3
-16
/
+14
2024-12-05
batman-adv: Reorder includes for distributed-arp-table.c
Sven Eckelmann
1
-1
/
+1
2024-12-05
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
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-merge
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/kernel/git/tip/tip
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-merge
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
[next]