The annotated tag, batman-adv-fix-for-davem has been updated to 92fb0856838e1c295c1b04b75e5940db7e22ec5a (tag) from 04b4aeb17c7b06ca9f3bffa495d710fbf98bbb2e (which is now obsolete) tagging 17529234c6c932cf2290dd23507726681c4a8495 (commit) replaces v3.9 tagged by Antonio Quartulli on Thu May 9 12:31:57 2013 +0200
- Shortlog ------------------------------------------------------------ Included changes: - fix user typed string parsing to avoid random memory access in some cases - check pskb_trim_rcsum() return value - prevent DAT from sending with ARP replies when not needed - reorder the main clean up routine to prevent race conditions
Antonio Quartulli (8): batman-adv: don't use !! in bool conversion batman-adv: free an hard-interface before adding it batman-adv: update Makefile copyright years batman-adv: use seq_puts instead of seq_printf when the format is constant batman-adv: use the proper header len when checking the TTVN batman-adv: fix global protection fault during soft_iface destruction batman-adv: make DAT drop ARP requests targeting local clients batman-adv: reorder clean up routine in order to avoid race conditions
David S. Miller (2): Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Marek Lindner (4): batman-adv: replace redundant primary_if_get calls batman-adv: rename batadv_softif_destroy to reflect sysfs use case batman-adv: check proto length before accessing proto string buffer batman-adv: check return value of pskb_trim_rcsum()
Martin Hundebøll (8): batman-adv: Return reason for failure in batadv_check_unicast_packet() batman-adv: network coding - add the initial infrastructure code batman-adv: network coding - detect coding nodes and remove these after timeout batman-adv: network coding - buffer unicast packets before forward batman-adv: network coding - code and transmit packets if possible batman-adv: network coding - save overheard and tx packets for decoding batman-adv: network coding - receive coded packets and decode them batman-adv: Fix endianness errors for network coding
Patrick McHardy (1): net: vlan: add protocol argument to packet tagging functions
Simon Wunderlich (1): batman-adv: Start new development cycle
Sven Eckelmann (5): batman-adv: Move soft-interface initialization to ndo_init batman-adv: Move deinitialization of soft-interface to destructor batman-adv: Don't always delete softif when last slave was removed batman-adv: Allow to use rntl_link for device creation/deletion batman-adv: Allow to modify slaves of soft-interfaces through rntl_link
-----------------------------------------------------------------------