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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-26
cfg80211: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-16
/
+7
2019-04-26
mac80211: debugfs option to force TX status frames
Julius Niedworok
3
-0
/
+64
2019-04-26
cfg80211: remove redundant zero check on variable 'changed'
Colin Ian King
1
-3
/
+0
2019-04-26
mac80211/cfg80211: update bss channel on channel switch
Sergey Matyukevich
2
-3
/
+5
2019-04-26
mac80211: minstrel_ht: automatically calculate rate duration shift
Felix Fietkau
1
-54
/
+80
2019-04-26
mac80211: minstrel_ht: add support for rates with 4 spatial streams
Felix Fietkau
2
-1
/
+11
2019-04-26
mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmit
Felix Fietkau
3
-39
/
+56
2019-04-26
mac80211: IEEE 802.11 Extended Key ID support
Alexander Wetzel
10
-60
/
+151
2019-04-26
nl80211/cfg80211: Extended Key ID support
Alexander Wetzel
6
-16
/
+101
2019-04-26
mac80211: Optimize tailroom_needed update checks
Alexander Wetzel
1
-9
/
+15
2019-04-26
mac80211: set NETIF_F_LLTX when using intermediate tx queues
Felix Fietkau
1
-0
/
+1
2019-04-26
mac80211: run late dequeue late tx handlers without holding fq->lock
Felix Fietkau
1
-2
/
+8
2019-04-26
mac80211: calculate hash for fq without holding fq->lock in itxq enqueue
Felix Fietkau
2
-13
/
+20
2019-04-26
mac80211: mesh: drop redundant rcu_read_lock/unlock calls
Felix Fietkau
2
-20
/
+8
2019-04-26
ieee80211: update HE IEs to D4.0 spec
Liad Kaufman
1
-5
/
+8
2019-04-26
mac80211: support profile split between elements
Sara Sharon
2
-20
/
+37
2019-04-26
cfg80211: support profile split between elements
Sara Sharon
2
-6
/
+117
2019-04-26
mac80211: support non-inheritance element
Sara Sharon
1
-57
/
+77
2019-04-26
cfg80211: support non-inheritance element
Sara Sharon
3
-1
/
+69
2019-04-26
cfg80211: don't skip multi-bssid index element
Sara Sharon
1
-2
/
+1
2019-04-26
mac80211_hwsim: set p2p device interface support indication
Avraham Stern
1
-0
/
+2
2019-04-26
nl80211: increase NL80211_MAX_SUPP_REG_RULES
Shaul Triebitz
1
-2
/
+2
2019-04-26
Merge branch 'netdevsim-implement-proper-device-model'
David S. Miller
11
-833
/
+1213
2019-04-26
netdevsim: implement ndo_get_devlink_port
Jiri Pirko
1
-0
/
+8
2019-04-26
netdevsim: move netdev creation/destruction to dev probe
Jiri Pirko
8
-197
/
+238
2019-04-26
netdevsim: extend device attrs to support port addition and deletion
Jiri Pirko
3
-4
/
+92
2019-04-26
netdevsim: implement dev probe/remove skeleton with port initialization
Jiri Pirko
4
-30
/
+160
2019-04-26
netdevsim: change debugfs tree topology
Jiri Pirko
5
-17
/
+15
2019-04-26
netdevsim: generate random switch id instead of using dev id
Jiri Pirko
3
-2
/
+5
2019-04-26
netdevsim: merge sdev into dev
Jiri Pirko
6
-119
/
+120
2019-04-26
netdevsim: rename dev_init/exit() functions and make them independent on ns
Jiri Pirko
3
-28
/
+30
2019-04-26
netdevsim: add bus attributes to add new and delete devices
Jiri Pirko
3
-4
/
+99
2019-04-26
netdevsim: use ida for bus device ids
Jiri Pirko
1
-3
/
+10
2019-04-26
netdevsim: add stub netdevsim driver implementation
Jiri Pirko
1
-1
/
+20
2019-04-26
netdevsim: move device registration and related code to bus.c
Jiri Pirko
4
-163
/
+207
2019-04-26
netdevsim: put netdevsim bus code into separate file
Jiri Pirko
4
-13
/
+38
2019-04-26
netdevsim: rename devlink.c to dev.c to contain per-dev(asic) items
Jiri Pirko
4
-59
/
+56
2019-04-26
netdevsim: create devlink instance per netdevsim instance
Jiri Pirko
4
-202
/
+124
2019-04-26
netdevsim: move device registration on bus to be done earlier in init
Jiri Pirko
1
-13
/
+13
2019-04-26
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
22
-62
/
+1246
2019-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
247
-715
/
+1881
2019-04-25
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
2
-0
/
+11
2019-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
61
-184
/
+687
2019-04-25
Merge tag 'leds-for-5.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2019-04-25
ipv4: add sanity checks in ipv4_link_failure()
Eric Dumazet
1
-9
/
+23
2019-04-25
net/rose: fix unbound loop in rose_loopback_timer()
Eric Dumazet
1
-11
/
+16
2019-04-25
rxrpc: fix race condition in rxrpc_input_packet()
Eric Dumazet
2
-5
/
+10
2019-04-24
MAINTAINERS: LEDs: Add designated reviewer for LED subsystem
Dan Murphy
1
-0
/
+1
2019-04-24
net: rds: exchange of 8K and 1M pool
Zhu Yanjun
2
-3
/
+11
2019-04-24
net: sched: flower: refactor reoffload for concurrent access
Vlad Buslov
1
-22
/
+57
[prev]
[next]