The annotated tag, v2011.3.0 has been created at 57bf8685c4411699876fbb41afde131b7740dbe8 (tag) tagging 24776ddfa9c501c5dd134d8c505e7210af7fd5ec (commit) replaces v2011.2.0 tagged by Sven Eckelmann on Sun Aug 21 15:31:16 2011 +0200
- Shortlog ------------------------------------------------------------ batman-adv 2011.3.0
Antonio Quartulli (28): batman-adv: move neigh_node->if_incoming->if_status check in find_router() batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr) batman-adv: a multiline comment should precede the variable it is describing batman-adv: Unify the first 3 bytes in each packet batman-adv: improved client announcement mechanism batman-adv: improved roaming mechanism batman-adv: protect the local and the global trans-tables with rcu batman-adv: correct !x & y in !(x & y) batman-adv: correct kobject_set_name() arguments batman-adv: send_*_tt_response() has to initialise the ttl field batman-adv: modify TT_RESPONSE-full-table format batman-adv: rename and move TT_* flags/structs to the proper locations batman-adv: add wrapper function to throw uevent in userspace batman-adv: gateway election code refactoring batman-adv: improved gateway tq-based selection batman-adv: clean up the tt_query flags field batman-adv: the skb has not to be freed in recv_tt_query() batman-adv: the skb has not to be freed in recv_roam_adv() batman-adv: skbs have to be freed using kfree_skb() batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entry batman-adv: add_bcast_packet_to_list() takes the sending delay as parameter batman-adv: split tt_local/global_entry flags field for local and remote computations batman-adv: pass a unique flag arg instead of a sequence of bool ones batman-adv: initialise last_ttvn and tt_crc for the orig_node structure batman-adv: keep local table consistency for further TT_RESPONSE batman-adv: keep global table consistency in case of roaming batman-adv: request the full table if tt_crc doesn't match
Daniele Furlan (1): batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy load
David Howells (1): batman-adv: count_real_packets() in batman-adv assumes char is signed
David S. Miller (1): batman-adv: Kill 'feature' test macros.
Joe Perches (1): batman-adv: Remove unnecessary semicolons
Marek Lindner (9): batman-adv: reset broadcast flood protection on error Merge branch 'master' of git+ssh://batman-git/batman-adv batman-adv: use NO_FLAGS define to initialize empty flag fields batman-adv: throw uevent in userspace on gateway add/change/del event batman-adv: fix cleanup in send_tt_request() batman-adv: broadcast primary OGM on all active hard-interfaces batman-adv: aggregation checks should use the primary_if pointer Merge branch 'master' into next batman-adv: increase source version to upcoming release
Simon Wunderlich (3): batman-adv: Update CHANGELOG for upcoming release batman-adv: update README date batman-adv: fix typo in CHANGELOG
Sven Eckelmann (31): batman-adv: Fix build with linux 2.6.25-2.6.27 batman-adv: Use kzalloc rather than kmalloc followed by memset with 0 batman-adv: Add missing hardif_free_ref in forw_packet_free batman-adv: Annotate functions with format strings batman-adv: Print jiffies as unsigned long batman-adv: Remove comparising < 0 for unsigned type batman-adv: Don't do pointer arithmetic with void* batman-adv: Add const type qualifier for pointers batman-adv: Only use in up and down gw representation batman-adv: Remove explicit casts cast from void* for store batman-adv: Remove casts from type x to type x batman-adv: Calculate sizeof using variable insead of types batman-adv: Use rcu_dereference_protected by update-side Merge branch 'next' batman-adv: Check type of x and y in seq_(before|after) batman-adv: Ensure that we really have route changes in update_route batman-adv: Don't return value in void function batman-adv: Fix signedness problem in parse_gw_bandwidth batman-adv: Use enums for related constants batman-adv: Rewrite debugfs kobj_to_* helpers as functions batman-adv: Remove cast after kmalloc batman-adv: Fix line over 80 characters batman-adv: Force packed placment of tt_change batman-adv: Fix line over 80 characters batman-adv: Reduce usage of char batman-adv: Move compare_orig to originator.c batman-adv: Keep interface_tx as local function Merge commit 'v2011.2.0' batman-adv: Start new development cycle batman-adv: Replace version info instead of appending them batman-adv: Remove compat code for kernel versions < 2.6.29
-----------------------------------------------------------------------