summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: use consistent kerneldoc styleSimon Wunderlich2014-01-161-3/+5
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-121-1/+1
* batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-121-1/+2
* batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-121-1/+2
* batman-adv: set the isolation mark in the skb if neededAntonio Quartulli2014-01-081-0/+26
* batman-adv: create helper function to get AP isolation statusAntonio Quartulli2014-01-081-12/+1
* batman-adv: extend the ap_isolation mechanismAntonio Quartulli2014-01-081-0/+5
* batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli2014-01-081-4/+8
* batman-adv: mark a local client as isolated when neededAntonio Quartulli2014-01-081-1/+15
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-081-3/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-2/+4
|\
| * batman-adv: fix alignment for batadv_tvlv_tt_changeAntonio Quartulli2013-12-281-2/+4
* | batman-adv: use batadv_compare_eth for concisedingtianhong2013-12-261-1/+1
|/
* batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli2013-10-231-0/+19
* batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2013-10-231-1/+24
* batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli2013-10-231-1/+7
* batman-adv: limit local translation table max sizeMarek Lindner2013-10-231-16/+134
* batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli2013-10-231-11/+24
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-231-2/+2
* 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