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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-25
mac80211: fix racy usage of chanctx->refcount
Michal Kazior
1
-8
/
+9
2014-04-25
mac80211: split ieee80211_free_chanctx()
Michal Kazior
1
-12
/
+16
2014-04-25
mac80211: split ieee80211_new_chanctx()
Michal Kazior
1
-13
/
+43
2014-04-25
mac80211: improve chanctx reservation lookup
Michal Kazior
1
-2
/
+88
2014-04-25
mac80211: improve find_chanctx() for reservations
Michal Kazior
1
-27
/
+29
2014-04-25
mac80211: track reserved vifs in chanctx
Michal Kazior
3
-4
/
+13
2014-04-25
mac80211: track assigned vifs in chanctx
Michal Kazior
3
-0
/
+9
2014-04-25
mac80211: add support for radar detection for reservations
Michal Kazior
2
-2
/
+7
2014-04-25
mac80211: prevent chanctx overcommit
Michal Kazior
1
-1
/
+23
2014-04-25
mac80211: add max channel calculation utility function
Michal Kazior
2
-0
/
+43
2014-04-25
cfg80211: allow drivers to iterate over matching combinations
Michal Kazior
1
-7
/
+37
2014-04-25
cfg80211: Fix GO Concurrent relaxation on UNII-3
Ilan Peer
1
-1
/
+17
2014-04-22
mac80211: mesh: always use the latest target_sn
Bob Copeland
1
-1
/
+2
2014-04-22
mac80211: fix mesh_add_rsn_ie IE finding loop
Bob Copeland
1
-13
/
+8
2014-04-22
mac80211: mesh: use u16 return type for u16 getter
Bob Copeland
1
-1
/
+1
2014-04-22
mac80211: Allow HT capa override to add 40 MHz intolerant
Jouni Malinen
2
-2
/
+19
2014-04-22
cfg80211: fix processing world regdomain when non modular
Luis R. Rodriguez
1
-1
/
+1
2014-04-22
cfg80211: avoid freeing last_request while in flight
Arik Nemtsov
1
-8
/
+16
2014-04-11
cfg80211: reg: set DFS CAC time in case of custom regd
Janusz Dziedzic
1
-0
/
+7
2014-04-10
cfg80211: ignore invalid BSSIDs when looking for BSSes
Johannes Berg
1
-0
/
+2
2014-04-10
cfg80211: reject invalid IBSS BSSIDs in wext compat code
Johannes Berg
1
-0
/
+3
2014-04-10
cfg80211: remove unused wiphy argument from cfg80211_wext_freq()
Zhao, Gang
5
-8
/
+12
2014-04-09
mac80211: fix some missing includes
Zhao, Gang
3
-0
/
+5
2014-04-09
mac80211: Allow disabling LDPC
Pawel Kulakowski
2
-1
/
+6
2014-04-09
cfg80211: fix radar_detect combination checking
Michal Kazior
1
-1
/
+1
2014-04-09
mac80211: allow reservation of a running chanctx
Luciano Coelho
1
-18
/
+61
2014-04-09
mac80211: implement chanctx reservation
Luciano Coelho
2
-34
/
+176
2014-04-09
mac80211: refactor ieee80211_assign/unassign_vif_chanctx into one
Luciano Coelho
1
-42
/
+43
2014-04-09
mac80211: split ieee80211_vif_change_channel in two
Luciano Coelho
1
-25
/
+33
2014-04-09
mac80211: protect AP VLAN list with local->mtx
Michal Kazior
4
-6
/
+14
2014-04-09
cfg80211/mac80211: move more combination checks to mac80211
Luciano Coelho
7
-42
/
+26
2014-04-09
cfg80211/mac80211: move combination check to mac80211 for ibss
Luciano Coelho
2
-31
/
+29
2014-04-09
cfg80211/mac80211: move interface counting for combination check to mac80211
Luciano Coelho
10
-78
/
+110
2014-04-09
cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()
Luciano Coelho
5
-60
/
+99
2014-04-09
cfg80211: refactor cfg80211_can_use_iftype_chan()
Luciano Coelho
1
-56
/
+73
2014-04-09
cfg80211: Enable GO operation on indoor channels
Ilan Peer
3
-2
/
+20
2014-04-09
cfg80211: Add an option to hint indoor operation
Ilan Peer
3
-12
/
+65
2014-04-09
cfg80211: Enable GO operation on additional channels
Ilan Peer
8
-15
/
+160
2014-04-09
cfg80211: Add Kconfig option for cellular BS hints
Ilan Peer
2
-1
/
+14
2014-04-09
cfg80211: Add indoor only and GO concurrent channel attributes
David Spinadel
2
-0
/
+8
2014-04-09
cfg80211: slightly clean up of cfg80211_sme_connect()
Zhao, Gang
1
-2
/
+1
2014-04-09
mac80211: use RCU_INIT_POINTER
Monam Agarwal
8
-17
/
+17
2014-04-09
cfg80211: regulatory: use RCU_INIT_POINTER
Monam Agarwal
1
-1
/
+1
2014-04-09
mac80211: add vif to flush call
Emmanuel Grumbach
2
-2
/
+8
2014-04-09
cfg80211: allow userspace to take ownership of interfaces
Johannes Berg
3
-1
/
+82
2014-04-09
mac80211: remove VLAIS usage from mac80211
Jan-Simon Möller
1
-18
/
+19
2014-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
342
-7311
/
+15444
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-57
/
+43
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2014-04-02
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
[next]