summaryrefslogtreecommitdiff
path: root/net/batman-adv/network-coding.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+9
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli1-4/+4
2013-03-27batman-adv: Fix endianness errors for network codingMartin Hundebøll1-1/+1
2013-03-14batman-adv: network coding - receive coded packets and decode themMartin Hundebøll1-0/+232
2013-03-14batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll1-1/+207
2013-03-14batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll1-0/+401
2013-03-14batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll1-0/+487
2013-03-14batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll1-0/+414
2013-03-14batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll1-0/+81