summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: use ETH_P_BATMANAntonio Quartulli2012-11-304-9/+11
* batman-adv: Use packing of 2 for all headers before an ethernet headerSven Eckelmann2012-11-211-1/+15
* batman-adv: Start new development cycleSven Eckelmann2012-11-211-1/+1
* batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich2012-11-214-23/+11Star
* batman-adv: Add function to calculate crc32c for the skb payloadSven Eckelmann2012-11-213-0/+36
* batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll2012-11-216-107/+74Star
* batman-adv: support array of debugfs general attributesAntonio Quartulli2012-11-211-9/+25
* batman-adv: fix bla compare functionSimon Wunderlich2012-11-211-2/+16
* batman-adv: Mark best gateway in transtable_global debugfsSven Eckelmann2012-11-211-26/+64
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-182-7/+20
|\
| * batman-adv: process broadcast packets in BLA earlierAntonio Quartulli2012-11-161-6/+6
| * batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli2012-11-161-0/+7
| * batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli2012-11-161-1/+1
| * batman-adv: fix tt_global_entries flags updateAntonio Quartulli2012-11-161-0/+6
* | batman-adv: Remove instant overwritten variable initializationSven Eckelmann2012-11-142-11/+11
* | batman-adv: roaming handling mechanism redesignAntonio Quartulli2012-11-141-39/+118
* | batman-adv: refactor tt_global_del_struct()Antonio Quartulli2012-11-141-10/+9Star
* | batman-adv: refactor code to simplify long linesAntonio Quartulli2012-11-141-32/+30Star
* | batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-146-75/+156
* | batman-adv: wait multiple periods before activating blaSimon Wunderlich2012-11-143-1/+10
* | batman-adv: allow bla traffic only after first worker periodSimon Wunderlich2012-11-141-1/+19
* | batman-adv: send announcement when backbone gw is registeredSimon Wunderlich2012-11-141-4/+10
* | batman-adv: prevent using any virtual device created on batman-adv as hard-in...Antonio Quartulli2012-11-141-1/+40
* | batman-adv: fix wrong spinlock inline commentAntonio Quartulli2012-11-141-1/+1
* | batman-adv: don't rely on positions in struct for hashingSimon Wunderlich2012-11-142-14/+28
* | batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli2012-11-071-2/+10
* | batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll2012-11-075-3/+65
* | batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli2012-11-074-0/+31
* | batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli2012-11-075-4/+94
* | batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli2012-11-076-2/+325
* | batman-adv: Distributed ARP Table - add ARP parsing functionsAntonio Quartulli2012-11-074-3/+213
* | batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli2012-11-076-0/+346
* | batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli2012-11-079-4/+378
* | batman-adv: Distributed ARP Table - add a new debug log levelAntonio Quartulli2012-11-071-1/+3
* | batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli2012-11-076-26/+194
* | batman-adv: Mark correctly aligned headers not as __packedSven Eckelmann2012-11-071-6/+15
* | batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann2012-11-074-19/+22
* | batman-adv: add kernel-doc for enum batadv_dbg_levelAntonio Quartulli2012-10-291-4/+11
* | batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli2012-10-292-9/+28
* | batman-adv: properly convert flag into a boolean valueAntonio Quartulli2012-10-291-1/+1
* | batman-adv: check for more space before accessing the skbAntonio Quartulli2012-10-291-2/+6
* | batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli2012-10-291-4/+4
* | batman-adv: properly store the roaming timeAntonio Quartulli2012-10-291-0/+6
* | batman-adv: don't allow ECTP traffic on batman-advSimon Wunderlich2012-10-291-2/+10
* | batman-adv: Only increase refcounter once for alternate routerSven Eckelmann2012-10-291-15/+8Star
* | batman-adv: Check return value of try_module_getSven Eckelmann2012-10-294-18/+12Star
* | batman-adv: Remove extra check in batadv_bit_get_packetSven Eckelmann2012-10-291-13/+10Star
* | batman-adv: Set special lockdep classes to avoid lockdep warningSven Eckelmann2012-10-291-0/+44
* | batman-adv: return proper value in case of hash_add failureAntonio Quartulli2012-10-291-1/+1
* | batman-adv: consolidate duplicated primary_if checking codeMarek Lindner2012-10-296-91/+57Star