index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
network-coding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
batman-adv: Consolidate logging related functions
Sven Eckelmann
2016-06-30
1
-0
/
+1
*
batman-adv: split tvlv into a separate file
Markus Pargmann
2016-06-30
1
-0
/
+1
*
batman-adv: use batadv_compare_eth when possible
Antonio Quartulli
2016-05-10
1
-4
/
+2
*
batman-adv: Use bool as return type for boolean functions
Sven Eckelmann
2016-05-10
1
-6
/
+6
*
batman-adv: Use kref_get for batadv_nc_get_nc_node
Sven Eckelmann
2016-05-10
1
-6
/
+1
*
batman-adv: Fix function names on new line starting with '*'
Sven Eckelmann
2016-05-04
1
-9
/
+9
*
batman-adv: use to_delayed_work
Geliang Tang
2016-05-04
1
-1
/
+1
*
batman-adv: keep track of when unicast packets are sent
Antonio Quartulli
2016-02-29
1
-12
/
+10
*
batman-adv: Rename batadv_nc_path *_free_ref function to *_put
Sven Eckelmann
2016-02-23
1
-6
/
+6
*
batman-adv: Rename batadv_nc_node *_free_ref function to *_put
Sven Eckelmann
2016-02-23
1
-5
/
+5
*
batman-adv: Rename batadv_orig_ifinfo *_free_ref function to *_put
Sven Eckelmann
2016-02-23
1
-1
/
+1
*
batman-adv: Rename batadv_neigh_ifinfo *_free_ref function to *_put
Sven Eckelmann
2016-02-23
1
-2
/
+2
*
batman-adv: Rename batadv_neigh_node *_free_ref function to *_put
Sven Eckelmann
2016-02-23
1
-2
/
+2
*
batman-adv: Rename batadv_hardif *_free_ref function to *_put
Sven Eckelmann
2016-02-23
1
-1
/
+1
*
batman-adv: Rename batadv_orig_node *_free_ref function to *_put
Sven Eckelmann
2016-02-23
1
-2
/
+2
*
batman-adv: Convert batadv_orig_node to kref
Sven Eckelmann
2016-02-10
1
-1
/
+1
*
batman-adv: Convert batadv_nc_path to kref
Sven Eckelmann
2016-02-10
1
-7
/
+21
*
batman-adv: Convert batadv_nc_node to kref
Sven Eckelmann
2016-02-10
1
-8
/
+13
*
batman-adv: update copyright years for 2016
Sven Eckelmann
2016-02-02
1
-1
/
+1
*
batman-adv: Fix kerneldoc of network-coding functions
Sven Eckelmann
2016-02-02
1
-0
/
+13
*
batman-adv: Fix kerneldoc parsing of return description
Sven Eckelmann
2016-02-02
1
-21
/
+21
*
batman-adv: Avoid recursive call_rcu for batadv_nc_node
Sven Eckelmann
2016-01-16
1
-11
/
+8
*
batman-adv: Delete unnecessary checks before the function call "kfree_skb"
Markus Elfring
2016-01-09
1
-3
/
+1
*
batman-adv: Annotate deleting functions with external lock via lockdep
Sven Eckelmann
2015-08-25
1
-0
/
+4
*
batman-adv: Remove multiple assignment per line
Sven Eckelmann
2015-08-25
1
-1
/
+2
*
batman-adv: Fix kerneldoc over 80 column lines
Sven Eckelmann
2015-08-25
1
-2
/
+2
*
batman-adv: Replace C99 int types with kernel type
Sven Eckelmann
2015-08-25
1
-23
/
+21
*
batman-adv: Make NC capability changes atomic
Linus Lüssing
2015-08-14
1
-3
/
+4
*
batman-adv: Add required includes to all files
Sven Eckelmann
2015-06-07
1
-4
/
+33
*
batman-adv: Use common Jenkins Hash implementation
Sven Eckelmann
2015-06-07
1
-8
/
+2
*
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
[next]