summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* 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
* batman-adv: Remove unused define BAT_ATTR_HIF_UINTSven Eckelmann2012-10-291-49/+0Star
* batman-adv: split hard_iface struct for each routing protocolMarek Lindner2012-10-293-24/+39
* batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli2012-10-291-14/+1Star
* batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing2012-10-182-5/+16
* batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2012-10-182-5/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-283-7/+13
|\
| * batman-adv: Fix symmetry check / route flapping in multi interface setupsLinus Lüssing2012-09-231-6/+7
| * batman-adv: Fix change mac address of soft iface.Def2012-09-231-2/+5
| * batman-adv: make batadv_test_bit() return 0 or 1 onlyLinus Lüssing2012-09-191-3/+3
* | batman-adv: Start new development cycleSven Eckelmann2012-08-231-1/+1
* | batman-adv: change interface_rx to get orig nodeAntonio Quartulli2012-08-233-7/+14
* | batman-adv: detect not yet announced clientsAntonio Quartulli2012-08-235-33/+101
* | batman-adv: Reduce accumulated length of simple statementsSven Eckelmann2012-08-237-38/+55
* | batman-adv: Don't break statements after assignment operatorSven Eckelmann2012-08-236-35/+39
* | batman-adv: Use BIT(x) macro to calculate bit positionsSven Eckelmann2012-08-233-29/+31
* | batman-adv: Drop tt queries with foreign destMartin Hundebøll2012-08-231-15/+3Star
* | batman-adv: Move batadv_check_unicast_packet()Martin Hundebøll2012-08-231-25/+25
* | batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-2310-311/+343
* | batman-adv: check batadv_orig_hash_add_if() return codeSimon Wunderlich2012-08-231-1/+7
* | batman-adv: fix typos in commentsAntonio Quartulli2012-08-232-5/+5
* | batman-adv: add reference counting for type batadv_tt_orig_list_entryAntonio Quartulli2012-08-232-23/+53
* | batman-adv: remove a misleading commentJonathan Corbet2012-08-231-3/+0Star
* | batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner2012-08-233-19/+42
* | batman-adv: rename bridge loop avoidance claim typesSimon Wunderlich2012-08-232-11/+11
* | batman-adv: correct comments in bridge loop avoidanceSimon Wunderlich2012-08-231-2/+3