summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: fix misspelled wordsAntonio Quartulli2015-01-071-1/+1
* batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli2015-01-071-1/+0
* batman-adv: checkpatch - else is not generally useful after a break or returnAntonio Quartulli2015-01-071-3/+2
* batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli2014-07-211-0/+26
* batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing2014-03-221-20/+71
* batman-adv: introduce capability initialization bitfieldLinus Lüssing2014-03-221-5/+7
* batman-adv: Multicast Listener Announcements via Translation TableLinus Lüssing2014-03-221-4/+18
* batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli2014-03-221-8/+7
* batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli2014-02-171-4/+12
* batman-adv: release vlan object after checking the CRCAntonio Quartulli2014-02-171-1/+5
* batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli2014-02-171-1/+0
* 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
OpenPOWER on IntegriCloud