The annotated tag, batman-adv-for-davem has been updated to d258640b88dc4a51546f88106cb224d8a5a4540d (tag) from 2f8800869688941db44bcd160c4836bd8baa0fbf (which is now obsolete) tagging 6715fd3f0538e805b6a769d66823ec16b8b647ac (commit) replaces v3.10-rc2 tagged by Antonio Quartulli on Wed May 29 02:45:41 2013 +0200
- Shortlog ------------------------------------------------------------ Included changes: - reduce broadcast overhead on non-lossy wired links - fix typos in kernel doc - use eth_hdr() when possible - use netdev_allock_skb_ip_align() and don't deal with NET_IP_ALIGN - change VID semantic in the BLA component - other minor cleanups and code refactoring
Antonio Quartulli (14): batman-adv: drop useless argument seqno in neighbor creation batman-adv: slightly improve neighbor creation debug message batman-adv: don't check the source address twice batman-adv: don't check compat version twice batman-adv: do not silently ignore wrong condition batman-adv: don't initialise batman_iv private members in hard-interface.c batman-adv: use eth_hdr() when it makes sense batman-adv: move ring_buffer helper functions in bat_iv_ogm batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.c batman-adv: refactor batadv_tt_local_event() batman-adv: don't deal with NET_IP_ALIGN manually batman-adv: pass a 16bit long flag argument to tt_global_add() batman-adv: change VID semantic in the BLA code batman-adv: print the VID properly
Jiri Pirko (1): net: pass info struct via netdevice notifier
Linus Lüssing (2): batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT code batman-adv: Remove unnecessary INIT_HLIST_NODE() calls
Marek Lindner (2): batman-adv: fix typos in kernel doc & comments batman-adv: do not print orig nodes without nc neighbors on nc table print
Martin Hundebøll (2): batman-adv: Avoid double freeing of bat_counters batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c
Matthias Schiffer (2): batman-adv: split batadv_is_wifi_iface() into two functions batman-adv: send each broadcast only once on non-wireless interfaces
Simon Wunderlich (1): batman-adv: Start new development cycle
-----------------------------------------------------------------------