aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-21batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli1-0/+26
2014-03-22batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing1-20/+71
2014-03-22batman-adv: introduce capability initialization bitfieldLinus Lüssing1-5/+7
2014-03-22batman-adv: Multicast Listener Announcements via Translation TableLinus Lüssing1-4/+18
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli1-8/+7
2014-02-17batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli1-4/+12
2014-02-17batman-adv: release vlan object after checking the CRCAntonio Quartulli1-1/+5
2014-02-17batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli1-1/+0
2014-01-16batman-adv: use consistent kerneldoc styleSimon Wunderlich1-3/+5
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich1-1/+2
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich1-1/+2
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli1-0/+26
2014-01-08batman-adv: create helper function to get AP isolation statusAntonio Quartulli1-12/+1
2014-01-08batman-adv: extend the ap_isolation mechanismAntonio Quartulli1-0/+5
2014-01-08batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli1-4/+8
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli1-1/+15
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-12-28batman-adv: fix alignment for batadv_tvlv_tt_changeAntonio Quartulli1-2/+4
2013-12-26batman-adv: use batadv_compare_eth for concisedingtianhong1-1/+1
2013-10-23batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli1-0/+19
2013-10-23batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli1-1/+24
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli1-1/+7
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner1-16/+134
2013-10-23batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli1-11/+24
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli1-2/+2
2013-10-19batman-adv: make the backbone gw check VLAN specificAntonio Quartulli1-31/+10
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli1-1/+16
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli1-143/+577
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli1-4/+19
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli1-7/+20
2013-10-19batman-adv: print the VID together with the TT entriesAntonio Quartulli1-32/+50
2013-10-19batman-adv: use vid when computing local and global TT CRCAntonio Quartulli1-4/+31
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli1-51/+189
2013-10-12batman-adv: make batadv_tt_save_orig_buffer() genericAntonio Quartulli1-6/+4
2013-10-12batman-adv: implement batadv_tt_entriesAntonio Quartulli1-4/+15
2013-10-12batman-adv: don't use call_rcu if not neededAntonio Quartulli1-14/+6
2013-10-12batman-adv: make tt_global_add static and return boolAntonio Quartulli1-6/+8
2013-10-09batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli1-34/+39
2013-10-09batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner1-30/+74
2013-10-09batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner1-216/+286
2013-10-09batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner1-110/+130
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich1-0/+5
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll1-5/+7
2013-05-29batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli1-2/+17
2013-05-29batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli1-10/+10
2013-05-29batman-adv: refactor batadv_tt_local_event()Antonio Quartulli1-8/+15
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing1-1/+6
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1