index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
network-coding.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-07
batman-adv: checkpatch - else is not generally useful after a break or return
Antonio Quartulli
1
-2
/
+1
2015-01-06
batman-adv: fix lock class for decoding hash in network-coding.c
Martin Hundebøll
1
-1
/
+1
2014-06-11
net: add __pskb_copy_fclone and pskb_copy_for_clone
Octavian Purdila
1
-1
/
+1
2014-05-18
batman-adv: add blank line between declarations and the rest of the code
Antonio Quartulli
1
-0
/
+1
2014-03-22
batman-adv: prefer ether_addr_copy to memcpy
Antonio Quartulli
1
-12
/
+12
2014-03-22
batman-adv: fix coccinelle warnings
Fengguang Wu
1
-1
/
+1
2014-01-12
batman-adv: update copyright years for 2014
Simon Wunderlich
1
-1
/
+1
2014-01-12
batman-adv: split out router from orig_node
Simon Wunderlich
1
-4
/
+21
2014-01-12
batman-adv: split tq information in neigh_node struct
Simon Wunderlich
1
-4
/
+20
2014-01-08
batman-adv: remove FSF address from GPL disclaimer
Antonio Quartulli
1
-3
/
+1
2013-12-28
batman-adv: fix header alignment by unrolling batadv_header
Simon Wunderlich
1
-11
/
+11
2013-10-23
batman-adv: make struct batadv_neigh_node algorithm agnostic
Antonio Quartulli
1
-3
/
+5
2013-10-09
batman-adv: tvlv - add network coding container
Marek Lindner
1
-0
/
+63
2013-10-02
batman-adv: set up network coding packet handlers during module init
Matthias Schiffer
1
-10
/
+18
2013-05-29
batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c
Martin Hundebøll
1
-3
/
+2
2013-05-29
batman-adv: do not print orig nodes without nc neighbors on nc table print
Marek Lindner
1
-0
/
+7
2013-05-29
batman-adv: use eth_hdr() when it makes sense
Antonio Quartulli
1
-5
/
+5
2013-05-09
batman-adv: check return value of pskb_trim_rcsum()
Marek Lindner
1
-2
/
+6
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+9
2013-03-27
batman-adv: use seq_puts instead of seq_printf when the format is constant
Antonio Quartulli
1
-4
/
+4
2013-03-27
batman-adv: Fix endianness errors for network coding
Martin Hundebøll
1
-1
/
+1
2013-03-13
batman-adv: network coding - receive coded packets and decode them
Martin Hundebøll
1
-0
/
+232
2013-03-13
batman-adv: network coding - save overheard and tx packets for decoding
Martin Hundebøll
1
-1
/
+207
2013-03-13
batman-adv: network coding - code and transmit packets if possible
Martin Hundebøll
1
-0
/
+401
2013-03-13
batman-adv: network coding - buffer unicast packets before forward
Martin Hundebøll
1
-0
/
+487
2013-03-13
batman-adv: network coding - detect coding nodes and remove these after timeout
Martin Hundebøll
1
-0
/
+414
2013-03-13
batman-adv: network coding - add the initial infrastructure code
Martin Hundebøll
1
-0
/
+81