summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
Commit message (Expand)AuthorAgeFilesLines
...
* batman-adv: make the backbone gw check VLAN specificAntonio Quartulli2013-10-191-31/+10
* batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli2013-10-191-1/+16
* batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli2013-10-191-143/+577
* batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli2013-10-191-4/+19
* batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli2013-10-191-7/+20
* batman-adv: print the VID together with the TT entriesAntonio Quartulli2013-10-191-32/+50
* batman-adv: use vid when computing local and global TT CRCAntonio Quartulli2013-10-191-4/+31
* batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli2013-10-191-51/+189
* batman-adv: make batadv_tt_save_orig_buffer() genericAntonio Quartulli2013-10-121-6/+4
* batman-adv: implement batadv_tt_entriesAntonio Quartulli2013-10-121-4/+15
* batman-adv: don't use call_rcu if not neededAntonio Quartulli2013-10-121-14/+6
* batman-adv: make tt_global_add static and return boolAntonio Quartulli2013-10-121-6/+8
* batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli2013-10-091-34/+39
* batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner2013-10-091-30/+74
* batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner2013-10-091-216/+286
* batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner2013-10-091-110/+130
* batman-adv: set skb priority according to contentSimon Wunderlich2013-08-281-0/+5
* batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-291-5/+7
* batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2013-05-291-2/+17
* batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli2013-05-291-10/+10
* batman-adv: refactor batadv_tt_local_event()Antonio Quartulli2013-05-291-8/+15
* batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing2013-05-171-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-1/+1
|\
| * batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli2013-04-171-1/+1
* | batman-adv: don't use !! in bool conversionAntonio Quartulli2013-03-131-2/+2
* | batman-adv: replace redundant primary_if_get callsMarek Lindner2013-03-131-19/+6
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-47/+35
* batman-adv: fix local translation table outputAntonio Quartulli2013-01-281-2/+2
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-191-9/+5
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-121-7/+0
* batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-121-0/+10
* batman-adv: remove useless assignment in tt_local_add()Antonio Quartulli2013-01-121-7/+5
* batman-adv: unify and properly print hex valuesAntonio Quartulli2013-01-121-1/+1
* batman-adv: print the CRC together with the translation tablesAntonio Quartulli2013-01-121-6/+9
* batman-adv: improve local translation table outputAntonio Quartulli2013-01-121-4/+23
* batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll2012-11-211-48/+17
* batman-adv: Mark best gateway in transtable_global debugfsSven Eckelmann2012-11-211-26/+64
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-171-1/+14
|\
| * batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli2012-11-161-0/+7
| * batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli2012-11-161-1/+1
| * batman-adv: fix tt_global_entries flags updateAntonio Quartulli2012-11-161-0/+6
* | batman-adv: Remove instant overwritten variable initializationSven Eckelmann2012-11-141-10/+10
* | batman-adv: roaming handling mechanism redesignAntonio Quartulli2012-11-141-39/+118
* | batman-adv: refactor tt_global_del_struct()Antonio Quartulli2012-11-141-10/+9
* | batman-adv: refactor code to simplify long linesAntonio Quartulli2012-11-141-32/+30
* | batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-141-14/+32
* | batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann2012-11-071-10/+10
* | batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli2012-10-291-6/+25
* | batman-adv: properly convert flag into a boolean valueAntonio Quartulli2012-10-291-1/+1
OpenPOWER on IntegriCloud