aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-18batman-adv: skip the window protection test when the originator has no neighboursAntonio Quartulli1-1/+2
2012-04-18batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli1-4/+4
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli9-25/+21
2012-04-18batman-adv: mark existing ogm variables as batman ivMarek Lindner3-5/+5
2012-04-18batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner4-14/+14
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callbackMarek Lindner4-6/+6
2012-04-18batman-adv: handle routing code initialization properlyMarek Lindner3-11/+17
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner4-2/+11
2012-04-18batman-adv: randomize initial seqno to avoid collisionMarek Lindner1-0/+5
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner4-6/+6
2012-04-18batman-adv: move ogm initialization into the proper functionMarek Lindner1-1/+7
2012-04-18batman-adv: remove duplicated line in commentAntonio Quartulli1-1/+0
2012-04-18batman-adv: convert the tt_crc to network orderAntonio Quartulli1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich7-5/+89
2012-04-11batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich2-6/+116
2012-04-11batman-adv: drop STP over batmanSimon Wunderlich1-0/+8
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich5-0/+91
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich4-2/+74
2012-04-11batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich2-93/+311
2012-04-11batman-adv: export claim tables through debugfsSimon Wunderlich3-0/+64
2012-04-11batman-adv: make bridge loop avoidance switchableSimon Wunderlich1-0/+2
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich13-10/+1422
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich9-517/+5
2012-04-11batman-adv: encourage batman to take shorter routes by changing the default hop penaltyMarek Lindner1-1/+1
2012-04-11batman-adv: Remove declaration of only locally used functionsSven Eckelmann2-16/+14
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann6-130/+41
2012-04-11batman-adv: use ETH_ALEN instead of hardcoded numeric constantsAntonio Quartulli1-13/+13
2012-04-11batman-adv: clean up KconfigAntonio Quartulli1-9/+8
2012-03-11Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller14-194/+145
2012-03-11batman-adv: Remove spaces after a castSven Eckelmann2-3/+3
2012-03-11batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann1-1/+2
2012-03-11batman-adv: Don't begin block comments with only a /* lineSven Eckelmann2-13/+3
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann12-177/+137
2012-02-28Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller39-156/+141
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann9-45/+44
2012-02-17batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-3/+2
2012-02-17batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-02-17batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli1-8/+1
2012-02-17batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli1-9/+6
2012-02-17batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli1-5/+5
2012-02-17batman-adv: Update copyright yearsSven Eckelmann39-39/+39
2012-02-17batman-adv: export used routing algorithm via sysfsMarek Lindner1-0/+9
2012-02-17batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann1-20/+22
2012-02-17batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner1-0/+24
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner8-30/+24
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner7-129/+129
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner7-0/+145
2012-02-17batman-adv: warn if added interface is part of a bridgeMarek Lindner1-0/+8
2012-02-17batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll2-20/+23