| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | batman-adv: checkpatch - spaces preferred around that '*' | Marek Lindner | 2015-05-29 | 1 | -1/+1 |
* | batman-adv: Use safer default config for optional features | Sven Eckelmann | 2015-05-29 | 1 | -1/+1 |
* | batman-adv: update copyright years for 2015 | Sven Eckelmann | 2015-05-29 | 1 | -1/+1 |
* | batman-adv: checkpatch - else is not generally useful after a break or return | Antonio Quartulli | 2015-01-07 | 1 | -2/+1 |
* | batman-adv: fix lock class for decoding hash in network-coding.c | Martin Hundebøll | 2015-01-06 | 1 | -1/+1 |
* | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 2014-06-11 | 1 | -1/+1 |
* | batman-adv: add blank line between declarations and the rest of the code | Antonio Quartulli | 2014-05-18 | 1 | -0/+1 |
* | batman-adv: prefer ether_addr_copy to memcpy | Antonio Quartulli | 2014-03-22 | 1 | -12/+12 |
* | batman-adv: fix coccinelle warnings | Fengguang Wu | 2014-03-22 | 1 | -1/+1 |
* | batman-adv: update copyright years for 2014 | Simon Wunderlich | 2014-01-12 | 1 | -1/+1 |
* | batman-adv: split out router from orig_node | Simon Wunderlich | 2014-01-12 | 1 | -4/+21 |
* | batman-adv: split tq information in neigh_node struct | Simon Wunderlich | 2014-01-12 | 1 | -4/+20 |
* | batman-adv: remove FSF address from GPL disclaimer | Antonio Quartulli | 2014-01-08 | 1 | -3/+1 |
* | batman-adv: fix header alignment by unrolling batadv_header | Simon Wunderlich | 2013-12-28 | 1 | -11/+11 |
* | batman-adv: make struct batadv_neigh_node algorithm agnostic | Antonio Quartulli | 2013-10-23 | 1 | -3/+5 |
* | batman-adv: tvlv - add network coding container | Marek Lindner | 2013-10-09 | 1 | -0/+63 |
* | batman-adv: set up network coding packet handlers during module init | Matthias Schiffer | 2013-10-02 | 1 | -10/+18 |
* | batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c | Martin Hundebøll | 2013-05-29 | 1 | -3/+2 |
* | batman-adv: do not print orig nodes without nc neighbors on nc table print | Marek Lindner | 2013-05-29 | 1 | -0/+7 |
* | batman-adv: use eth_hdr() when it makes sense | Antonio Quartulli | 2013-05-29 | 1 | -5/+5 |
* | batman-adv: check return value of pskb_trim_rcsum() | Marek Lindner | 2013-05-09 | 1 | -2/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-22 | 1 | -8/+9 |
* | batman-adv: use seq_puts instead of seq_printf when the format is constant | Antonio Quartulli | 2013-03-27 | 1 | -4/+4 |
* | batman-adv: Fix endianness errors for network coding | Martin Hundebøll | 2013-03-27 | 1 | -1/+1 |
* | batman-adv: network coding - receive coded packets and decode them | Martin Hundebøll | 2013-03-13 | 1 | -0/+232 |
* | batman-adv: network coding - save overheard and tx packets for decoding | Martin Hundebøll | 2013-03-13 | 1 | -1/+207 |
* | batman-adv: network coding - code and transmit packets if possible | Martin Hundebøll | 2013-03-13 | 1 | -0/+401 |
* | batman-adv: network coding - buffer unicast packets before forward | Martin Hundebøll | 2013-03-13 | 1 | -0/+487 |
* | batman-adv: network coding - detect coding nodes and remove these after timeout | Martin Hundebøll | 2013-03-13 | 1 | -0/+414 |
* | batman-adv: network coding - add the initial infrastructure code | Martin Hundebøll | 2013-03-13 | 1 | -0/+81 |