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