aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hard-interface.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2017-12-15batman-adv: Add kernel-doc to functions in headersSven Eckelmann1-0/+6
2017-12-15batman-adv: Add kernel-doc to enums in headersSven Eckelmann1-0/+23
2017-12-15batman-adv: Use inline kernel-doc for enum/structSven Eckelmann1-6/+21
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-1/+1
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-11-08batman-adv: retrieve B.A.T.M.A.N. V WiFi neighbor stats from real interfaceMarek Lindner1-0/+1
2016-11-08batman-adv: Cache the type of wifi device for each hardifSven Eckelmann1-3/+2
2016-11-08batman-adv: refactor wifi interface detectionMarek Lindner1-0/+1
2016-10-30batman-adv: Simple (re)broadcast avoidanceLinus Lüssing1-0/+16
2016-05-10batman-adv: Create batman soft interfaces within correct netns.Andrew Lunn1-1/+2
2016-02-23batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann1-2/+2
2016-02-10batman-adv: Convert batadv_hard_iface to krefSven Eckelmann1-9/+7
2016-02-10batman-adv: Drop reference to netdevice on last referenceSven Eckelmann1-3/+3
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-01-16batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann1-12/+0
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-0/+11
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: add WiFi penaltySimon Wunderlich1-0/+1
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich1-0/+17
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli1-1/+1
2013-03-27batman-adv: Don't always delete softif when last slave was removedSven Eckelmann1-1/+12
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-7/+7
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-7/+7
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-3/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-3/+1
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann1-11/+11
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-0/+1
2011-06-09batman-adv: Use enums for related constantsSven Eckelmann1-6/+8
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-2/+4
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-0/+18
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-6/+6
2011-03-05batman-adv: Correct rcu refcounting for batman_ifMarek Lindner1-5/+4
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-01-31batman-adv: Remove declaration of batman_skb_recvSven Eckelmann1-4/+0
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+53