index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-09
batman-adv: Place kref_get for orig_node_vlan near use
Sven Eckelmann
1
-1
/
+1
2016-08-09
batman-adv: Indicate netlink socket can be used with netns.
Andrew Lunn
1
-0
/
+1
2016-08-09
batman-adv: add backbone table netlink support
Simon Wunderlich
3
-0
/
+178
2016-08-09
batman-adv: Provide bla group in the mesh_info netlink msg
Sven Eckelmann
1
-0
/
+8
2016-08-09
batman-adv: add B.A.T.M.A.N. Dump BLA claims via netlink
Andrew Lunn
3
-1
/
+190
2016-08-09
batman-adv: add B.A.T.M.A.N. V bat_gw_dump implementations
Sven Eckelmann
1
-0
/
+125
2016-08-09
batman-adv: add B.A.T.M.A.N. IV bat_gw_dump implementations
Andrew Lunn
1
-0
/
+105
2016-08-09
batman-adv: netlink: add gateway table queries
Sven Eckelmann
4
-0
/
+74
2016-08-09
batman-adv: add B.A.T.M.A.N. V bat_{orig, neigh}_dump implementations
Matthias Schiffer
2
-0
/
+341
2016-08-09
batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementations
Matthias Schiffer
2
-0
/
+368
2016-08-09
batman-adv: netlink: add originator and neighbor table queries
Matthias Schiffer
4
-0
/
+186
2016-08-09
batman-adv: Provide TTVN in the mesh_info netlink msg
Sven Eckelmann
1
-1
/
+4
2016-08-09
batman-adv: netlink: add translation table query
Matthias Schiffer
5
-37
/
+406
2016-08-09
batman-adv: netlink: hardif query
Matthias Schiffer
1
-2
/
+126
2016-08-09
batman-adv: netlink: add routing_algo query
Matthias Schiffer
4
-1
/
+82
2016-08-09
batman-adv: Suppress debugfs entries for netns's
Andrew Lunn
1
-0
/
+18
2016-08-09
batman-adv: Handle parent interfaces in a different netns
Andrew Lunn
1
-7
/
+43
2016-08-09
batman-adv: Fix consistency of update route messages
Sven Eckelmann
1
-26
/
+17
2016-08-09
batman-adv: Use bitwise instead of arithmetic operator for flags
Linus Lüssing
1
-1
/
+1
2016-08-09
batman-adv: Remove orig_node reference handling from send_skb_unicast
Sven Eckelmann
2
-8
/
+20
2016-08-09
batman-adv: use kmem_cache for translation table
Sven Eckelmann
3
-19
/
+169
2016-08-09
batman-adv: Introduce forward packet creation helper
Linus Lüssing
4
-59
/
+98
2016-08-09
batman-adv: fix boolreturn.cocci warnings
kbuild test robot
1
-1
/
+1
2016-08-09
batman-adv: iv_ogm, Reduce code duplication
Markus Pargmann
1
-30
/
+47
2016-08-09
batman-adv: disable sysfs knobs when GW-mode is not implemented
Antonio Quartulli
1
-0
/
+28
2016-08-09
batman-adv: B.A.T.M.A.N. V - implement GW selection logic
Antonio Quartulli
3
-4
/
+226
2016-08-09
batman-adv: make GW election code protocol specific
Antonio Quartulli
5
-192
/
+263
2016-08-09
batman-adv: make the GW selection class algorithm specific
Antonio Quartulli
3
-2
/
+79
2016-08-09
batman-adv: Remove unused primary_if and bat_priv variables
Linus Lüssing
1
-15
/
+4
2016-08-09
batman-adv: Avoid sysfs name collision for netns moves
Sven Eckelmann
1
-0
/
+14
2016-08-09
batman-adv: Revert "postpone sysfs removal when unregistering"
Sven Eckelmann
3
-58
/
+16
2016-08-09
batman-adv: Modify mesh_iface outside sysfs context
Sven Eckelmann
2
-26
/
+94
2016-08-09
batman-adv: Define module rtnl link name
Sven Eckelmann
1
-0
/
+1
2016-08-09
batman-adv: Document optional batadv_algo_ops
Sven Eckelmann
1
-3
/
+5
2016-08-09
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2016-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-42
/
+161
2016-07-06
batman-adv: Fix speedy join in gateway client mode
Sven Eckelmann
1
-2
/
+2
2016-07-05
batman-adv: Free last_bonding_candidate on release of orig_node
Sven Eckelmann
1
-0
/
+7
2016-07-05
batman-adv: Fix reference leak in batadv_find_router
Sven Eckelmann
2
-14
/
+42
2016-07-05
batman-adv: Fix non-atomic bla_claim::backbone_gw access
Sven Eckelmann
2
-23
/
+90
2016-07-05
batman-adv: Fix orig_node_vlan leak on orig_node_release
Sven Eckelmann
1
-0
/
+8
2016-07-05
batman-adv: Avoid nullptr dereference in dat after vlan_insert_tag
Sven Eckelmann
1
-2
/
+8
2016-07-05
batman-adv: Avoid nullptr dereference in bla after vlan_insert_tag
Sven Eckelmann
1
-1
/
+4
2016-07-04
Merge tag 'batadv-next-for-davem-20160704' of git://git.open-mesh.org/linux-m...
David S. Miller
41
-1217
/
+3716
2016-07-04
batman-adv: split routing API data structure in subobjects
Antonio Quartulli
12
-124
/
+150
2016-07-04
batman-adv: throughput meter implementation
Antonio Quartulli
12
-10
/
+1978
2016-07-04
batman-adv: return netdev status in the TX path
Antonio Quartulli
5
-44
/
+68
2016-07-04
batman-adv: add netlink command to query generic mesh information files
Matthias Schiffer
1
-0
/
+137
2016-07-04
batman-adv: add generic netlink family for batman-adv
Matthias Schiffer
4
-0
/
+87
2016-07-01
Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-m...
David S. Miller
25
-182
/
+694
[prev]
[next]