index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-05-18
batman-adv: fix skb deref after free
Florian Westphal
1
-1
/
+3
2016-05-10
batman-adv: use batadv_compare_eth when possible
Antonio Quartulli
1
-4
/
+2
2016-05-10
batman-adv: replace ethertype variable with ETH_P_BATMAN for readability
Marek Lindner
1
-4
/
+4
2016-05-10
batman-adv: Use bool as return type for boolean functions
Sven Eckelmann
18
-199
/
+205
2016-05-10
batman-adv: Use kref_get for _batadv_update_route
Sven Eckelmann
1
-4
/
+4
2016-05-10
batman-adv: Use kref_get for hard_iface subfunctions
Sven Eckelmann
3
-38
/
+13
2016-05-10
batman-adv: Use kref_get for batadv_gw_node_add
Sven Eckelmann
1
-6
/
+2
2016-05-10
batman-adv: Use kref_get for batadv_gw_select
Sven Eckelmann
1
-2
/
+2
2016-05-10
batman-adv: Use kref_get for batadv_nc_get_nc_node
Sven Eckelmann
1
-6
/
+1
2016-05-10
batman-adv: Use kref_get for batadv_tvlv_container_get
Sven Eckelmann
1
-3
/
+1
2016-05-10
batman-adv: Increase hard_iface refcnt for ptype
Sven Eckelmann
1
-0
/
+2
2016-05-10
batman-adv: Check hard_iface refcnt when receiving skb
Sven Eckelmann
1
-1
/
+13
2016-05-10
batman-adv: Check hard_iface refcnt before calling function
Sven Eckelmann
4
-1
/
+35
2016-05-10
batman-adv: add detection for complex bridge loops
Simon Wunderlich
5
-2
/
+156
2016-05-10
batman-adv: Create batman soft interfaces within correct netns.
Andrew Lunn
6
-12
/
+18
2016-05-10
batman-adv: NETIF_F_NETNS_LOCAL feature to prevent netns moves
Andrew Lunn
1
-1
/
+1
2016-05-10
batman-adv: Remove hdr_size skb size check in batadv_interface_rx
Sven Eckelmann
1
-4
/
+0
2016-05-10
batman-adv: Remove unused parameter recv_if of batadv_interface_rx
Sven Eckelmann
3
-8
/
+6
2016-05-04
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
17
-231
/
+273
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-05-03
batman-adv: Split batadv_iv_ogm_orig_del_if function
Sven Eckelmann
1
-39
/
+76
2016-05-03
batman-adv: Merge batadv_v_ogm_orig_update into batadv_v_ogm_route_update
Simon Wunderlich
1
-71
/
+46
2016-05-03
batman-adv: move and restructure batadv_v_ogm_forward
Simon Wunderlich
1
-47
/
+63
2016-05-03
batman-adv: fix debuginfo macro style issue
Simon Wunderlich
1
-8
/
+11
2016-05-03
batman-adv: Fix function names on new line starting with '*'
Sven Eckelmann
3
-16
/
+16
2016-05-03
batman-adv: Add kernel-doc for batadv_interface_rx
Sven Eckelmann
1
-0
/
+18
2016-05-03
batman-adv: Fix kerneldoc for batadv_compare_claim
Sven Eckelmann
1
-1
/
+1
2016-05-03
batman-adv: Fix checkpatch warning about 'unsigned' type
Sven Eckelmann
1
-6
/
+6
2016-05-03
batman-adv: fix wrong names in kerneldoc
Antonio Quartulli
8
-12
/
+14
2016-05-03
batman-adv: use to_delayed_work
Geliang Tang
6
-7
/
+7
2016-05-03
batman-adv: use list_for_each_entry_safe
Geliang Tang
1
-13
/
+9
2016-05-03
batman-adv: use static string for table headers
Antonio Quartulli
5
-21
/
+16
2016-05-03
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2016-04-29
batman-adv: Fix reference counting of hardif_neigh_node object for neigh_node
Sven Eckelmann
2
-11
/
+7
2016-04-29
batman-adv: Fix reference counting of vlan object for tt_local_entry
Sven Eckelmann
2
-38
/
+6
2016-04-29
batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP event
Antonio Quartulli
3
-0
/
+18
2016-04-29
batman-adv: fix DAT candidate selection (must use vid)
Antonio Quartulli
1
-7
/
+10
2016-04-24
batman-adv: Fix broadcast/ogm queue limit on a removed interface
Linus Lüssing
1
-0
/
+6
2016-04-24
batman-adv: Reduce refcnt of removed router when updating route
Sven Eckelmann
1
-0
/
+9
2016-04-24
batman-adv: Deactivate TO_BE_ACTIVATED hardif on shutdown
Sven Eckelmann
1
-2
/
+1
2016-04-24
batman-adv: init neigh node last seen field
Marek Lindner
1
-0
/
+1
2016-04-24
batman-adv: Check skb size before using encapsulated ETH+VLAN header
Sven Eckelmann
1
-2
/
+6
2016-03-02
batman-adv: clarify CFG80211 dependency
Arnd Bergmann
1
-1
/
+1
2016-02-29
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2016-02-29
batman-adv: B.A.T.M.A.N. V - implement bat_neigh_print API
Linus Luessing
1
-0
/
+55
2016-02-29
batman-adv: B.A.T.M.A.N. V - implement bat_orig_print API
Antonio Quartulli
1
-0
/
+105
2016-02-29
batman-adv: B.A.T.M.A.N. V - implement neighbor comparison API calls
Antonio Quartulli
1
-0
/
+38
2016-02-29
batman-adv: ELP - send unicast ELP packets for throughput sampling
Antonio Quartulli
2
-0
/
+72
2016-02-29
batman-adv: ELP - compute the metric based on the estimated throughput
Antonio Quartulli
7
-2
/
+164
2016-02-29
batman-adv: keep track of when unicast packets are sent
Antonio Quartulli
10
-34
/
+75
[prev]
[next]