Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / batman-adv /
2012-03-11 David S. MillerMerge tag 'batman-adv-for-davem' of git://git.open...
2012-03-10 Sven Eckelmannbatman-adv: Remove spaces after a cast
2012-03-10 Sven Eckelmannbatman-adv: Use {} braces consistent on the arms of...
2012-03-10 Sven Eckelmannbatman-adv: Don't begin block comments with only a...
2012-03-10 Sven Eckelmannbatman-adv: Ignore 80-chars per line limits for strings
2012-02-28 David S. MillerMerge tag 'batman-adv-for-davem' of git://git.open...
2012-02-28 Sven Eckelmannbatman-adv: Fix indentation of multiline statements
2012-02-17 Danny Kukawkabatman-adv: use eth_hw_addr_random() instead of random_...
2012-02-16 Sven Eckelmannbatman-adv: Start new development cycle
2012-02-16 Antonio Quartullibatman-adv: TT_CLIENT_PENDING is never set in struct...
2012-02-16 Antonio Quartullibatman-adv: code refactoring - move debug print into...
2012-02-16 Antonio Quartullibatman-adv: set TT_CLIENT_NEW flag before invoking...
2012-02-16 Sven Eckelmannbatman-adv: Update copyright years
2012-02-16 Marek Lindnerbatman-adv: export used routing algorithm via sysfs
2012-02-16 Sven Eckelmannbatman-adv: refactor tt_global_del() to avoid misalignment
2012-02-16 Marek Lindnerbatman-adv: allowing changing the routing algorithm...
2012-02-16 Marek Lindnerbatman-adv: convert time_after instances to has_timed_out
2012-02-16 Marek Lindnerbatman-adv: convert batman iv algorithm to use dynamic...
2012-02-16 Marek Lindnerbatman-adv: add infrastructure to change routing algori...
2012-02-16 Marek Lindnerbatman-adv: warn if added interface is part of a bridge
2012-02-16 Martin Hundebøllbatman-adv: Move is_out_of_time() to main.h for general use
2012-02-16 Martin Hundebøllbatman-adv: Rm empty line from is_my_mac() in main.c
2012-02-16 Marek Lindnerbatman-adv: simplify bat_ogm_receive API call
2012-02-16 Sven Eckelmannbatman-adv: Explicitly mark the common header structure
2012-02-16 Antonio Quartullibatman-adv: add tt_initialised flag to the orig_node...
2011-12-16 David S. Millerbatman-adv: Fix merge error.
2011-12-16 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-12-12 Sven Eckelmannbatman-adv: Only write requested number of byte to...
2011-12-12 Sven Eckelmannbatman-adv: Directly check read of icmp packet in copy_...
2011-12-12 Paul Kotbatman-adv: bat_socket_read missing checks
2011-12-06 Antonio Quartullibatman-adv: delete global entry in case of roaming
2011-12-06 Antonio Quartullibatman-adv: in case of roaming mark the client with...
2011-12-06 Antonio Quartullibatman-adv: format multi-line if in the correct way
2011-12-06 Dan Carpenterbatman-adv: remove extra negation in gw_out_of_range()
2011-11-20 Simon Wunderlichbatman-adv: use unregister_netdevice() when softif_crea...
2011-11-20 Simon Wunderlichbatman-adv: check return value for hash_add()
2011-11-20 Antonio Quartullibatman-adv: generalise tt_local_reset_flags()
2011-11-20 Simon Wunderlichbatman-adv: Fix range check for expected packets
2011-11-20 Antonio Quartullibatman-adv: create a common substructure for tt_global...
2011-11-20 Marek Lindnerbatman-adv: report compat_version in version field...
2011-11-20 Antonio Quartullibatman-adv: check for tt_reponse packet real length
2011-11-20 Antonio Quartullibatman-adv: linearise the tt_response skb only if needed
2011-11-20 Simon Wunderlichbatman-adv: directly write tt entries without buffering
2011-11-20 Antonio Quartullibatman-adv: fixed hash functions type to uint32_t inste...
2011-11-20 Antonio Quartullibatman-adv: use orig_hash_find() instead of get_orig_no...
2011-11-20 Marek Lindnerbatman-adv: refactoring gateway handling code
2011-11-20 Sven Eckelmannbatman-adv: Replace obsolete strict_strto<foo> with...
2011-11-20 Antonio Quartullibatman-adv: tt_global_del_orig() has to print the corre...
2011-11-20 Sven Eckelmannbatman-adv: update internal version number
2011-10-30 David S. MillerMerge branch 'batman-adv/maint' of git://git.open-mesh...
2011-10-25 Antonio Quartullibatman-adv: unify hash_entry field position in tt_local...
2011-10-25 Simon Wunderlichbatman-adv: add sanity check when removing global tts
2011-10-25 Simon Wunderlichbatman-adv: remove references for global tt entries
2011-10-24 David S. MillerMerge branch 'master' of ra./linux/kernel/git/davem/net
2011-10-18 Antonio Quartullibatman-adv: correctly set the data field in the TT_REPO...
2011-10-18 Antonio Quartullibatman-adv: fix tt_local_reset_flags() function
2011-10-07 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-22 Antonio Quartullibatman-adv: do_bcast has to be true for broadcast packe...
2011-09-08 Joe Perchesbatman-adv: Remove unnecessary OOM logging messages
2011-09-08 Sven Eckelmannbatman-adv: update internal version number
2011-09-08 Marek Lindnerbatman-adv: agglomerate all batman iv ogm sending funct...
2011-09-08 Marek Lindnerbatman-adv: move routing packet initialization into...
2011-09-08 Marek Lindnerbatman-adv: agglomerate all batman iv ogm processing...
2011-09-08 Marek Lindnerbatman-adv: rename all instances of batman_packet to...
2011-08-22 Marek Lindnerbatman-adv: merge update_transtable() into tt related...
2011-08-22 Marek Lindnerbatman-adv: reuse tt_len() to calculate tt buffer length
2011-08-22 Antonio Quartullibatman-adv: print client flags in the local/global...
2011-08-22 Antonio Quartullibatman-adv: implement AP-isolation on the sender side
2011-08-22 Antonio Quartullibatman-adv: implement AP-isolation on the receiver...
2011-08-22 Antonio Quartullibatman-adv: detect clients connected through a 802...
2011-08-22 Antonio Quartullibatman-adv: correct several typ0s in the comments
2011-08-22 Antonio Quartullibatman-adv: hash_add() has to discriminate on the retur...
2011-07-12 David S. Millernetdevice: Kill 'feature' test macros.
2011-07-08 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-07-07 Antonio Quartullibatman-adv: request the full table if tt_crc doesn...
2011-07-07 Antonio Quartullibatman-adv: keep global table consistency in case of...
2011-07-07 Antonio Quartullibatman-adv: keep local table consistency for further...
2011-07-07 Antonio Quartullibatman-adv: initialise last_ttvn and tt_crc for the...
2011-07-06 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-07-05 Sven Eckelmannbatman-adv: Replace version info instead of appending...
2011-07-05 Marek Lindnerbatman-adv: aggregation checks should use the primary_i...
2011-07-05 Marek Lindnerbatman-adv: broadcast primary OGM on all active hard...
2011-07-05 Antonio Quartullibatman-adv: pass a unique flag arg instead of a sequenc...
2011-07-05 Antonio Quartullibatman-adv: add_bcast_packet_to_list() takes the sendin...
2011-07-05 Antonio Quartullibatman-adv: unify flags for tt_change/tt_local_entry...
2011-06-20 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-06-20 Antonio Quartullibatman-adv: improved gateway tq-based selection
2011-06-20 Antonio Quartullibatman-adv: throw uevent in userspace on gateway add...
2011-06-20 Antonio Quartullibatman-adv: gateway election code refactoring
2011-06-20 Antonio Quartullibatman-adv: add wrapper function to throw uevent in...
2011-06-20 Antonio Quartullibatman-adv: protect the local and the global trans...
2011-06-20 Antonio Quartullibatman-adv: improved roaming mechanism
2011-06-20 Antonio Quartullibatman-adv: improved client announcement mechanism
2011-06-20 Antonio Quartullibatman-adv: Unify the first 3 bytes in each packet
2011-06-20 Sven Eckelmannbatman-adv: Reduce usage of char
2011-06-20 David Howellsbatman-adv: count_real_packets() in batman-adv assumes...
2011-06-20 Sven Eckelmannbatman-adv: Keep interface_tx as local function
2011-06-20 Sven Eckelmannbatman-adv: Move compare_orig to originator.c
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-09 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
next