summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
AgeCommit message (Expand)AuthorLines
2026-02-26Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linu...Jakub Kicinski-5/+14
2026-02-21batman-adv: Avoid double-rtnl_lock ELP metric workerSven Eckelmann-5/+14
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-28/+26
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+12
2025-10-27Merge tag 'batadv-net-pullrequest-20251024' of https://git.open-mesh.org/linu...Jakub Kicinski-2/+12
2025-10-17batman-adv: use skb_crc32c() instead of skb_seq_read()Sven Eckelmann-44/+10
2025-10-17batman-adv: Start new development cycleSimon Wunderlich-1/+1
2025-09-27batman-adv: Release references to inactive interfacesSven Eckelmann-2/+12
2025-09-05batman-adv: remove includes for extern declarationsSven Eckelmann-3/+2
2025-09-05batman-adv: keep skb crc32 helper local in BLASven Eckelmann-35/+34
2025-09-05batman-adv: remove network coding supportSven Eckelmann-2302/+4
2025-09-05batman-adv: Start new development cycleSimon Wunderlich-1/+1
2025-08-31batman-adv: fix OOB read/write in network-coding decodeStanislav Fort-1/+6
2025-07-11Merge tag 'batadv-next-pullrequest-20250710' of git://git.open-mesh.org/linux...Jakub Kicinski-92/+45
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-05-31batman-adv: store hard_iface as iflink private dataMatthias Schiffer-91/+44
2025-05-31batman-adv: Start new development cycleSimon Wunderlich-1/+1
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+18
2025-05-09Merge tag 'batadv-net-pullrequest-20250509' of git://git.open-mesh.org/linux-...Jakub Kicinski-13/+18
2025-05-09Merge tag 'batadv-next-pullrequest-20250509' of git://git.open-mesh.org/linux...Jakub Kicinski-22/+6
2025-04-16batman-adv: fix duplicate MAC address checkMatthias Schiffer-13/+18
2025-04-15batman-adv: Fix double-hold of meshif when getting enabledSven Eckelmann-1/+0
2025-04-13batman-adv: Drop unused net_namespace.h includeSven Eckelmann-1/+0
2025-04-13batman-adv: Switch to crc32 header for crc32cSven Eckelmann-2/+2
2025-04-09batman-adv: no need to start/stop queue on mesh-ifaceAntonio Quartulli-14/+0
2025-04-09batman-adv: constify and move broadcast addr definitionMatthias Schiffer-4/+3
2025-04-09batman-adv: Start new development cycleSimon Wunderlich-1/+1
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers-1/+1
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-4/+2
2025-03-20Merge tag 'batadv-net-pullrequest-20250318' of git://git.open-mesh.org/linux-...Paolo Abeni-4/+2
2025-03-18Merge tag 'batadv-next-pullrequest-20250313' of git://git.open-mesh.org/linux...Paolo Abeni-925/+907
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel-1/+1
2025-02-23batman-adv: add missing newlines for log macrosSven Eckelmann-1/+1
2025-02-22batman-adv: Limit aggregation size to outgoing MTUSven Eckelmann-6/+11
2025-02-22batman-adv: Use actual packet count for aggregated packetsSven Eckelmann-3/+4
2025-02-22batman-adv: Switch to bitmap helper for aggregation handlingSven Eckelmann-11/+11
2025-02-22batman-adv: Limit number of aggregated packets directlySven Eckelmann-3/+4
2025-02-22batman-adv: Use consistent name for mesh interfaceSven Eckelmann-863/+863
2025-02-22batman-adv: Add support for jumbo framesSven Eckelmann-4/+5
2025-02-22batman-adv: adopt netdev_hold() / netdev_put()Eric Dumazet-12/+14
2025-02-22batman-adv: Drop batadv_priv_debug_log structSven Eckelmann-28/+0
2025-02-22batman-adv: Start new development cycleSimon Wunderlich-1/+1
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang-5/+4
2025-02-11Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-...Paolo Abeni-50/+91
2025-02-08batman-adv: Ignore own maximum aggregation size during RXSven Eckelmann-4/+2
2025-01-28batman-adv: Fix incorrect offset in batadv_tt_tvlv_ogm_handler_v1()Remi Pommarel-7/+5
2025-01-22batman-adv: Drop unmanaged ELP metric workerSven Eckelmann-30/+48
2025-01-22batman-adv: Ignore neighbor throughput metrics in error caseSven Eckelmann-16/+34