aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman1-1/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-20/+52
2021-10-26net: batman-adv: fix error handlingPavel Skripkin4-20/+52
2021-10-20batman-adv: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20batman-adv: prepare for const netdev->dev_addrJakub Kicinski5-13/+14
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung1-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-08-18batman-adv: bcast: remove remaining skb-copy callsLinus Lüssing1-2/+10
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann19-337/+169
2021-08-08batman-adv: Check ptr for NULL before reducing its refcntSven Eckelmann14-113/+181
2021-08-08batman-adv: Switch to kstrtox.h for kstrtou64Sven Eckelmann1-1/+1
2021-08-08batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2021-08-05net: Remove redundant if statementsYajun Deng6-28/+14
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
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 Eckelmann3-14/+6
2021-06-02batman-adv: Drop implicit creation of batadv net_devicesSven Eckelmann3-45/+3
2021-06-02batman-adv: Fix spelling mistakesZheng Yongjun3-4/+4
2021-05-30batman-adv: Remove the repeated declarationShaokun Zhang1-1/+0
2021-05-30batman-adv: mcast: add MRD + routable IPv4 multicast with bridges supportLinus Lüssing1-36/+5
2021-05-18batman-adv: Avoid WARN_ON timing related checksSven Eckelmann1-1/+3
2021-05-17batman-adv: bcast: avoid skb-copy for (re)queued broadcastsLinus Lüssing1-1/+1
2021-05-17batman-adv: bcast: queue per interface, if neededLinus Lüssing5-138/+270
2021-05-17batman-adv: Always send iface index+name in genlmsgSven Eckelmann3-0/+24
2021-05-17batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-04-08Merge tag 'batadv-next-pullrequest-20210408' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-7/+6
2021-04-05batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved fieldTetsuo Handa1-0/+2
2021-03-30batman-adv: Fix misspelled "wont"Sven Eckelmann1-1/+1
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo1-3/+3
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2021-03-23batman-adv: Drop unused header preempt.hSven Eckelmann1-1/+0
2021-03-23batman-adv: Fix order of kernel doc in batadv_privLinus Lüssing1-5/+5
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-13Merge tag 'batadv-next-pullrequest-20210312' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-4/+1
2021-02-13batman-adv: Use netif_rx_any_context().Sebastian Andrzej Siewior1-4/+1
2021-02-08Merge tag 'batadv-next-pullrequest-20210208' of git://git.open-mesh.org/linux-mergeJakub Kicinski55-63/+64
2021-02-06batman-adv: Fix names for kernel-doc blocksSven Eckelmann5-6/+7
2021-02-06batman-adv: Avoid sizeof on flexible structureSven Eckelmann1-1/+1
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann55-55/+55
2021-02-05batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada1-1/+0
2020-12-04batman-adv: Drop unused soft-interface.h include in fragmentation.cSimon Wunderlich1-1/+0
2020-12-04batman-adv: Drop legacy code for auto deleting mesh interfacesSven Eckelmann3-27/+5
2020-12-04batman-adv: Drop deprecated debugfs supportSven Eckelmann31-2574/+3
2020-12-04batman-adv: Drop deprecated sysfs supportSven Eckelmann10-1490/+1
2020-12-04batman-adv: Allow selection of routing algorithm over rtnetlinkSven Eckelmann3-6/+38