aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
2012-05-11batman-adv: rename sysfs macros to reflect the soft-interface dependencyMarek Lindner
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner
2012-05-11batman-adv: ignore protocol packets if the interface did not enable this prot...Marek Lindner
2012-05-11batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner
2012-05-11batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner
2012-05-11batman-adv: rename last_valid to last_seenMarek Lindner
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner
2012-05-11batman-adv: introduce packet type handler array for incoming packetsMarek Lindner
2012-05-11batman-adv: introduce is_single_hop_neigh variable to increase readabilityMarek Lindner
2012-05-11batman-adv: fix wrong dhcp option list browsingAntonio Quartulli
2012-04-18batman-adv: skip the window protection test when the originator has no neighb...Antonio Quartulli
2012-04-18batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli
2012-04-18batman-adv: mark existing ogm variables as batman ivMarek Lindner
2012-04-18batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner
2012-04-18batman-adv: handle routing code initialization properlyMarek Lindner
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner
2012-04-18batman-adv: randomize initial seqno to avoid collisionMarek Lindner
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner
2012-04-18batman-adv: move ogm initialization into the proper functionMarek Lindner
2012-04-18batman-adv: remove duplicated line in commentAntonio Quartulli
2012-04-18batman-adv: convert the tt_crc to network orderAntonio Quartulli
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-11batman-adv: Remove spaces after a castSven Eckelmann
2012-03-11batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann
2012-03-11batman-adv: Don't begin block comments with only a /* lineSven Eckelmann
2012-03-11batman-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-17batman-adv: Start new development cycleSven Eckelmann
2012-02-17batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli
2012-02-17batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli