| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-14 | batman-adv: tvlv: avoid race of cifsnotfound handler state | Sven Eckelmann | 2 | -13/+57 |
| 2026-06-14 | batman-adv: tvlv: enforce 2-byte alignment | Sven Eckelmann | 4 | -2/+32 |
| 2026-06-14 | batman-adv: dat: prevent false sharing between VLANs | Sven Eckelmann | 1 | -3/+9 |
| 2026-06-14 | batman-adv: tt: track roam count per VID | Sven Eckelmann | 2 | -2/+10 |
| 2026-06-14 | batman-adv: tt: don't merge change entries with different VIDs | Sven Eckelmann | 1 | -0/+3 |
| 2026-06-13 | batman-adv: tp_meter: handle overlapping packets | Sven Eckelmann | 1 | -14/+11 |
| 2026-06-13 | batman-adv: tp_meter: prevent parallel modifications of last_recv | Sven Eckelmann | 2 | -10/+14 |
| 2026-06-13 | batman-adv: tp_meter: annotate last_recv_time access with READ/WRITE_ONCE | Sven Eckelmann | 1 | -4/+4 |
| 2026-06-13 | batman-adv: tp_meter: restrict number of unacked list entries | Sven Eckelmann | 2 | -1/+25 |
| 2026-06-13 | batman-adv: v: prevent OGM aggregation on disabled hardif | Sven Eckelmann | 3 | -0/+19 |
| 2026-06-13 | batman-adv: frag: avoid underflow of TTL | Sven Eckelmann | 1 | -0/+7 |
| 2026-06-13 | batman-adv: frag: ensure fragment is writable before modifying TTL | Sven Eckelmann | 3 | -4/+17 |
| 2026-06-13 | batman-adv: fix (m|b)cast csum after decrementing TTL | Sven Eckelmann | 1 | -2/+56 |
| 2026-06-13 | batman-adv: ensure bcast is writable before modifying TTL | Sven Eckelmann | 1 | -0/+6 |
| 2026-06-13 | batman-adv: gw: don't deselect gateway with active hardif | Sven Eckelmann | 1 | -26/+2 |
| 2026-06-05 | batman-adv: fix kernel-doc typos and grammar errors | Sven Eckelmann | 10 | -19/+20 |
| 2026-06-05 | batman-adv: fix batadv_v_ogm_packet_recv error handling kernel-doc | Sven Eckelmann | 1 | -1/+1 |
| 2026-06-05 | batman-adv: bla: update stale kernel-doc | Sven Eckelmann | 3 | -5/+9 |
| 2026-06-05 | batman-adv: tp_meter: update stale kernel-doc after refactoring | Sven Eckelmann | 2 | -14/+16 |
| 2026-06-05 | batman-adv: correct batadv_wifi_* kernel-doc | Sven Eckelmann | 2 | -5/+5 |
| 2026-06-05 | batman-adv: document cleanup of batadv_wifi_net_devices entries | Sven Eckelmann | 1 | -0/+4 |
| 2026-06-05 | batman-adv: use GFP_KERNEL allocations for the wifi detection cache | Sven Eckelmann | 1 | -2/+2 |
| 2026-06-05 | batman-adv: drop duplicated wifi_flags assignments | Sven Eckelmann | 1 | -1/+0 |
| 2026-06-05 | batman-adv: convert cancellation of work items to disable helper | Sven Eckelmann | 11 | -14/+18 |
| 2026-06-05 | batman-adv: tp_meter: initialize last_recv_time during init | Sven Eckelmann | 1 | -3/+7 |
| 2026-06-03 | batman-adv: tt: directly retrieve wifi flags of net_device | Sven Eckelmann | 3 | -13/+27 |
| 2026-06-03 | batman-adv: tt: sync local and global tvlv preparation return values | Sven Eckelmann | 1 | -5/+13 |
| 2026-06-03 | batman-adv: prevent ELP transmission interval underflow | Sven Eckelmann | 1 | -1/+7 |
| 2026-06-03 | batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE | Sven Eckelmann | 1 | -14/+14 |
| 2026-06-03 | batman-adv: tp_meter: consolidate congestion control variables | Sven Eckelmann | 2 | -122/+128 |
| 2026-06-03 | batman-adv: tp_meter: use locking for all congestion control variables | Sven Eckelmann | 2 | -110/+170 |
| 2026-06-03 | batman-adv: tp_meter: split vars into sender and receiver types | Sven Eckelmann | 3 | -219/+281 |
| 2026-06-03 | batman-adv: tp_meter: add only finished tp_vars to lists | Sven Eckelmann | 1 | -9/+9 |
| 2026-06-03 | batman-adv: tp_meter: handle seqno wrap-around for fast recovery detection | Sven Eckelmann | 1 | -1/+1 |
| 2026-06-03 | batman-adv: tp_meter: fix fast recovery precondition | Sven Eckelmann | 1 | -1/+1 |
| 2026-06-03 | batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd | Sven Eckelmann | 1 | -1/+4 |
| 2026-06-03 | batman-adv: tp_meter: avoid window underflow | Sven Eckelmann | 1 | -1/+6 |
| 2026-06-03 | batman-adv: tp_meter: initialize dec_cwnd explicitly | Sven Eckelmann | 1 | -0/+2 |
| 2026-06-03 | batman-adv: tp_meter: initialize dup_acks explicitly | Sven Eckelmann | 1 | -0/+1 |
| 2026-06-03 | batman-adv: tp_meter: keep unacked list in ascending ordered | Sven Eckelmann | 1 | -1/+1 |
| 2026-06-01 | batman-adv: use neigh_node's orig_node only as id | Sven Eckelmann | 3 | -4/+14 |
| 2026-06-01 | batman-adv: tvlv: avoid unnecessary OGM buffer reallocations | Sven Eckelmann | 5 | -67/+88 |
| 2026-06-01 | batman-adv: tt: replace open-coded overflow check with helper | Sven Eckelmann | 1 | -5/+2 |
| 2026-06-01 | batman-adv: replace non-atomic last_ttvn with (READ|WRITE)_ONCE | Sven Eckelmann | 5 | -13/+13 |
| 2026-06-01 | batman-adv: replace non-atomic packet_size_max with (READ|WRITE)_ONCE | Sven Eckelmann | 4 | -7/+6 |
| 2026-06-01 | batman-adv: replace non-atomic mesh state with (READ|WRITE)_ONCE | Sven Eckelmann | 8 | -21/+21 |
| 2026-06-01 | batman-adv: replace non-atomic vlan config fields with (READ|WRITE)_ONCE | Sven Eckelmann | 5 | -8/+8 |
| 2026-06-01 | batman-adv: replace non-atomic hardif config fields with (READ|WRITE)_ONCE | Sven Eckelmann | 7 | -20/+20 |
| 2026-06-01 | batman-adv: replace non-atomic meshif config fields with (READ|WRITE)_ONCE | Sven Eckelmann | 16 | -121/+127 |
| 2026-06-01 | batman-adv: extract netdev wifi detection information object | Sven Eckelmann | 5 | -25/+252 |
| 2026-05-29 | batman-adv: use atomic_xchg() for gw.reselect check | Sven Eckelmann | 1 | -1/+1 |
| 2026-05-29 | batman-adv: add missing includes | Sven Eckelmann | 9 | -0/+9 |
| 2026-05-29 | batman-adv: drop batman-adv specific version | Sven Eckelmann | 6 | -8/+19 |
| 2026-05-19 | batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface | Sven Eckelmann | 1 | -2/+4 |
| 2026-05-19 | batman-adv: bla: avoid double decrement of bla.num_requests | Sven Eckelmann | 3 | -24/+67 |
| 2026-05-19 | batman-adv: bla: fix report_work leak on backbone_gw purge | Sven Eckelmann | 1 | -19/+35 |
| 2026-05-19 | batman-adv: iv: recover OGM scheduling after forward packet error | Sven Eckelmann | 2 | -19/+60 |
| 2026-05-19 | batman-adv: mcast: fix use-after-free in orig_node RCU release | Sven Eckelmann | 1 | -2/+2 |
| 2026-05-19 | batman-adv: tp_meter: avoid role confusion in tp_list | Sven Eckelmann | 1 | -23/+36 |
| 2026-05-19 | batman-adv: tp_meter: fix race condition in send error reporting | Sven Eckelmann | 2 | -20/+30 |
| 2026-05-19 | batman-adv: tvlv: reject oversized TVLV packets | Sven Eckelmann | 1 | -3/+8 |
| 2026-05-19 | batman-adv: tvlv: abort OGM send on tvlv append failure | Sven Eckelmann | 4 | -21/+40 |
| 2026-05-19 | batman-adv: v: stop OGMv2 on disabled interface | Sven Eckelmann | 1 | -12/+21 |
| 2026-05-16 | batman-adv: fix batadv_skb_is_frag() kernel-doc | Sven Eckelmann | 1 | -2/+2 |
| 2026-05-15 | batman-adv: tp_meter: directly shut down timer on cleanup | Sven Eckelmann | 1 | -7/+1 |
| 2026-05-15 | batman-adv: frag: disallow unicast fragment in fragment | Sven Eckelmann | 1 | -0/+35 |
| 2026-05-14 | batman-adv: tp_meter: avoid use of uninit sender vars | Sven Eckelmann | 1 | -2/+9 |
| 2026-05-14 | batman-adv: dat: handle forward allocation error | Sven Eckelmann | 1 | -0/+3 |
| 2026-05-14 | batman-adv: clear current gateway during teardown | Ruijie Li | 1 | -0/+4 |
| 2026-05-14 | batman-adv: fix fragment reassembly length accounting | Ruide Cao | 2 | -7/+18 |
| 2026-05-12 | batman-adv: tt: prevent TVLV entry number overflow | Sven Eckelmann | 1 | -3/+17 |
| 2026-05-12 | batman-adv: tt: avoid empty VLAN responses | Sven Eckelmann | 1 | -3/+17 |
| 2026-05-12 | batman-adv: tt: fix TOCTOU race for reported vlans | Sven Eckelmann | 1 | -4/+9 |
| 2026-05-12 | batman-adv: tt: fix negative last_changeset_len | Sven Eckelmann | 1 | -1/+1 |
| 2026-05-12 | batman-adv: tt: fix negative tt_buff_len | Sven Eckelmann | 1 | -1/+1 |
| 2026-05-12 | batman-adv: tt: reject oversized local TVLV buffers | Sven Eckelmann | 1 | -3/+5 |
| 2026-05-11 | batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdown | Sven Eckelmann | 2 | -2/+14 |
| 2026-05-11 | batman-adv: fix tp_meter counter underflow during shutdown | Luxiao Xu | 1 | -2/+2 |
| 2026-05-08 | batman-adv: bla: put backbone reference on failed claim hash insert | Sven Eckelmann | 1 | -0/+1 |
| 2026-05-08 | batman-adv: bla: only purge non-released claims | Sven Eckelmann | 1 | -0/+8 |
| 2026-05-08 | batman-adv: bla: prevent use-after-free when deleting claims | Sven Eckelmann | 1 | -1/+1 |
| 2026-05-08 | batman-adv: tp_meter: fix tp_num leak on kmalloc failure | Sven Eckelmann | 1 | -1/+4 |
| 2026-05-08 | batman-adv: stop caching unowned originator pointers in BAT IV | Jiexun Wang | 1 | -24/+59 |
| 2026-05-02 | batman-adv: stop tp_meter sessions during mesh teardown | Jiexun Wang | 4 | -18/+82 |
| 2026-05-02 | batman-adv: reject new tp_meter sessions during teardown | Jiexun Wang | 1 | -1/+16 |
| 2026-05-02 | batman-adv: fix integer overflow on buff_pos | Lyes Bourennani | 1 | -1/+1 |
| 2026-04-08 | 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-18 | 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-26 | 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-27 | 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 |
| 2025-07-11 | Merge tag 'batadv-next-pullrequest-20250710' of git://git.open-mesh.org/linux... | Jakub Kicinski | 14 | -92/+45 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -2/+2 |
| 2025-05-31 | batman-adv: store hard_iface as iflink private data | Matthias Schiffer | 13 | -91/+44 |
| 2025-05-31 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2025-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -13/+18 |
| 2025-05-09 | Merge tag 'batadv-net-pullrequest-20250509' of git://git.open-mesh.org/linux-... | Jakub Kicinski | 1 | -13/+18 |
| 2025-05-09 | Merge tag 'batadv-next-pullrequest-20250509' of git://git.open-mesh.org/linux... | Jakub Kicinski | 5 | -22/+6 |
| 2025-04-16 | batman-adv: fix duplicate MAC address check | Matthias Schiffer | 1 | -13/+18 |
| 2025-04-15 | batman-adv: Fix double-hold of meshif when getting enabled | Sven Eckelmann | 1 | -1/+0 |
| 2025-04-13 | batman-adv: Drop unused net_namespace.h include | Sven Eckelmann | 1 | -1/+0 |
| 2025-04-13 | batman-adv: Switch to crc32 header for crc32c | Sven Eckelmann | 2 | -2/+2 |
| 2025-04-09 | batman-adv: no need to start/stop queue on mesh-iface | Antonio Quartulli | 1 | -14/+0 |
| 2025-04-09 | batman-adv: constify and move broadcast addr definition | Matthias Schiffer | 3 | -4/+3 |
| 2025-04-09 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2025-04-08 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -3/+3 |
| 2025-04-04 | lib/crc: remove CONFIG_LIBCRC32C | Eric Biggers | 1 | -1/+1 |
| 2025-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -4/+2 |
| 2025-03-20 | Merge tag 'batadv-net-pullrequest-20250318' of git://git.open-mesh.org/linux-... | Paolo Abeni | 2 | -4/+2 |
| 2025-03-18 | Merge tag 'batadv-next-pullrequest-20250313' of git://git.open-mesh.org/linux... | 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-... | Paolo Abeni | 5 | -50/+91 |
| 2025-02-08 | batman-adv: Ignore own maximum aggregation size during RX | Sven Eckelmann | 2 | -4/+2 |
| 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... | 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... | 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 |
| 2023-08-03 | batman-adv: Avoid magic value for minimum MTU | Sven Eckelmann | 1 | -1/+1 |
| 2023-08-03 | batman-adv: Remove unused declarations | YueHaibing | 1 | -4/+0 |
| 2023-08-03 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2023-07-28 | batman-adv: Do not get eth header before batadv_check_management_packet | Remi Pommarel | 2 | -2/+4 |
| 2023-07-20 | batman-adv: Don't increase MTU when set by user | Sven Eckelmann | 3 | -1/+22 |