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
/
wireless
/
ath
/
wil6210
/
txrx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-31
wil6210: fix RX checksum report to network stack
Maya Erez
1
-0
/
+8
2018-07-31
wil6210: add TX latency statistics
Dedy Lansky
1
-0
/
+38
2018-07-31
wil6210: drop Rx packets with L2 error indication from HW
Dedy Lansky
1
-0
/
+22
2018-07-31
wil6210: Rx multicast packets duplicate detection
Dedy Lansky
1
-1
/
+2
2018-07-02
wil6210: add support for enhanced DMA RX data flows
Gidon Studinski
1
-14
/
+39
2018-07-02
wil6210: add support for enhanced DMA TX data flows
Maya Erez
1
-101
/
+93
2018-07-02
wil6210: initialize TX and RX enhanced DMA rings
Gidon Studinski
1
-47
/
+43
2018-07-02
wil6210: add support for enhanced DMA structures
Gidon Studinski
1
-194
/
+162
2018-05-12
wil6210: rate limit wil_rx_refill error
Dedy Lansky
1
-2
/
+2
2018-05-12
wil6210: Initialize reply struct of the WMI commands
Alexei Avshalom Lazar
1
-2
/
+6
2018-02-27
wil6210: multiple VIFs support for connections and data path
Lior David
1
-28
/
+51
2018-02-27
wil6210: infrastructure for multiple virtual interfaces
Lior David
1
-44
/
+62
2018-01-09
wil6210: remove reference to preset_chandef
Lior David
1
-2
/
+1
2018-01-09
wil6210: support 40bit DMA addresses
Lazar Alexei
1
-5
/
+6
2017-08-08
wil6210: move vring_idle_trsh definition to wil6210_priv
Gidon Studinski
1
-3
/
+3
2017-06-25
Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...
David S. Miller
1
-0
/
+71
2017-06-21
wil6210: add support for PCIe D3hot in system suspend
Maya Erez
1
-0
/
+71
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-04-13
wil6210: support 8KB RX buffers
Lior David
1
-2
/
+22
2017-03-09
wil6210: set dma mask to reflect device capability
Hamad Kadmany
1
-1
/
+18
2017-01-27
wil6210: convert symbolic permissions to octal permissions
Maya Erez
1
-2
/
+2
2017-01-27
wil6210: fix for broadcast workaround in PBSS
Lior David
1
-16
/
+19
2017-01-27
wil6210: remove __func__ from debug printouts
Lazar Alexei
1
-17
/
+19
2016-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-12-14
treewide: Fix printk() message errors
Masanari Iida
1
-1
/
+1
2016-11-23
wil6210: fix net queue stop/wake
Dedy Lansky
1
-10
/
+100
2016-08-19
wil6210: prevent usage of incorrect TX hwtail
Maya Erez
1
-2
/
+7
2016-05-28
wil6210: fix dma mapping error cleanup in __wil_tx_vring_tso
Maya Erez
1
-1
/
+1
2016-05-28
wil6210: protect wil_vring_fini_tx in parallel to tx completions
Maya Erez
1
-0
/
+14
2016-05-28
wil6210: guarantee safe access to rx descriptors shared memory
Maya Erez
1
-0
/
+6
2016-05-28
wil6210: fix race conditions between TX send and completion
Maya Erez
1
-0
/
+20
2016-04-26
wil6210: print debug message when transmitting while disconnected
Maya Erez
1
-1
/
+1
2016-03-07
wil6210: switch to generated wmi.h
Lior David
1
-2
/
+2
2016-03-07
wil6210: replay attack detection
Vladimir Kondratiev
1
-0
/
+63
2016-02-02
wil6210: prevent access to vring_tx_data lock during its init
Maya Erez
1
-5
/
+21
2016-01-26
wil6210: handle multiple connect/disconnect events
Maya Erez
1
-0
/
+3
2016-01-26
wil6210: find TX vring only if vring_tx_data is enabled
Maya Erez
1
-5
/
+12
2015-11-16
wil6210: hold wil->mutex while managing vrings
Vladimir Kondratiev
1
-1
/
+4
2015-10-29
wil6210: Fix TSO overflow handling
Hamad Kadmany
1
-15
/
+15
2015-10-09
wil6210: ratelimit Tx error message
Vladimir Kondratiev
1
-1
/
+1
2015-10-09
wil6210: support BAR (BlockAck Req)
Vladimir Kondratiev
1
-6
/
+34
2015-10-09
wil6210: Add proper handling for invalid frames on Rx
Vladimir Kondratiev
1
-7
/
+13
2015-08-06
wil6210: allow to handle Rx on 2 cores
Vladimir Shulman
1
-0
/
+8
2015-08-06
wil6210: use inline functions for register access
Vladimir Kondratiev
1
-3
/
+3
2015-08-06
wil6210: TSO implementation
Vladimir Kondratiev
1
-11
/
+360
2015-06-09
wil6210: add per-MCS Rx stats
Vladimir Kondratiev
1
-0
/
+2
2015-05-04
wil6210: broadcast for secure link
Vladimir Kondratiev
1
-21
/
+25
2015-05-04
wil6210: update Rx descriptor fields
Vladimir Kondratiev
1
-1
/
+1
2015-03-20
wil6210: fall back to pseudo-DMS mcast for secure link and PBSS
Vladimir Kondratiev
1
-2
/
+101
2015-03-20
wil6210: implement broadcast/multicast data
Vladimir Kondratiev
1
-69
/
+106
[next]