aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-23batman-adv: add bat_orig_print API functionAntonio Quartulli1-56/+10
2013-10-23batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli1-56/+33
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli1-11/+22
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli1-1/+1
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli1-3/+98
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli1-0/+1
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll1-1/+13
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll1-9/+0
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner1-3/+1
2013-05-29batman-adv: slightly improve neighbor creation debug messageAntonio Quartulli1-1/+2
2013-05-29batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli1-3/+2
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing1-0/+16
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli1-2/+2
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll1-0/+6
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-17/+14
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2013-01-19batman-adv: a delayed_work has to be initialised onceAntonio Quartulli1-9/+8
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli1-3/+0
2013-01-12batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli1-0/+6
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli1-1/+0
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli1-0/+2
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-16/+3
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann1-4/+5
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-48/+54
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-6/+6
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-8/+8
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-15/+17
2012-06-28batman-adv: Prefix unicast defines with BATADV_Sven Eckelmann1-1/+1