summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
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
2024-12-31MAINTAINERS: update email address of Marek LinderMarek Lindner
2024-12-17batman-adv: Map VID 0 to untagged TT VLANSven Eckelmann
2024-12-05batman-adv: Don't keep redundant TT change eventsRemi Pommarel
2024-12-05batman-adv: Remove atomic usage for tt.local_changesRemi Pommarel
2024-12-05batman-adv: Reorder includes for distributed-arp-table.cSven Eckelmann
2024-12-05batman-adv: Start new development cycleSimon Wunderlich
2024-12-05batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel
2024-12-05batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel
2024-12-05batman-adv: Do not send uninitialized TT changesRemi Pommarel
2024-10-15Merge tag 'batadv-next-pullrequest-20241015' of git://git.open-mesh.org/linux...Paolo Abeni
2024-10-14batman-adv: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-06batman-adv: Use string choice helper to print booleansSven Eckelmann
2024-10-05batman-adv: Add flex array to struct batadv_tvlv_tt_dataErick Archer
2024-10-05batman-adv: Start new development cycleSimon Wunderlich
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-06-12Revert "batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacks"Linus Lüssing
2024-06-03batman-adv: Don't accept TT entries for out-of-spec VIDsSven Eckelmann
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski