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
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-28
carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2014-08-28
ath9k: Fix channel context timer
Sujith Manoharan
1
-1
/
+1
2014-08-28
ath9k: Add more debug statements for channel context
Sujith Manoharan
2
-12
/
+81
2014-08-28
ath9k: Disable fastcc for channel context mode
Sujith Manoharan
1
-0
/
+3
2014-08-28
rt2x00: support Ralink 5362.
Canek Peláez Valdés
2
-1
/
+9
2014-08-28
ath9k: Fix channel context creation
Sujith Manoharan
2
-1
/
+23
2014-08-28
ath9k: Fix interface limits
Sujith Manoharan
1
-2
/
+4
2014-08-28
ath9k: Print the event/state in ath_chanctx_event
Sujith Manoharan
2
-2
/
+38
2014-08-28
ath9k: Add new chanctx events
Sujith Manoharan
2
-0
/
+6
2014-08-28
ath9k: Fix ath_chanctx_get()
Sujith Manoharan
1
-4
/
+10
2014-08-28
ath9k: Move ath9k_beacon_add_noa to channel.c
Sujith Manoharan
3
-49
/
+56
2014-08-28
ath9k: Remove redundant ifdef
Sujith Manoharan
1
-2
/
+0
2014-08-28
ath9k: Fix channel context variables in ath_softc
Sujith Manoharan
1
-2
/
+6
2014-08-28
ath9k: Fix 'offchannel' in ath_softc
Sujith Manoharan
2
-1
/
+3
2014-08-28
ath9k: Fix function argument type
Sujith Manoharan
1
-2
/
+2
2014-08-28
ath9k: Use ath_chanctx_check_active properly
Sujith Manoharan
2
-47
/
+50
2014-08-28
ath9k: Add ath9k_offchannel_init
Sujith Manoharan
3
-8
/
+30
2014-08-28
ath9k: Add ath9k_chanctx_wake_queues
Sujith Manoharan
3
-13
/
+32
2014-08-28
ath9k: Add wrappers for beacon events
Sujith Manoharan
4
-9
/
+32
2014-08-28
ath9k: Fix function declarations
Sujith Manoharan
1
-3
/
+3
2014-08-28
ath9k: Fix channel context events
Sujith Manoharan
6
-33
/
+57
2014-08-28
ath9k: Make ath_chanctx_switch static
Sujith Manoharan
2
-39
/
+37
2014-08-28
ath9k: Make ath_chanctx_get_oper_chan static
Sujith Manoharan
2
-19
/
+18
2014-08-28
ath9k: Make ath_chanctx_offchan_switch static
Sujith Manoharan
2
-15
/
+13
2014-08-28
ath9k: Conditionally compile more functions
Sujith Manoharan
1
-19
/
+19
2014-08-28
ath9k: Exclude more functions
Sujith Manoharan
2
-61
/
+60
2014-08-28
ath9k: Conditionally compile a few functions
Sujith Manoharan
1
-146
/
+146
2014-08-28
ath9k: Cleanup mgd_prepare_tx callback
Sujith Manoharan
3
-34
/
+34
2014-08-28
ath9k: Make ath_chanctx_work static
Sujith Manoharan
2
-10
/
+9
2014-08-28
ath9k: Add a routine to tear down channel contexts
Sujith Manoharan
4
-2
/
+13
2014-08-28
ath9k: Add a routine for initializing channel contexts
Sujith Manoharan
3
-15
/
+25
2014-08-28
carl9170: Remove redundant protection check
Andreea-Cristina Bernat
1
-10
/
+1
2014-08-28
ath9k: Isolate ath9k_use_chanctx module parameter
Sujith Manoharan
5
-32
/
+62
2014-08-28
ath9k: Isolate P2P powersave routines
Sujith Manoharan
5
-36
/
+111
2014-08-28
ath9k: Move P2P functions to channel.c
Sujith Manoharan
3
-87
/
+87
2014-08-28
ath9k: Add a config option for channel context
Sujith Manoharan
1
-0
/
+9
2014-08-28
ath9k: Add debug information
Sujith Manoharan
2
-12
/
+122
2014-08-28
ath9k: Move channel operations to channel.c
Sujith Manoharan
3
-202
/
+205
2014-08-28
ath9k: Handle failure to allocate HW timer
Sujith Manoharan
1
-1
/
+3
2014-08-28
ath9k: Add a debug level for channel context
Sujith Manoharan
2
-0
/
+3
2014-08-28
ath5k: remove redundant null check before kfree()
Bob Copeland
1
-2
/
+1
2014-08-28
ath5k: ensure led name is null terminated
Bob Copeland
1
-0
/
+1
2014-08-28
ath5k: drop useless comparison
Bob Copeland
1
-1
/
+1
2014-08-28
ray_cs: Add include guards
Rasmus Villemoes
2
-4
/
+6
2014-08-28
mwifiex: use firmware API revision from GET_HW_SPEC response
Amitkumar Karwar
2
-1
/
+8
2014-08-28
mwifiex: rename macro and variables related to API revision
Amitkumar Karwar
7
-20
/
+20
2014-08-28
mwifiex: fix left_len calculation issue
Amitkumar Karwar
1
-1
/
+2
2014-08-28
ath9k_htc: advertise support for TDLS
Csaba Kiraly
1
-0
/
+2
2014-08-28
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
30
-2199
/
+4128
2014-08-27
ath10k: make target endianess more explicit
Michal Kazior
2
-137
/
+140
[next]