The annotated tag, batman-adv-for-davem has been updated to 02dac3f34243649722c61e7099b705addb1d1b1e (tag) from a4dad9f81dfb65ec417228601c319e3358f9d538 (which is now obsolete) tagging af5d4f7737963f2112f148f97c5820425f050650 (commit) replaces v3.7-rc7 tagged by Antonio Quartulli on Fri Nov 30 10:58:04 2012 +0100
- Shortlog ------------------------------------------------------------ Included changes: - Use the new ETH_P_BATMAN define instead of the private BATADV_ETH_P_TYPE
Antonio Quartulli (25): batman-adv: use check_unicast_packet() in recv_roam_adv() batman-adv: return proper value in case of hash_add failure batman-adv: properly store the roaming time batman-adv: print packets re-routing on DBG_TT and ratelimit it batman-adv: check for more space before accessing the skb batman-adv: properly convert flag into a boolean value batman-adv: pass the WIFI flag from the local to global entry batman-adv: add kernel-doc for enum batadv_dbg_level batman-adv: add UNICAST_4ADDR packet type batman-adv: Distributed ARP Table - add a new debug log level batman-adv: Distributed ARP Table - create DHT helper functions batman-adv: Distributed ARP Table - implement local storage batman-adv: Distributed ARP Table - add ARP parsing functions batman-adv: Distributed ARP Table - add snooping functions for ARP messages batman-adv: Distributed ARP Table - add compile option batman-adv: Distributed ARP Table - add runtime switch batman-adv: enable fast client detection using unicast_4addr packets batman-adv: fix wrong spinlock inline comment batman-adv: prevent using any virtual device created on batman-adv as hard-interface batman-adv: substitute tt_poss_change with a per-tt_entry flag batman-adv: refactor code to simplify long lines batman-adv: refactor tt_global_del_struct() batman-adv: roaming handling mechanism redesign batman-adv: support array of debugfs general attributes batman-adv: use ETH_P_BATMAN
David S. Miller (1): Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Marek Lindner (2): batman-adv: split hard_iface struct for each routing protocol batman-adv: consolidate duplicated primary_if checking code
Martin Hundebøll (2): batman-adv: Add get_ethtool_stats() support for DAT batman-adv: Add wrapper to look up neighbor and send skb
Simon Wunderlich (7): batman-adv: don't allow ECTP traffic on batman-adv batman-adv: don't rely on positions in struct for hashing batman-adv: send announcement when backbone gw is registered batman-adv: allow bla traffic only after first worker period batman-adv: wait multiple periods before activating bla batman-adv: fix bla compare function batman-adv: Fix broadcast duplist for fragmentation
Sven Eckelmann (12): batman-adv: Remove unused define BAT_ATTR_HIF_UINT batman-adv: Set special lockdep classes to avoid lockdep warning batman-adv: Remove extra check in batadv_bit_get_packet batman-adv: Check return value of try_module_get batman-adv: Only increase refcounter once for alternate router batman-adv: Reserve extra bytes in skb for better alignment batman-adv: Mark correctly aligned headers not as __packed batman-adv: Remove instant overwritten variable initialization batman-adv: Mark best gateway in transtable_global debugfs batman-adv: Add function to calculate crc32c for the skb payload batman-adv: Start new development cycle batman-adv: Use packing of 2 for all headers before an ethernet header
-----------------------------------------------------------------------