summaryrefslogtreecommitdiff
path: root/net/batman-adv/originator.c
AgeCommit message (Expand)Author
2016-01-31batman-adv: Drop immediate orig_node free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann
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-27batman-adv: remove obsolete deleted attribute for gateway nodeSimon Wunderlich
2015-08-27batman-adv: move neigh_node list add into batadv_neigh_node_new()Marek Lindner
2015-08-27batman-adv: move hardif refcount inc to batadv_neigh_node_new()Marek Lindner
2015-08-25batman-adv: convert orig_node->vlan_list to hlistMarek Lindner
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann
2015-08-14batman-adv: Fix potential synchronization issues in mcast tvlv handlerLinus Lüssing
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann
2015-06-07batman-adv: add bat_neigh_free APIAntonio Quartulli
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli
2015-01-06batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing
2015-01-06batman-adv: fix delayed foreign originator recognitionLinus Lüssing
2014-05-15batman-adv: fix indirect hard_iface NULL dereferenceMarek Lindner
2014-05-11batman-adv: fix removing neigh_ifinfoSimon Wunderlich
2014-05-10batman-adv: always run purge_orig_neighborsSimon Wunderlich
2014-05-10batman-adv: fix neigh reference imbalanceSimon Wunderlich
2014-03-22batman-adv: Announce new capability via multicast TVLVLinus Lüssing
2014-03-22batman-adv: introduce capability initialization bitfieldLinus Lüssing
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio 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: add bonding againSimon 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-12batman-adv: remove bonding and interface alternatingSimon Wunderlich
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli
2013-12-26batman-adv: use batadv_compare_eth for concisedingtianhong
2013-10-23batman-adv: provide orig_node routing APIAntonio Quartulli
2013-10-23batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: add bat_orig_print API functionAntonio 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 global purge routine VLAN specificAntonio Quartulli
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner
2013-05-29batman-adv: slightly improve neighbor creation debug messageAntonio 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-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli