summaryrefslogtreecommitdiff
path: root/net/batman-adv/hard-interface.c
AgeCommit message (Expand)AuthorFilesLines
10 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-04batman-adv: switch var declarations to reverse x-mas tree orderSven Eckelmann1-6/+6
2026-08-04batman-adv: add missing kernel-doc commentsSven Eckelmann1-0/+82
2026-06-28batman-adv: drop NULL check for immutable hardif->mesh_ifaceSven Eckelmann1-6/+2
2026-06-28batman-adv: drop unneeded goto and initialization from batadv_hardif_disable_...Nora Schiffer1-5/+3
2026-06-28batman-adv: move hardif generation counter into batadv_privNora Schiffer1-2/+2
2026-06-28batman-adv: remove BATADV_IF_NOT_IN_USE hardif stateNora Schiffer1-9/+0
2026-06-28batman-adv: make hard_iface->mesh_iface immutableSven Eckelmann1-4/+1
2026-06-28batman-adv: remove global hardif listNora Schiffer1-17/+12
2026-06-28batman-adv: create hardif only for netdevs that are part of a meshNora Schiffer1-78/+42
2026-06-13batman-adv: gw: don't deselect gateway with active hardifSven Eckelmann1-26/+2
2026-06-05batman-adv: correct batadv_wifi_* kernel-docSven Eckelmann1-3/+3
2026-06-05batman-adv: document cleanup of batadv_wifi_net_devices entriesSven Eckelmann1-0/+4
2026-06-05batman-adv: use GFP_KERNEL allocations for the wifi detection cacheSven Eckelmann1-2/+2
2026-06-05batman-adv: drop duplicated wifi_flags assignmentsSven Eckelmann1-1/+0
2026-06-03batman-adv: tt: directly retrieve wifi flags of net_deviceSven Eckelmann1-7/+18
2026-06-01batman-adv: replace non-atomic packet_size_max with (READ|WRITE)_ONCESven Eckelmann1-2/+1
2026-06-01batman-adv: replace non-atomic hardif config fields with (READ|WRITE)_ONCESven Eckelmann1-1/+1
2026-06-01batman-adv: replace non-atomic meshif config fields with (READ|WRITE)_ONCESven Eckelmann1-5/+5
2026-06-01batman-adv: extract netdev wifi detection information objectSven Eckelmann1-14/+177
2026-05-29batman-adv: add missing includesSven Eckelmann1-0/+1
2026-02-26Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linu...Jakub Kicinski1-4/+4
2026-02-21batman-adv: Avoid double-rtnl_lock ELP metric workerSven Eckelmann1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-09-05batman-adv: remove includes for extern declarationsSven Eckelmann1-0/+1
2025-05-31batman-adv: store hard_iface as iflink private dataMatthias Schiffer1-25/+14
2025-05-09Merge tag 'batadv-net-pullrequest-20250509' of git://git.open-mesh.org/linux-...Jakub Kicinski1-13/+18
2025-04-16batman-adv: fix duplicate MAC address checkMatthias Schiffer1-13/+18
2025-04-15batman-adv: Fix double-hold of meshif when getting enabledSven Eckelmann1-1/+0
2025-02-22batman-adv: Use consistent name for mesh interfaceSven Eckelmann1-70/+70
2025-02-22batman-adv: Add support for jumbo framesSven Eckelmann1-3/+1
2025-02-22batman-adv: adopt netdev_hold() / netdev_put()Eric Dumazet1-12/+8
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+13
2023-08-03batman-adv: Check hardif MTU against runtime MTUSven Eckelmann1-7/+13
2023-07-20batman-adv: Don't increase MTU when set by userSven Eckelmann1-1/+13
2023-07-20batman-adv: Trigger events for auto adjusted MTUSven Eckelmann1-1/+1
2022-08-20batman-adv: Fix hang up with small MTU hard-interfaceShigeru Yoshida1-0/+4
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski1-0/+2
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+20
2022-03-02batman-adv: Don't expect inter-netns unique iflink indicesSven Eckelmann1-5/+14
2022-03-02batman-adv: Request iflink once in batadv_get_real_netdeviceSven Eckelmann1-4/+5
2022-03-02batman-adv: Request iflink once in batadv-on-batadv checkSven Eckelmann1-4/+5
2022-03-02batman-adv: Demote batadv-on-batadv skip error messageSven Eckelmann1-2/+2
2022-03-02batman-adv: Migrate to linux/container_of.hSven Eckelmann1-1/+1
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann1-14/+7
2021-06-02batman-adv: Drop reduntant batadv interface checkSven Eckelmann1-9/+0
2021-06-02batman-adv: Don't manually reattach hard-interfaceSven Eckelmann1-34/+0
2021-06-02batman-adv: Avoid name based attaching of hard interfacesSven Eckelmann1-10/+4
2021-06-02batman-adv: Drop implicit creation of batadv net_devicesSven Eckelmann1-10/+2
2021-06-02batman-adv: Fix spelling mistakesZheng Yongjun1-1/+1