aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/network-coding.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich1-11/+11
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli1-3/+5
2013-10-09batman-adv: tvlv - add network coding containerMarek Lindner1-0/+63
2013-10-02batman-adv: set up network coding packet handlers during module initMatthias Schiffer1-10/+18
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll1-3/+2
2013-05-29batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner1-0/+7
2013-05-29batman-adv: use eth_hdr() when it makes senseAntonio Quartulli1-5/+5
2013-05-09batman-adv: check return value of pskb_trim_rcsum()Marek Lindner1-2/+6
2013-04-22Merge 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-13batman-adv: network coding - receive coded packets and decode themMartin Hundebøll1-0/+232
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll1-1/+207
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll1-0/+401
2013-03-13batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll1-0/+487
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll1-0/+414
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll1-0/+81