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