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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-16
batman-adv: Avoid endless loop in bat-on-bat netdevice check
Andrew Lunn
1
-0
/
+25
2016-02-16
batman-adv: Only put orig_node_vlan list reference when removed
Sven Eckelmann
1
-2
/
+4
2016-02-16
batman-adv: Only put gw_node list reference when removed
Sven Eckelmann
1
-3
/
+4
2016-01-16
batman-adv: Drop immediate orig_node free function
Sven Eckelmann
3
-27
/
+13
2016-01-16
batman-adv: Drop immediate batadv_hard_iface free function
Sven Eckelmann
2
-20
/
+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-16
batman-adv: Avoid recursive call_rcu for batadv_nc_node
Sven Eckelmann
1
-11
/
+8
2016-01-16
batman-adv: Avoid recursive call_rcu for batadv_bla_claim
Sven Eckelmann
1
-7
/
+3
2016-01-13
batman-adv: Fix list removal of batadv_hardif_neigh_node
Sven Eckelmann
1
-6
/
+12
2016-01-13
batman-adv: fix lockdep splat when doing mcast_free
Simon Wunderlich
1
-0
/
+2
2016-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2016-01-09
batman-adv: Add kerneldoc for batadv_neigh_node::refcount
Sven Eckelmann
1
-0
/
+1
2016-01-09
batman-adv: Remove kerneldoc for missing struct members
Sven Eckelmann
1
-4
/
+0
2016-01-09
batman-adv: Fix kerneldoc member names in for main structs
Sven Eckelmann
1
-6
/
+6
2016-01-09
batman-adv: Fix kernel-doc parsing of main structs
Sven Eckelmann
1
-5
/
+10
2016-01-09
batman-adv: Split a condition check
Markus Elfring
1
-1
/
+4
2016-01-09
batman-adv: Delete an unnecessary check before the function call "batadv_soft...
Markus Elfring
1
-2
/
+1
2016-01-09
batman-adv: Less checks in batadv_tvlv_unicast_send()
Markus Elfring
1
-10
/
+5
2016-01-09
batman-adv: Delete unnecessary checks before the function call "kfree_skb"
Markus Elfring
3
-6
/
+3
2016-01-09
batman-adv: Add function to convert string to batadv throughput
Sven Eckelmann
1
-68
/
+49
2016-01-09
batman-adv: only call post function if something changed
Simon Wunderlich
1
-3
/
+9
2016-01-09
batman-adv: increase BLA wait periods to 6
Simon Wunderlich
1
-1
/
+1
2016-01-09
batman-adv: purge bridge loop avoidance when its disabled
Simon Wunderlich
3
-1
/
+25
2016-01-09
batman-adv: remove leftovers of unused BATADV_PRIMARIES_FIRST_HOP flag
Marek Lindner
2
-5
/
+1
2016-01-09
batman-adv: Fix lockdep annotation of batadv_tlv_container_remove
Sven Eckelmann
1
-1
/
+1
2016-01-09
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2016-01-07
batman-adv: Fix invalid read while copying bat_iv.bcast_own
Sven Eckelmann
1
-2
/
+4
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-9
/
+31
2015-12-16
batman-adv: lock crc access in bridge loop avoidance
Simon Wunderlich
2
-5
/
+32
2015-12-16
batman-adv: Fix typo 'wether' -> 'whether'
Sven Eckelmann
1
-2
/
+2
2015-12-16
batman-adv: Use chain pointer when purging fragments
Sven Eckelmann
1
-4
/
+4
2015-12-16
batman-adv: unify flags access style in tt global add
Simon Wunderlich
1
-1
/
+1
2015-12-16
batman-adv: detect local excess vlans in TT request
Simon Wunderlich
1
-1
/
+13
2015-12-15
batman-adv: rename equiv/equal or better to similar or better
Simon Wunderlich
4
-11
/
+11
2015-12-15
batman-adv: update last seen field of single hop originators
Marek Lindner
1
-0
/
+10
2015-12-15
batman-adv: export single hop neighbor list via debugfs
Marek Lindner
5
-0
/
+100
2015-12-15
batman-adv: add bat_hardif_neigh_init algo ops call
Marek Lindner
2
-0
/
+6
2015-12-15
batman-adv: add list of unique single hop neighbors per hard-interface
Marek Lindner
4
-0
/
+188
2015-12-07
batman-adv: Fix invalid stack access in batadv_dat_select_candidates
Sven Eckelmann
1
-1
/
+4
2015-12-07
batman-adv: fix erroneous client entry duplicate detection
Marek Lindner
1
-2
/
+4
2015-12-07
batman-adv: avoid keeping false temporary entry
Simon Wunderlich
1
-2
/
+8
2015-12-07
batman-adv: fix speedy join for DAT cache replies
Simon Wunderlich
1
-4
/
+15
2015-12-06
batman-adv: Act on NETDEV_*_TYPE_CHANGE events
Andrew Lunn
1
-1
/
+3
2015-12-03
net: add possibility to pass information about upper device via notifier
Jiri Pirko
1
-1
/
+1
2015-12-03
net: propagate upper priv via netdev_master_upper_dev_link
Jiri Pirko
1
-1
/
+2
2015-08-27
batman-adv: turn batadv_neigh_node_get() into local function
Marek Lindner
2
-40
/
+36
2015-08-27
batman-adv: Add lower layer needed_(head|tail)room to own ones
Sven Eckelmann
2
-2
/
+41
[next]