aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-10batman-adv: Convert batadv_neigh_node to krefSven Eckelmann1-10/+12
2016-02-10batman-adv: Convert batadv_orig_ifinfo to krefSven Eckelmann1-6/+9
2016-02-10batman-adv: Convert batadv_neigh_ifinfo to krefSven Eckelmann1-7/+10
2016-02-10batman-adv: Convert batadv_hardif_neigh_node to krefSven Eckelmann1-8/+12
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc of main functionsSven Eckelmann1-1/+3
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-20/+28
2016-02-02batman-adv: Fix names in kerneldoc of functionsSven Eckelmann1-2/+2
2016-01-16batman-adv: Drop immediate orig_node free functionSven Eckelmann1-11/+0
2016-01-16batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann1-8/+7
2016-01-16batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann1-24/+10
2016-01-16batman-adv: Drop immediate batadv_hardif_neigh_node free functionSven Eckelmann1-33/+13
2016-01-16batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann1-23/+10
2016-01-16batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann1-28/+31
2016-01-13batman-adv: Fix list removal of batadv_hardif_neigh_nodeSven Eckelmann1-6/+12
2015-12-16batman-adv: export single hop neighbor list via debugfsMarek Lindner1-0/+34
2015-12-16batman-adv: add bat_hardif_neigh_init algo ops callMarek Lindner1-0/+4
2015-12-16batman-adv: add list of unique single hop neighbors per hard-interfaceMarek Lindner1-0/+157
2015-08-27batman-adv: turn batadv_neigh_node_get() into local functionMarek Lindner1-36/+36
2015-08-27batman-adv: rearrange batadv_neigh_node_new() arguments to follow conventionMarek Lindner1-3/+4
2015-08-27batman-adv: remove obsolete deleted attribute for gateway nodeSimon Wunderlich1-1/+0
2015-08-27batman-adv: move neigh_node list add into batadv_neigh_node_new()Marek Lindner1-0/+12
2015-08-27batman-adv: move hardif refcount inc to batadv_neigh_node_new()Marek Lindner1-0/+6
2015-08-25batman-adv: convert orig_node->vlan_list to hlistMarek Lindner1-3/+4
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-8/+7
2015-08-14batman-adv: Fix potential synchronization issues in mcast tvlv handlerLinus Lüssing1-0/+5
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-8/+20
2015-06-07batman-adv: add bat_neigh_free APIAntonio Quartulli1-0/+6
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli1-1/+0
2015-01-06batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing1-3/+3
2015-01-06batman-adv: fix delayed foreign originator recognitionLinus Lüssing1-0/+1
2014-05-15batman-adv: fix indirect hard_iface NULL dereferenceMarek Lindner1-1/+2
2014-05-11batman-adv: fix removing neigh_ifinfoSimon Wunderlich1-0/+46
2014-05-10batman-adv: always run purge_orig_neighborsSimon Wunderlich1-4/+4
2014-05-10batman-adv: fix neigh reference imbalanceSimon Wunderlich1-0/+5
2014-03-22batman-adv: Announce new capability via multicast TVLVLinus Lüssing1-0/+6
2014-03-22batman-adv: introduce capability initialization bitfieldLinus Lüssing1-1/+0
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli1-2/+2
2014-02-17batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli1-0/+36
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: add debugfs support to view multiif tablesSimon Wunderlich1-1/+47
2014-01-12batman-adv: add bonding againSimon Wunderlich1-0/+4
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich1-8/+234
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich1-19/+210
2014-01-12batman-adv: remove bonding and interface alternatingSimon Wunderlich1-14/+1
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-12-26batman-adv: use batadv_compare_eth for concisedingtianhong1-1/+1
2013-10-23batman-adv: provide orig_node routing APIAntonio Quartulli1-88/+14
2013-10-23batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli1-8/+9