aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.h
AgeCommit message (Expand)Author
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann
2016-08-09batman-adv: netlink: add originator and neighbor table queriesMatthias Schiffer
2016-06-30batman-adv: refactor batadv_neigh_node_* functions to follow common styleMarek Lindner
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann
2016-02-23batman-adv: Rename batadv_orig_node_vlan *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_hardif_neigh *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_orig_ifinfo *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_neigh_ifinfo *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_neigh_node *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_orig_node *_free_ref function to *_putSven Eckelmann
2016-02-10batman-adv: Convert batadv_orig_node to krefSven Eckelmann
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann
2016-01-16batman-adv: Drop immediate orig_node free functionSven Eckelmann
2015-12-16batman-adv: export single hop neighbor list via debugfsMarek Lindner
2015-12-16batman-adv: add list of unique single hop neighbors per hard-interfaceMarek Lindner
2015-08-27batman-adv: turn batadv_neigh_node_get() into local functionMarek Lindner
2015-08-27batman-adv: rearrange batadv_neigh_node_new() arguments to follow conventionMarek Lindner
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann
2015-06-07batman-adv: Use common Jenkins Hash implementationSven Eckelmann
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli
2014-02-17batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich
2014-01-12batman-adv: add debugfs support to view multiif tablesSimon Wunderlich
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli
2013-10-23batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli
2013-05-29batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann
2012-05-11batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner
2012-02-17batman-adv: Update copyright yearsSven Eckelmann
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli
2011-06-20batman-adv: Move compare_orig to originator.cSven Eckelmann
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner