aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/translation-table.c
AgeCommit message (Expand)Author
2014-02-17batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli
2014-02-17batman-adv: release vlan object after checking the CRCAntonio Quartulli
2014-02-17batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli
2014-01-16batman-adv: use consistent kerneldoc styleSimon Wunderlich
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli
2014-01-08batman-adv: create helper function to get AP isolation statusAntonio Quartulli
2014-01-08batman-adv: extend the ap_isolation mechanismAntonio Quartulli
2014-01-08batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-28batman-adv: fix alignment for batadv_tvlv_tt_changeAntonio Quartulli
2013-12-26batman-adv: use batadv_compare_eth for concisedingtianhong
2013-10-23batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli
2013-10-23batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner
2013-10-23batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli
2013-10-19batman-adv: make the backbone gw check VLAN specificAntonio Quartulli
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli
2013-10-19batman-adv: print the VID together with the TT entriesAntonio Quartulli
2013-10-19batman-adv: use vid when computing local and global TT CRCAntonio Quartulli
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli
2013-10-12batman-adv: make batadv_tt_save_orig_buffer() genericAntonio Quartulli
2013-10-12batman-adv: implement batadv_tt_entriesAntonio Quartulli
2013-10-12batman-adv: don't use call_rcu if not neededAntonio Quartulli
2013-10-12batman-adv: make tt_global_add static and return boolAntonio Quartulli
2013-10-09batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli
2013-10-09batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner
2013-10-09batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner
2013-10-09batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll
2013-05-29batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli
2013-05-29batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli
2013-05-29batman-adv: refactor batadv_tt_local_event()Antonio Quartulli
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-17batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli
2013-03-13batman-adv: don't use !! in bool conversionAntonio Quartulli
2013-03-13batman-adv: replace redundant primary_if_get callsMarek Lindner
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-28batman-adv: fix local translation table outputAntonio Quartulli