The annotated tag, batman-adv-for-davem has been updated to 00cd9af6ad9fcfd5edffd5a67a6442364aa71d45 (tag) from 7ec78bd46f552d46d4ba9bcbdb0b519b966ef170 (which is now obsolete) tagging f113f61fd0af6dfd08f8110236cd47c410b36711 (commit) replaces batman-adv-fix-for-davem tagged by Antonio Quartulli on Fri Nov 2 21:51:16 2012 +0100
- Shortlog ------------------------------------------------------------ Included changes: - new packet type called UNICAST_4ADDR: in this packet it is possible to find both source and destination node (in the classic UNICAST header only the destination field exists). - a new feature: Distributed ARP Table (D.A.T.). It aims to reduce ARP lookups latency by means of a simil-DHT approach.
Antonio Quartulli (16): 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
Marek Lindner (2): batman-adv: split hard_iface struct for each routing protocol batman-adv: consolidate duplicated primary_if checking code
Martin Hundebøll (1): batman-adv: Add get_ethtool_stats() support for DAT
Simon Wunderlich (1): batman-adv: don't allow ECTP traffic on batman-adv
Sven Eckelmann (5): 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
-----------------------------------------------------------------------