summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
2012-11-30batman-adv: use ETH_P_BATMANAntonio Quartulli
2012-11-21batman-adv: Use packing of 2 for all headers before an ethernet headerSven Eckelmann
2012-11-21batman-adv: Start new development cycleSven Eckelmann
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich
2012-11-21batman-adv: Add function to calculate crc32c for the skb payloadSven Eckelmann
2012-11-21batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll
2012-11-21batman-adv: support array of debugfs general attributesAntonio Quartulli
2012-11-21batman-adv: fix bla compare functionSimon Wunderlich
2012-11-21batman-adv: Mark best gateway in transtable_global debugfsSven Eckelmann
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-16batman-adv: process broadcast packets in BLA earlierAntonio Quartulli
2012-11-16batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli
2012-11-16batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli
2012-11-16batman-adv: fix tt_global_entries flags updateAntonio Quartulli
2012-11-14batman-adv: Remove instant overwritten variable initializationSven Eckelmann
2012-11-14batman-adv: roaming handling mechanism redesignAntonio Quartulli
2012-11-14batman-adv: refactor tt_global_del_struct()Antonio Quartulli
2012-11-14batman-adv: refactor code to simplify long linesAntonio Quartulli
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli
2012-11-14batman-adv: wait multiple periods before activating blaSimon Wunderlich
2012-11-14batman-adv: allow bla traffic only after first worker periodSimon Wunderlich
2012-11-14batman-adv: send announcement when backbone gw is registeredSimon Wunderlich
2012-11-14batman-adv: prevent using any virtual device created on batman-adv as hard-in...Antonio Quartulli
2012-11-14batman-adv: fix wrong spinlock inline commentAntonio Quartulli
2012-11-14batman-adv: don't rely on positions in struct for hashingSimon Wunderlich
2012-11-07batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll
2012-11-07batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add ARP parsing functionsAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add a new debug log levelAntonio Quartulli
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli
2012-11-07batman-adv: Mark correctly aligned headers not as __packedSven Eckelmann
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann
2012-10-29batman-adv: add kernel-doc for enum batadv_dbg_levelAntonio Quartulli
2012-10-29batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli
2012-10-29batman-adv: properly convert flag into a boolean valueAntonio Quartulli
2012-10-29batman-adv: check for more space before accessing the skbAntonio Quartulli
2012-10-29batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli
2012-10-29batman-adv: properly store the roaming timeAntonio Quartulli
2012-10-29batman-adv: don't allow ECTP traffic on batman-advSimon Wunderlich
2012-10-29batman-adv: Only increase refcounter once for alternate routerSven Eckelmann
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann
2012-10-29batman-adv: Remove extra check in batadv_bit_get_packetSven Eckelmann
2012-10-29batman-adv: Set special lockdep classes to avoid lockdep warningSven Eckelmann
2012-10-29batman-adv: return proper value in case of hash_add failureAntonio Quartulli
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner