aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAge
...
* batman-adv: introduce packet type handler array for incoming packetsMarek Lindner2012-05-11
* batman-adv: introduce is_single_hop_neigh variable to increase readabilityMarek Lindner2012-05-11
* batman-adv: fix wrong dhcp option list browsingAntonio Quartulli2012-05-11
* batman-adv: skip the window protection test when the originator has no neighb...Antonio Quartulli2012-04-18
* batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli2012-04-18
* batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-18
* batman-adv: mark existing ogm variables as batman ivMarek Lindner2012-04-18
* batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner2012-04-18
* batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner2012-04-18
* batman-adv: handle routing code initialization properlyMarek Lindner2012-04-18
* batman-adv: add iface_disable() callback to routing APIMarek Lindner2012-04-18
* batman-adv: randomize initial seqno to avoid collisionMarek Lindner2012-04-18
* batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner2012-04-18
* batman-adv: move ogm initialization into the proper functionMarek Lindner2012-04-18
* batman-adv: remove duplicated line in commentAntonio Quartulli2012-04-18
* batman-adv: convert the tt_crc to network orderAntonio Quartulli2012-04-18
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* batman-adv: add bridge loop avoidance compile optionSimon Wunderlich2012-04-11
* batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich2012-04-11
* batman-adv: drop STP over batmanSimon Wunderlich2012-04-11
* batman-adv: add broadcast duplicate checkSimon Wunderlich2012-04-11
* batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich2012-04-11
* batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich2012-04-11
* batman-adv: export claim tables through debugfsSimon Wunderlich2012-04-11
* batman-adv: make bridge loop avoidance switchableSimon Wunderlich2012-04-11
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-11
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-11
* batman-adv: encourage batman to take shorter routes by changing the default h...Marek Lindner2012-04-11
* batman-adv: Remove declaration of only locally used functionsSven Eckelmann2012-04-11
* batman-adv: Replace bitarray operations with bitmapSven Eckelmann2012-04-11
* batman-adv: use ETH_ALEN instead of hardcoded numeric constantsAntonio Quartulli2012-04-11
* batman-adv: clean up KconfigAntonio Quartulli2012-04-11
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-03-11
|\
| * batman-adv: Remove spaces after a castSven Eckelmann2012-03-10
| * batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann2012-03-10
| * batman-adv: Don't begin block comments with only a /* lineSven Eckelmann2012-03-10
| * batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-10
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-02-28
|\|
| * batman-adv: Fix indentation of multiline statementsSven Eckelmann2012-02-28
| * batman-adv: Start new development cycleSven Eckelmann2012-02-16
| * batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli2012-02-16
| * batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli2012-02-16
| * batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli2012-02-16
| * batman-adv: Update copyright yearsSven Eckelmann2012-02-16
| * batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann2012-02-16
| * batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-16
* | batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-17
|/
* batman-adv: export used routing algorithm via sysfsMarek Lindner2012-02-16
* batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner2012-02-16
* batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner2012-02-16