The annotated tag, batman-adv-fix-for-davem has been updated to 7e70e86ac924d22fb4362af456346b67b2a033a0 (tag) from c0d7c827fbbc4735f6a69761e8b218ab16b10c1d (which is now obsolete) tagging a4361860351e87876aebd9595906d928ce8572c6 (commit) replaces v3.9 tagged by Antonio Quartulli on Thu May 9 12:41:56 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 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
-----------------------------------------------------------------------