summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli2015-01-071-1/+0
* batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing2015-01-061-3/+3
* batman-adv: fix delayed foreign originator recognitionLinus Lüssing2015-01-061-0/+1
* batman-adv: fix indirect hard_iface NULL dereferenceMarek Lindner2014-05-151-1/+2
* batman-adv: fix removing neigh_ifinfoSimon Wunderlich2014-05-111-0/+46
* batman-adv: always run purge_orig_neighborsSimon Wunderlich2014-05-101-4/+4
* batman-adv: fix neigh reference imbalanceSimon Wunderlich2014-05-101-0/+5
* batman-adv: Announce new capability via multicast TVLVLinus Lüssing2014-03-221-0/+6
* batman-adv: introduce capability initialization bitfieldLinus Lüssing2014-03-221-1/+0
* batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli2014-03-221-2/+2
* batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli2014-02-171-0/+36
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-121-1/+1
* batman-adv: add debugfs support to view multiif tablesSimon Wunderlich2014-01-121-1/+47
* batman-adv: add bonding againSimon Wunderlich2014-01-121-0/+4
* batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-121-8/+234
* batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-121-19/+210
* batman-adv: remove bonding and interface alternatingSimon Wunderlich2014-01-121-14/+1
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-081-3/+1
* batman-adv: use batadv_compare_eth for concisedingtianhong2013-12-261-1/+1
* batman-adv: provide orig_node routing APIAntonio Quartulli2013-10-231-88/+14
* batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli2013-10-231-8/+9
* batman-adv: add bat_orig_print API functionAntonio Quartulli2013-10-231-56/+10
* batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli2013-10-231-56/+33
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-231-11/+22
* batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli2013-10-191-1/+1
* batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli2013-10-191-3/+98
* batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli2013-10-191-0/+1
* batman-adv: Receive fragmented packets and mergeMartin Hundebøll2013-10-121-1/+13
* batman-adv: Remove old fragmentation codeMartin Hundebøll2013-10-121-9/+0
* batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner2013-10-091-3/+1
* batman-adv: slightly improve neighbor creation debug messageAntonio Quartulli2013-05-291-1/+2
* batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli2013-05-291-3/+2
* batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing2013-05-171-0/+16
* batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-271-2/+2
* batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll2013-03-131-0/+6
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-17/+14
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-191-9/+8
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-121-3/+0
* batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-121-0/+6
* batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-141-1/+0
* batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli2012-11-071-0/+2
* batman-adv: consolidate duplicated primary_if checking codeMarek Lindner2012-10-291-16/+3
* batman-adv: Fix alignment after opened parenthesesSven Eckelmann2012-07-011-4/+5
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-48/+54
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-011-5/+5
* batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-011-6/+6
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-011-8/+8
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-15/+17
* batman-adv: Prefix unicast defines with BATADV_Sven Eckelmann2012-06-281-1/+1
OpenPOWER on IntegriCloud