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
2012-11-22
rtl8723ae: fix build break from "mac80211: support RX_FLAG_MACTIME_END"
John W. Linville
1
-1
/
+1
2012-11-21
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
18
-18
/
+51
2012-11-21
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
9
-1342
/
+1299
2012-11-21
brcmsmac: Remove stray argument from debug macro
Seth Forshee
1
-1
/
+1
2012-11-21
brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constants
Seth Forshee
1
-27
/
+0
2012-11-21
ath9k: Remove 'stations' debugfs file
Sujith Manoharan
4
-95
/
+0
2012-11-21
ath9k: Fix rate control debugging
Sujith Manoharan
2
-19
/
+33
2012-11-21
ath9k: Fill remove_sta_debugfs() callback
Sujith Manoharan
2
-4
/
+15
2012-11-21
ath9k: Add a debugfs file to dump queue statistics
Sujith Manoharan
1
-0
/
+53
2012-11-21
ath9k: Fix the 'xmit' debugfs file
Sujith Manoharan
6
-105
/
+23
2012-11-21
ath9k/ath9k_htc: Remove WME macros
Sujith Manoharan
16
-86
/
+79
2012-11-21
net/wireless: ipw2200: introduce ipw_set_geo function
Stanislav Yakovlev
1
-14
/
+23
2012-11-21
ath9k: stomp audio profiles on weak signal strength
Rajkumar Manoharan
5
-1
/
+25
2012-11-21
ath9k: Fix MCI reset in BT cal_req
Rajkumar Manoharan
4
-19
/
+7
2012-11-21
ath9k: Process FATAL interrupts at first
Rajkumar Manoharan
1
-12
/
+9
2012-11-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
9
-16
/
+60
2012-11-21
iwlwifi: remove effectless assignment
Emmanuel Grumbach
1
-2
/
+0
2012-11-20
brcmfmac: include linux/vmalloc.h from usb.c
John W. Linville
1
-0
/
+1
2012-11-20
brcmfmac: check return from kzalloc in brcmf_fweh_process_event
John W. Linville
1
-0
/
+3
2012-11-20
brcmsmac: Remove some noisy and uninformative debug messages
Seth Forshee
2
-27
/
+0
2012-11-20
brcmsmac: Add tracepoint for AMPDU session information
Seth Forshee
2
-0
/
+36
2012-11-20
brcmsmac: Add tracepoint for macintstatus
Seth Forshee
2
-4
/
+24
2012-11-20
brcmsmac: Improve tx trace and debug support
Seth Forshee
4
-250
/
+94
2012-11-20
brcmsmac: Add brcms_dbg_ht() debug macro
Seth Forshee
4
-20
/
+25
2012-11-20
brcmsmac: Add brcms_dbg_dma() debug macro
Seth Forshee
5
-96
/
+73
2012-11-20
brcmsmac: Add brcms_dbg_int() debug macro
Seth Forshee
3
-6
/
+8
2012-11-20
brcmsmac: Add rx and tx debug macros
Seth Forshee
3
-10
/
+12
2012-11-20
brcmsmac: Add brcms_dbg_mac80211() debug macro
Seth Forshee
3
-27
/
+36
2012-11-20
brcmsmac: Use debug macros for general error and debug statements
Seth Forshee
5
-212
/
+221
2012-11-20
brcmsmac: Add support for writing debug messages to the trace buffer
Seth Forshee
4
-4
/
+151
2012-11-20
brcmsmac: Add module parameter for setting the debug level
Seth Forshee
2
-14
/
+9
2012-11-20
brcm80211: Convert log message levels to debug levels
Seth Forshee
4
-7
/
+6
2012-11-20
brcm80211: Allow trace support to be enabled separately from debug
Seth Forshee
2
-3
/
+14
2012-11-20
brcmsmac: Reduce number of entries in tx DMA rings
Seth Forshee
1
-2
/
+2
2012-11-20
brcmsmac: Use correct descriptor count when calculating next rx descriptor
Seth Forshee
1
-1
/
+1
2012-11-20
brcmsmac: Remove internal tx queue
Seth Forshee
8
-558
/
+316
2012-11-20
brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levels
Seth Forshee
4
-86
/
+26
2012-11-20
brcmsmac: Remove unimplemented flow control functions
Seth Forshee
1
-31
/
+0
2012-11-20
brcmsmac: Add helper function for updating txavail count
Seth Forshee
1
-2
/
+13
2012-11-20
brcmsmac: Don't weight AMPDU packets in txfifo
Seth Forshee
3
-23
/
+14
2012-11-20
brcmsmac: Introduce AMPDU sessions for assembling AMPDUs
Seth Forshee
2
-274
/
+377
2012-11-19
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
2
-8
/
+14
2012-11-19
ath9k: Fix BTCOEX debugfs file usage
Sujith Manoharan
3
-20
/
+50
2012-11-19
ath9k_hw: Fix regression in device reset
Sujith Manoharan
1
-1
/
+1
2012-11-19
mac80211: make remain_on_channel() op pass vif param
Eliad Peller
2
-0
/
+2
2012-11-19
mac80211: support radiotap vendor namespace RX data
Johannes Berg
1
-1
/
+32
2012-11-19
iwlwifi: Remove duplicate inclusion of iwl-trans.h in pcie/drv.c
Sachin Kamat
1
-1
/
+0
2012-11-19
iwlwifi: update the RB_TIMEOUT to 0x11
Emmanuel Grumbach
1
-1
/
+1
2012-11-19
iwlwifi: make iwl_pcie_rxq_inc_wr_ptr static
Emmanuel Grumbach
2
-3
/
+1
2012-11-19
iwlwifi: more cleanup in pcie/rx.c
Emmanuel Grumbach
3
-12
/
+4
[next]