summaryrefslogtreecommitdiff
path: root/net/batman-adv/network-coding.c
AgeCommit message (Expand)Author
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-05-18batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli
2014-03-22batman-adv: fix coccinelle warningsFengguang Wu
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli
2013-10-09batman-adv: tvlv - add network coding containerMarek Lindner
2013-10-02batman-adv: set up network coding packet handlers during module initMatthias Schiffer
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll
2013-05-29batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner
2013-05-29batman-adv: use eth_hdr() when it makes senseAntonio Quartulli
2013-05-09batman-adv: check return value of pskb_trim_rcsum()Marek Lindner
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli
2013-03-27batman-adv: Fix endianness errors for network codingMartin Hundebøll
2013-03-13batman-adv: network coding - receive coded packets and decode themMartin Hundebøll
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll
2013-03-13batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll