index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
originator.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-18
batman-adv: Avoid duplicate neigh_node additions
Linus Lüssing
1
-2
/
+4
2016-05-10
batman-adv: Use bool as return type for boolean functions
Sven Eckelmann
1
-2
/
+2
2016-05-10
batman-adv: Use kref_get for hard_iface subfunctions
Sven Eckelmann
1
-23
/
+7
2016-05-10
batman-adv: Check hard_iface refcnt before calling function
Sven Eckelmann
1
-0
/
+5
2016-05-04
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-2
/
+2
2016-05-03
batman-adv: fix wrong names in kerneldoc
Antonio Quartulli
1
-1
/
+1
2016-05-03
batman-adv: use to_delayed_work
Geliang Tang
1
-1
/
+1
2016-04-29
batman-adv: Fix reference counting of hardif_neigh_node object for neigh_node
Sven Eckelmann
1
-11
/
+5
2016-04-24
batman-adv: init neigh node last seen field
Marek Lindner
1
-0
/
+1
2016-02-23
batman-adv: Rename batadv_orig_node_vlan *_free_ref function to *_put
Sven Eckelmann
1
-4
/
+4
2016-02-23
batman-adv: Rename batadv_hardif_neigh *_free_ref function to *_put
Sven Eckelmann
1
-5
/
+5
2016-02-23
batman-adv: Rename batadv_orig_ifinfo *_free_ref function to *_put
Sven Eckelmann
1
-5
/
+5
2016-02-23
batman-adv: Rename batadv_neigh_ifinfo *_free_ref function to *_put
Sven Eckelmann
1
-4
/
+4
2016-02-23
batman-adv: Rename batadv_neigh_node *_free_ref function to *_put
Sven Eckelmann
1
-8
/
+8
2016-02-23
batman-adv: Rename batadv_hardif *_free_ref function to *_put
Sven Eckelmann
1
-8
/
+8
2016-02-23
batman-adv: Rename batadv_orig_node *_free_ref function to *_put
Sven Eckelmann
1
-4
/
+4
2016-02-10
batman-adv: Convert batadv_orig_node to kref
Sven Eckelmann
1
-5
/
+9
2016-02-10
batman-adv: Convert batadv_orig_node_vlan to kref
Sven Eckelmann
1
-6
/
+20
2016-02-10
batman-adv: Convert batadv_hard_iface to kref
Sven Eckelmann
1
-4
/
+4
2016-02-10
batman-adv: Convert batadv_neigh_node to kref
Sven Eckelmann
1
-10
/
+12
2016-02-10
batman-adv: Convert batadv_orig_ifinfo to kref
Sven Eckelmann
1
-6
/
+9
2016-02-10
batman-adv: Convert batadv_neigh_ifinfo to kref
Sven Eckelmann
1
-7
/
+10
2016-02-10
batman-adv: Convert batadv_hardif_neigh_node to kref
Sven Eckelmann
1
-8
/
+12
2016-02-02
batman-adv: update copyright years for 2016
Sven Eckelmann
1
-1
/
+1
2016-02-02
batman-adv: Fix kerneldoc of main functions
Sven Eckelmann
1
-1
/
+3
2016-02-02
batman-adv: Fix kerneldoc parsing of return description
Sven Eckelmann
1
-20
/
+28
2016-02-02
batman-adv: Fix names in kerneldoc of functions
Sven Eckelmann
1
-2
/
+2
2016-01-16
batman-adv: Drop immediate orig_node free function
Sven Eckelmann
1
-11
/
+0
2016-01-16
batman-adv: Drop immediate batadv_hard_iface free function
Sven Eckelmann
1
-8
/
+7
2016-01-16
batman-adv: Drop immediate neigh_ifinfo free function
Sven Eckelmann
1
-24
/
+10
2016-01-16
batman-adv: Drop immediate batadv_hardif_neigh_node free function
Sven Eckelmann
1
-33
/
+13
2016-01-16
batman-adv: Drop immediate batadv_neigh_node free function
Sven Eckelmann
1
-23
/
+10
2016-01-16
batman-adv: Drop immediate batadv_orig_ifinfo free function
Sven Eckelmann
1
-28
/
+31
2016-01-13
batman-adv: Fix list removal of batadv_hardif_neigh_node
Sven Eckelmann
1
-6
/
+12
2015-12-15
batman-adv: export single hop neighbor list via debugfs
Marek Lindner
1
-0
/
+34
2015-12-15
batman-adv: add bat_hardif_neigh_init algo ops call
Marek Lindner
1
-0
/
+4
2015-12-15
batman-adv: add list of unique single hop neighbors per hard-interface
Marek Lindner
1
-0
/
+157
2015-08-27
batman-adv: turn batadv_neigh_node_get() into local function
Marek Lindner
1
-36
/
+36
2015-08-27
batman-adv: rearrange batadv_neigh_node_new() arguments to follow convention
Marek Lindner
1
-3
/
+4
2015-08-27
batman-adv: remove obsolete deleted attribute for gateway node
Simon Wunderlich
1
-1
/
+0
2015-08-27
batman-adv: move neigh_node list add into batadv_neigh_node_new()
Marek Lindner
1
-0
/
+12
2015-08-27
batman-adv: move hardif refcount inc to batadv_neigh_node_new()
Marek Lindner
1
-0
/
+6
2015-08-25
batman-adv: convert orig_node->vlan_list to hlist
Marek Lindner
1
-3
/
+4
2015-08-25
batman-adv: Replace C99 int types with kernel type
Sven Eckelmann
1
-8
/
+7
2015-08-14
batman-adv: Fix potential synchronization issues in mcast tvlv handler
Linus Lüssing
1
-0
/
+5
2015-06-07
batman-adv: Add required includes to all files
Sven Eckelmann
1
-8
/
+20
2015-06-07
batman-adv: add bat_neigh_free API
Antonio Quartulli
1
-0
/
+6
2015-05-29
batman-adv: update copyright years for 2015
Sven Eckelmann
1
-1
/
+1
2015-01-07
batman-adv: checkpatch - Please don't use multiple blank lines
Antonio Quartulli
1
-1
/
+0
2015-01-06
batman-adv: fix potential TT client + orig-node memory leak
Linus Lüssing
1
-3
/
+3
[next]