aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
Commit message (Expand)AuthorAge
* batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli2014-07-21
* batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing2014-03-22
* batman-adv: introduce capability initialization bitfieldLinus Lüssing2014-03-22
* batman-adv: Multicast Listener Announcements via Translation TableLinus Lüssing2014-03-22
* batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli2014-03-22
* batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli2014-02-17
* batman-adv: release vlan object after checking the CRCAntonio Quartulli2014-02-17
* batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli2014-02-17
* batman-adv: use consistent kerneldoc styleSimon Wunderlich2014-01-15
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-12
* batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-12
* batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-12
* batman-adv: set the isolation mark in the skb if neededAntonio Quartulli2014-01-08
* batman-adv: create helper function to get AP isolation statusAntonio Quartulli2014-01-08
* batman-adv: extend the ap_isolation mechanismAntonio Quartulli2014-01-08
* batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli2014-01-08
* batman-adv: mark a local client as isolated when neededAntonio Quartulli2014-01-08
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-08
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-06
|\
| * batman-adv: fix alignment for batadv_tvlv_tt_changeAntonio Quartulli2013-12-28
* | batman-adv: use batadv_compare_eth for concisedingtianhong2013-12-26
|/
* 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
|\