summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/network-coding.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: checkpatch - else is not generally useful after a break or returnAntonio Quartulli2015-01-071-2/+1
* batman-adv: fix lock class for decoding hash in network-coding.cMartin Hundebøll2015-01-061-1/+1
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-111-1/+1
* batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli2014-05-181-0/+1
* batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli2014-03-221-12/+12
* batman-adv: fix coccinelle warningsFengguang Wu2014-03-221-1/+1
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-121-1/+1
* batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-121-4/+21
* batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-121-4/+20
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-081-3/+1
* batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich2013-12-281-11/+11
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-231-3/+5
* batman-adv: tvlv - add network coding containerMarek Lindner2013-10-091-0/+63
* batman-adv: set up network coding packet handlers during module initMatthias Schiffer2013-10-021-10/+18
* batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-291-3/+2
* batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner2013-05-291-0/+7
* batman-adv: use eth_hdr() when it makes senseAntonio Quartulli2013-05-291-5/+5
* batman-adv: check return value of pskb_trim_rcsum()Marek Lindner2013-05-091-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-8/+9
* batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-271-4/+4
* batman-adv: Fix endianness errors for network codingMartin Hundebøll2013-03-271-1/+1
* batman-adv: network coding - receive coded packets and decode themMartin Hundebøll2013-03-131-0/+232
* batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll2013-03-131-1/+207
* batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll2013-03-131-0/+401
* batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll2013-03-131-0/+487
* batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll2013-03-131-0/+414
* batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll2013-03-131-0/+81
OpenPOWER on IntegriCloud