aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
Commit message (Expand)AuthorAge
* batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli2013-10-23
* batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2013-10-23
* batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli2013-10-23
* batman-adv: limit local translation table max sizeMarek Lindner2013-10-23
* batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli2013-10-23
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-23
* batman-adv: make the backbone gw check VLAN specificAntonio Quartulli2013-10-19
* batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli2013-10-19
* batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli2013-10-19
* batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli2013-10-19
* batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli2013-10-19
* batman-adv: print the VID together with the TT entriesAntonio Quartulli2013-10-19
* batman-adv: use vid when computing local and global TT CRCAntonio Quartulli2013-10-19
* batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli2013-10-19
* batman-adv: make batadv_tt_save_orig_buffer() genericAntonio Quartulli2013-10-12
* batman-adv: implement batadv_tt_entriesAntonio Quartulli2013-10-12
* batman-adv: don't use call_rcu if not neededAntonio Quartulli2013-10-12
* batman-adv: make tt_global_add static and return boolAntonio Quartulli2013-10-12
* batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli2013-10-09
* batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner2013-10-09
* batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner2013-10-09
* batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner2013-10-09
* batman-adv: set skb priority according to contentSimon Wunderlich2013-08-28
* batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-28
* batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2013-05-28
* batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli2013-05-28
* batman-adv: refactor batadv_tt_local_event()Antonio Quartulli2013-05-28
* batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing2013-05-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-22
|\
| * batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli2013-04-17
* | batman-adv: don't use !! in bool conversionAntonio Quartulli2013-03-13
* | batman-adv: replace redundant primary_if_get callsMarek Lindner2013-03-13
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* batman-adv: fix local translation table outputAntonio Quartulli2013-01-28
* batman-adv: update copyright yearsAntonio Quartulli2013-01-19
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-19
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-12
* batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-12
* batman-adv: remove useless assignment in tt_local_add()Antonio Quartulli2013-01-12
* batman-adv: unify and properly print hex valuesAntonio Quartulli2013-01-12
* batman-adv: print the CRC together with the translation tablesAntonio Quartulli2013-01-12
* batman-adv: improve local translation table outputAntonio Quartulli2013-01-12
* batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll2012-11-21
* batman-adv: Mark best gateway in transtable_global debugfsSven Eckelmann2012-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-17
|\
| * batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli2012-11-16
| * batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli2012-11-16
| * batman-adv: fix tt_global_entries flags updateAntonio Quartulli2012-11-16
* | batman-adv: Remove instant overwritten variable initializationSven Eckelmann2012-11-14
* | batman-adv: roaming handling mechanism redesignAntonio Quartulli2012-11-14