The annotated tag, v2010.2.0 has been created at b71f8d5135c47db94f65f72c08727842e8d87b01 (tag) tagging bfc58437009db38d4952585b40c4195c826f48b2 (commit) replaces v2010.1.0 tagged by Sven Eckelmann on Sun Nov 21 21:24:21 2010 +0100
- Shortlog ------------------------------------------------------------ batman-adv 2010.2.0
Andreas Langer (1): batman-adv: layer2 unicast packet fragmentation
Andy Shevchenko (1): batman-adv: remove useless addr_to_string()
Chris Lang (1): batman-adv: fix interface alternating and bonding reggression
Linus Lüssing (3): batman-adv: Always synchronize rcu's on module shutdown batman-adv: Fix wrongly formatted %pM in bat_dbg() batman-adv: Fix resizing of broadcast seqno buffers on if deletion
Marek Lindner (14): batman-adv: refactoring unicast payload code batman-adv: register the batman-adv packet type per interface batman-adv: eth_type_trans() in older kernels does not set the outgoing device batman-adv: attach each hard-interface to a soft-interface batman-adv: multiple mesh clouds batman-adv: removing redundant assignment of skb->dev Introduce update_primary_addr to update mac address batman-adv: document fragmentation sysfs API batman-adv: protect against ogm packet overflow by checking table length batman-adv: fix crash when new OGM is generated batman-adv: process OGMs bigger than MAX_AGGREGATION_BYTES batman-adv: add seq_printf() wrapper for older kernels that don't support %pM batman-adv: suppress false warning when changing the mac address batman-adv: ensure that eth_type_trans gets linear memory
Simon Wunderlich (3): batman-adv: Count Ethernet header for incoming packets batman-adv: move queue counters into bat_priv batman-adv: add dropped target in interface_rx
Sven Eckelmann (34): batman-adv: Start new development cycle batman-adv: Calculate hamming weight using optimized kernel functions batman-adv: Directly prepare icmp packets in socket buffer batman-adv: Keep header writable and unshared batman-adv: Only clone skb data for multiple broadcasts batman-adv: Aggregate batman packets directly in skb batman-adv: Prepare vis packets directly inside a skb batman-adv: Create copy of skb with pre-allocated headroom batman-adv: Provide full headers and packets as linear skb batman-adv: Remove duplicate of attached device name batman-adv: Don't inform about dropped packets in nodebug batman-adv: Update mtu of bat device by changing mtu of slave device batman-adv: Add missing include for bat_sys.h batman-adv: Don't double free unicast skb on failure batman-adv: make bitarray.h checkpatch clean batman-adv: Remove currently unused gw_* datastructures batman-adv: Unlock on failure during fragmentation rx batman-adv: checkpatch cleanup of comments batman-adv: wait for call_rcu before unloading module batman-adv: Mark debugfs files as nonseekable batman-adv: Introduce if_list_lock to protect if_list batman-adv: Always protect list_for_each_entry_rcu with RCU batman-adv: Remove unneeded rcu_read_lock batman-adv: Use synchronize_rcu instead of call_rcu batman-adv: Use refcnt to track usage count of batman_if batman-adv: count batman_if list queries as reference batman-adv: Track references of batman_if in set_primary_if batman-adv: Don't dereference unchecked incoming soft_iface batman-adv: Add batman-adv sysfs ABI documentation batman-adv: Remove useless braces batman-adv: Update README for upcoming release batman-adv: Add some initial notes in CHANGELOG for upcoming release batman-adv: update version for release batman-adv: Don't remove interface with spinlock held
Tracey Dent (1): batman-adv: replace the use of <module>-objs with <module>-y
Vasiliy Kulikov (1): staging: batman-adv: check kmalloc() return value
-----------------------------------------------------------------------