The annotated tag, v3.1-rc1 has been created at dd073a5b13967fa83038ed1594ecae5faaed71a2 (tag) tagging 322a8b034003c0d46d39af85bf24fee27b902f48 (commit) replaces v3.0 tagged by Linus Torvalds on Sun Aug 7 18:23:41 2011 -0700
- Shortlog ------------------------------------------------------------ Linux 3.1-rc1
Antonio Quartulli (19): 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: add wrapper function to throw uevent in userspace batman-adv: gateway election code refactoring batman-adv: throw uevent in userspace on gateway add/change/del event batman-adv: improved gateway tq-based selection 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: 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 (5): Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge netdevice: Kill 'feature' test macros.
Joe Perches (1): net: Remove unnecessary semicolons
Marek Lindner (3): batman-adv: use NO_FLAGS define instead of hard-coding 0 batman-adv: broadcast primary OGM on all active hard-interfaces batman-adv: aggregation checks should use the primary_if pointer
Sven Eckelmann (21): batman-adv: Use kzalloc rather than kmalloc followed by memset with 0 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 int 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 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: Rewrite debugfs kobj_to_* helpers as functions batman-adv: Use enums for related constants batman-adv: Move compare_orig to originator.c batman-adv: Keep interface_tx as local function batman-adv: Reduce usage of char batman-adv: Replace version info instead of appending them
-----------------------------------------------------------------------