aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bat_iv_ogm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-27batman-adv: rearrange batadv_neigh_node_new() arguments to follow conventionMarek Lindner1-1/+1
2015-08-27batman-adv: move neigh_node list add into batadv_neigh_node_new()Marek Lindner1-20/+1
2015-08-27batman-adv: remove redundant hard_iface assignmentMarek Lindner1-1/+0
2015-08-27batman-adv: move hardif refcount inc to batadv_neigh_node_new()Marek Lindner1-6/+0
2015-08-25batman-adv: Fix conditional statements indentationSven Eckelmann1-1/+1
2015-08-25batman-adv: Remove multiple assignment per lineSven Eckelmann1-2/+4
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-48/+46
2015-06-07batman-adv: Clarify calculation precedence for '&' and '?'Sven Eckelmann1-1/+1
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-6/+36
2015-06-03batman-adv: Remove unnecessary check for orig_ifinfo not NULLSven Eckelmann1-2/+1
2015-06-03batman-adv: iv_ogm, fix comment function nameMarkus Pargmann1-1/+1
2015-06-03batman-adv: iv_ogm, fix coding styleMarkus Pargmann1-1/+3
2015-06-03batman-adv: iv_ogm, Fix dup_status commentMarkus Pargmann1-1/+1
2015-06-03batman-adv: iv_ogm_orig_update, style, add missing bracketsMarkus Pargmann1-1/+2
2015-06-03batman-adv: iv_ogm_queue_add, Simplify expressionsMarkus Pargmann1-2/+2
2015-06-03batman-adv: iv_ogm_aggregate_new, simplify error handlingMarkus Pargmann1-15/+13
2015-05-29batman-adv: iv_ogm_orig_update, remove unnecessary bracketsMarkus Pargmann1-1/+1
2015-05-29batman-adv: iv_ogm_can_aggregate, code readabilityMarkus Pargmann1-49/+53
2015-05-29batman-adv: iv_ogm_send_to_if, declare char* as constMarkus Pargmann1-1/+1
2015-05-29batman-adv: iv_ogm_aggr_packet, bool return valueMarkus Pargmann1-2/+2
2015-05-29batman-adv: iv_ogm_iface_enable, direct return valuesMarkus Pargmann1-6/+2
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2015-01-07batman-adv: checkpatch - remove unnecessary parenthesesAntonio Quartulli1-2/+2
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli1-2/+0
2015-01-07batman-adv: kernel doc fixes for bat_iv_ogm.cMartin Hundebøll1-4/+5
2014-08-04batman-adv: prefer kmalloc_array to kmalloc when possibleAntonio Quartulli1-6/+7
2014-05-10batman-adv: fix neigh_ifinfo imbalanceSimon Wunderlich1-0/+2
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli1-5/+5
2014-02-17batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli1-4/+2
2014-02-17batman-adv: fix potential orig_node reference leakSimon Wunderlich1-0/+2
2014-02-17batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli1-6/+16
2014-01-16batman-adv: use consistent kerneldoc styleSimon Wunderlich1-2/+4
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: add debugfs support to view multiif tablesSimon Wunderlich1-5/+7
2014-01-12batman-adv: consider outgoing interface in OGM sendingSimon Wunderlich1-57/+96
2014-01-12batman-adv: add WiFi penaltySimon Wunderlich1-5/+22
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich1-185/+269
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich1-55/+212
2014-01-12batman-adv: remove bonding and interface alternatingSimon Wunderlich1-5/+0
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich1-18/+18
2013-10-23batman-adv: provide orig_node routing APIAntonio Quartulli1-0/+126
2013-10-23batman-adv: adapt bonding to use the new API functionsAntonio Quartulli1-1/+1
2013-10-23batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli1-0/+18
2013-10-23batman-adv: add bat_neigh_cmp API functionAntonio Quartulli1-0/+20
2013-10-23batman-adv: add bat_orig_print API functionAntonio Quartulli1-0/+65
2013-10-23batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli1-27/+81
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli1-27/+33
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich1-8/+0
2013-10-09batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner1-30/+14