summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich
2012-04-11batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich
2012-04-11batman-adv: drop STP over batmanSimon Wunderlich
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich
2012-04-11batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich
2012-04-11batman-adv: export claim tables through debugfsSimon Wunderlich
2012-04-11batman-adv: make bridge loop avoidance switchableSimon Wunderlich
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich
2012-04-11batman-adv: encourage batman to take shorter routes by changing the default h...Marek Lindner
2012-04-11batman-adv: Remove declaration of only locally used functionsSven Eckelmann
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann
2012-04-11batman-adv: use ETH_ALEN instead of hardcoded numeric constantsAntonio Quartulli
2012-04-11batman-adv: clean up KconfigAntonio Quartulli
2012-03-11Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-03-10batman-adv: Remove spaces after a castSven Eckelmann
2012-03-10batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann
2012-03-10batman-adv: Don't begin block comments with only a /* lineSven Eckelmann
2012-03-10batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann
2012-02-28Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann
2012-02-17batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka
2012-02-16batman-adv: Start new development cycleSven Eckelmann
2012-02-16batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli
2012-02-16batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli
2012-02-16batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli
2012-02-16batman-adv: Update copyright yearsSven Eckelmann
2012-02-16batman-adv: export used routing algorithm via sysfsMarek Lindner
2012-02-16batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann
2012-02-16batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner
2012-02-16batman-adv: convert time_after instances to has_timed_outMarek Lindner
2012-02-16batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner
2012-02-16batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner
2012-02-16batman-adv: warn if added interface is part of a bridgeMarek Lindner
2012-02-16batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll
2012-02-16batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll
2012-02-16batman-adv: simplify bat_ogm_receive API callMarek Lindner
2012-02-16batman-adv: Explicitly mark the common header structureSven Eckelmann
2012-02-16batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli
2011-12-16batman-adv: Fix merge error.David S. Miller
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-12batman-adv: Only write requested number of byte to user bufferSven Eckelmann
2011-12-12batman-adv: Directly check read of icmp packet in copy_from_userSven Eckelmann
2011-12-12batman-adv: bat_socket_read missing checksPaul Kot
2011-12-06batman-adv: delete global entry in case of roamingAntonio Quartulli
2011-12-06batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli
2011-12-06batman-adv: format multi-line if in the correct wayAntonio Quartulli
2011-12-06batman-adv: remove extra negation in gw_out_of_range()Dan Carpenter