summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)AuthorFilesLines
2025-07-12Merge tag 'batadv-next-pullrequest-20250710' of git://git.open-mesh.org/linux...Jakub Kicinski14-92/+45
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+2
2025-05-31batman-adv: store hard_iface as iflink private dataMatthias Schiffer13-91/+44
2025-05-31batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+18
2025-05-10Merge tag 'batadv-net-pullrequest-20250509' of git://git.open-mesh.org/linux-...Jakub Kicinski1-13/+18
2025-05-10Merge tag 'batadv-next-pullrequest-20250509' of git://git.open-mesh.org/linux...Jakub Kicinski5-22/+6
2025-04-16batman-adv: fix duplicate MAC address checkMatthias Schiffer1-13/+18
2025-04-16batman-adv: Fix double-hold of meshif when getting enabledSven Eckelmann1-1/+0
2025-04-13batman-adv: Drop unused net_namespace.h includeSven Eckelmann1-1/+0
2025-04-13batman-adv: Switch to crc32 header for crc32cSven Eckelmann2-2/+2
2025-04-09batman-adv: no need to start/stop queue on mesh-ifaceAntonio Quartulli1-14/+0
2025-04-09batman-adv: constify and move broadcast addr definitionMatthias Schiffer3-4/+3
2025-04-09batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-3/+3
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-4/+2
2025-03-20Merge tag 'batadv-net-pullrequest-20250318' of git://git.open-mesh.org/linux-...Paolo Abeni2-4/+2
2025-03-18Merge tag 'batadv-next-pullrequest-20250313' of git://git.open-mesh.org/linux...Paolo Abeni36-925/+907
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-23batman-adv: add missing newlines for log macrosSven Eckelmann1-1/+1
2025-02-22batman-adv: Limit aggregation size to outgoing MTUSven Eckelmann1-6/+11
2025-02-22batman-adv: Use actual packet count for aggregated packetsSven Eckelmann2-3/+4
2025-02-22batman-adv: Switch to bitmap helper for aggregation handlingSven Eckelmann3-11/+11
2025-02-22batman-adv: Limit number of aggregated packets directlySven Eckelmann2-3/+4
2025-02-22batman-adv: Use consistent name for mesh interfaceSven Eckelmann36-863/+863
2025-02-22batman-adv: Add support for jumbo framesSven Eckelmann3-4/+5
2025-02-22batman-adv: adopt netdev_hold() / netdev_put()Eric Dumazet2-12/+14
2025-02-22batman-adv: Drop batadv_priv_debug_log structSven Eckelmann1-28/+0
2025-02-22batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-5/+4
2025-02-11Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-...Paolo Abeni5-50/+91
2025-02-08batman-adv: Ignore own maximum aggregation size during RXSven Eckelmann2-4/+2
2025-01-29batman-adv: Fix incorrect offset in batadv_tt_tvlv_ogm_handler_v1()Remi Pommarel1-7/+5
2025-01-22batman-adv: Drop unmanaged ELP metric workerSven Eckelmann4-30/+48
2025-01-22batman-adv: Ignore neighbor throughput metrics in error caseSven Eckelmann1-16/+34
2025-01-20batman-adv: fix panic during interface removalAndy Strohman1-1/+8
2025-01-19Merge tag 'batadv-next-pullrequest-20250117' of git://git.open-mesh.org/linux...Jakub Kicinski12-249/+229
2025-01-17batman-adv: netlink: reduce duplicate code by returning interfacesLinus Lüssing8-209/+174
2024-12-31MAINTAINERS: update email address of Marek LinderMarek Lindner1-1/+1
2024-12-17batman-adv: Map VID 0 to untagged TT VLANSven Eckelmann2-0/+21
2024-12-06batman-adv: Don't keep redundant TT change eventsRemi Pommarel1-22/+18
2024-12-06batman-adv: Remove atomic usage for tt.local_changesRemi Pommarel3-16/+14
2024-12-06batman-adv: Reorder includes for distributed-arp-table.cSven Eckelmann1-1/+1
2024-12-06batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2024-12-06batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel1-3/+11
2024-12-06batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel1-15/+22
2024-12-06batman-adv: Do not send uninitialized TT changesRemi Pommarel1-0/+7
2024-10-15Merge tag 'batadv-next-pullrequest-20241015' of git://git.open-mesh.org/linux...Paolo Abeni4-80/+30