summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.h
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: update copyright years for 2017Sven Eckelmann2017-01-261-1/+1
* batman-adv: netlink: add originator and neighbor table queriesMatthias Schiffer2016-08-091-0/+4
* batman-adv: refactor batadv_neigh_node_* functions to follow common styleMarek Lindner2016-06-301-3/+3
* batman-adv: Use bool as return type for boolean functionsSven Eckelmann2016-05-101-1/+1
* batman-adv: Rename batadv_orig_node_vlan *_free_ref function to *_putSven Eckelmann2016-02-231-1/+1
* batman-adv: Rename batadv_hardif_neigh *_free_ref function to *_putSven Eckelmann2016-02-231-1/+1
* batman-adv: Rename batadv_orig_ifinfo *_free_ref function to *_putSven Eckelmann2016-02-231-1/+1
* batman-adv: Rename batadv_neigh_ifinfo *_free_ref function to *_putSven Eckelmann2016-02-231-1/+1
* batman-adv: Rename batadv_neigh_node *_free_ref function to *_putSven Eckelmann2016-02-231-1/+1
* batman-adv: Rename batadv_orig_node *_free_ref function to *_putSven Eckelmann2016-02-231-1/+1
* batman-adv: Convert batadv_orig_node to krefSven Eckelmann2016-02-101-2/+2
* batman-adv: update copyright years for 2016Sven Eckelmann2016-02-021-1/+1
* batman-adv: Drop immediate orig_node free functionSven Eckelmann2016-01-161-1/+0
* batman-adv: export single hop neighbor list via debugfsMarek Lindner2015-12-161-0/+2
* batman-adv: add list of unique single hop neighbors per hard-interfaceMarek Lindner2015-12-161-0/+5
* batman-adv: turn batadv_neigh_node_get() into local functionMarek Lindner2015-08-271-4/+0
* batman-adv: rearrange batadv_neigh_node_new() arguments to follow conventionMarek Lindner2015-08-271-2/+3
* batman-adv: Replace C99 int types with kernel typeSven Eckelmann2015-08-251-6/+5
* batman-adv: Add required includes to all filesSven Eckelmann2015-06-071-0/+13
* batman-adv: Use common Jenkins Hash implementationSven Eckelmann2015-06-071-12/+1
* batman-adv: update copyright years for 2015Sven Eckelmann2015-05-291-1/+1
* batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli2015-01-071-1/+0
* batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli2014-02-171-0/+4
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-121-1/+1
* batman-adv: add debugfs support to view multiif tablesSimon Wunderlich2014-01-121-0/+1
* batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-121-1/+11
* batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-121-0/+7
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-081-3/+1
* batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli2013-10-231-1/+2
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-231-1/+2
* batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli2013-10-191-0/+7
* batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli2013-05-291-1/+1
* batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing2013-05-171-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-16/+19
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-011-1/+1
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-1/+1
* batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-241-4/+4
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-5/+4
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-201-10/+11
* batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner2012-05-111-4/+3
* batman-adv: Update copyright yearsSven Eckelmann2012-02-171-1/+1
* batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-201-1/+1
* batman-adv: Move compare_orig to originator.cSven Eckelmann2011-06-201-8/+0
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-301-7/+7
* batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing2011-04-171-0/+1
* batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-051-3/+3
* batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-051-2/+4
* batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner2011-03-051-1/+34
OpenPOWER on IntegriCloud