The annotated tag, batman-adv-for-davem has been created at 6e71845ec42c707494f959f1ed92cabcf3120395 (tag) tagging 7d7be0bd98e5b5372ffd9a01d9fac8392163db0d (commit) replaces v3.9-rc2 tagged by Antonio Quartulli on Wed Mar 13 23:18:29 2013 +0100
- Shortlog ------------------------------------------------------------ Included changes: - introduction of the new Network Coding component. This new mechanism aims to reduce transmissions by fusing multiple packets. - implementation of the rtnl API for soft interface creation and slave interfaces adding/removing. This change enables "ip" to handle batman-adv interface manipulations. - minor cleanups
Antonio Quartulli (3): batman-adv: don't use !! in bool conversion batman-adv: free an hard-interface before adding it batman-adv: update Makefile copyright years
Marek Lindner (3): batman-adv: verify tt len does not exceed packet len batman-adv: replace redundant primary_if_get calls batman-adv: rename batadv_softif_destroy to reflect sysfs use case
Martin Hundebøll (7): 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
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
-----------------------------------------------------------------------