aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
AgeCommit message (Expand)Author
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
2012-10-29batman-adv: Remove unused define BAT_ATTR_HIF_UINTSven Eckelmann
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner
2012-10-29batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli
2012-10-18batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing
2012-10-18batman-adv: Fix broadcast packet CRC calculationLinus Lüssing
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-23batman-adv: Fix symmetry check / route flapping in multi interface setupsLinus Lüssing
2012-09-23batman-adv: Fix change mac address of soft iface.Def
2012-09-19batman-adv: make batadv_test_bit() return 0 or 1 onlyLinus Lüssing
2012-08-23batman-adv: Start new development cycleSven Eckelmann
2012-08-23batman-adv: change interface_rx to get orig nodeAntonio Quartulli
2012-08-23batman-adv: detect not yet announced clientsAntonio Quartulli
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann
2012-08-23batman-adv: Don't break statements after assignment operatorSven Eckelmann
2012-08-23batman-adv: Use BIT(x) macro to calculate bit positionsSven Eckelmann
2012-08-23batman-adv: Drop tt queries with foreign destMartin Hundebøll
2012-08-23batman-adv: Move batadv_check_unicast_packet()Martin Hundebøll
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann
2012-08-23batman-adv: check batadv_orig_hash_add_if() return codeSimon Wunderlich
2012-08-23batman-adv: fix typos in commentsAntonio Quartulli
2012-08-23batman-adv: add reference counting for type batadv_tt_orig_list_entryAntonio Quartulli
2012-08-23batman-adv: remove a misleading commentJonathan Corbet
2012-08-23batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner