aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+20
2012-11-16batman-adv: process broadcast packets in BLA earlierAntonio Quartulli1-6/+6
2012-11-16batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli1-0/+7
2012-11-16batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli1-1/+1
2012-11-16batman-adv: fix tt_global_entries flags updateAntonio Quartulli1-0/+6
2012-11-14batman-adv: Remove instant overwritten variable initializationSven Eckelmann2-11/+11
2012-11-14batman-adv: roaming handling mechanism redesignAntonio Quartulli1-39/+118
2012-11-14batman-adv: refactor tt_global_del_struct()Antonio Quartulli1-10/+9
2012-11-14batman-adv: refactor code to simplify long linesAntonio Quartulli1-32/+30
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli6-75/+156
2012-11-14batman-adv: wait multiple periods before activating blaSimon Wunderlich3-1/+10
2012-11-14batman-adv: allow bla traffic only after first worker periodSimon Wunderlich1-1/+19
2012-11-14batman-adv: send announcement when backbone gw is registeredSimon Wunderlich1-4/+10
2012-11-14batman-adv: prevent using any virtual device created on batman-adv as hard-interfaceAntonio Quartulli1-1/+40
2012-11-14batman-adv: fix wrong spinlock inline commentAntonio Quartulli1-1/+1
2012-11-14batman-adv: don't rely on positions in struct for hashingSimon Wunderlich2-14/+28
2012-11-07batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli1-2/+10
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll5-3/+65
2012-11-07batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli4-0/+31
2012-11-07batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli5-4/+94
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli6-2/+325
2012-11-07batman-adv: Distributed ARP Table - add ARP parsing functionsAntonio Quartulli4-3/+213
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli6-0/+346
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli9-4/+378
2012-11-07batman-adv: Distributed ARP Table - add a new debug log levelAntonio Quartulli1-1/+3
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli6-26/+194
2012-11-07batman-adv: Mark correctly aligned headers not as __packedSven Eckelmann1-6/+15
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann4-19/+22
2012-10-29batman-adv: add kernel-doc for enum batadv_dbg_levelAntonio Quartulli1-4/+11
2012-10-29batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli2-9/+28
2012-10-29batman-adv: properly convert flag into a boolean valueAntonio Quartulli1-1/+1
2012-10-29batman-adv: check for more space before accessing the skbAntonio Quartulli1-2/+6
2012-10-29batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli1-4/+4
2012-10-29batman-adv: properly store the roaming timeAntonio Quartulli1-0/+6
2012-10-29batman-adv: don't allow ECTP traffic on batman-advSimon Wunderlich1-2/+10
2012-10-29batman-adv: Only increase refcounter once for alternate routerSven Eckelmann1-15/+8
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann4-18/+12
2012-10-29batman-adv: Remove extra check in batadv_bit_get_packetSven Eckelmann1-13/+10
2012-10-29batman-adv: Set special lockdep classes to avoid lockdep warningSven Eckelmann1-0/+44
2012-10-29batman-adv: return proper value in case of hash_add failureAntonio Quartulli1-1/+1
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner6-91/+57
2012-10-29batman-adv: Remove unused define BAT_ATTR_HIF_UINTSven Eckelmann1-49/+0
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner3-24/+39
2012-10-29batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli1-14/+1
2012-10-18batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing2-5/+16
2012-10-18batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2-5/+11
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+13
2012-09-23batman-adv: Fix symmetry check / route flapping in multi interface setupsLinus Lüssing1-6/+7
2012-09-23batman-adv: Fix change mac address of soft iface.Def1-2/+5
2012-09-19batman-adv: make batadv_test_bit() return 0 or 1 onlyLinus Lüssing1-3/+3