aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/network-coding.c
Commit message (Expand)AuthorAge
* batman-adv: checkpatch - else is not generally useful after a break or returnAntonio Quartulli2015-01-07
* batman-adv: fix lock class for decoding hash in network-coding.cMartin Hundebøll2015-01-06
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-11
* batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli2014-05-18
* batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli2014-03-22
* batman-adv: fix coccinelle warningsFengguang Wu2014-03-22
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-12
* batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-12
* batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-12
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-08
* batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich2013-12-28
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-23
* batman-adv: tvlv - add network coding containerMarek Lindner2013-10-09
* batman-adv: set up network coding packet handlers during module initMatthias Schiffer2013-10-02
* batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-28
* batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner2013-05-28
* batman-adv: use eth_hdr() when it makes senseAntonio Quartulli2013-05-28
* batman-adv: check return value of pskb_trim_rcsum()Marek Lindner2013-05-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-22
* batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-27
* batman-adv: Fix endianness errors for network codingMartin Hundebøll2013-03-27
* batman-adv: network coding - receive coded packets and decode themMartin Hundebøll2013-03-13
* batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll2013-03-13
* batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll2013-03-13
* batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll2013-03-13
* batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll2013-03-13
* batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll2013-03-13