index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
quantenna
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-13
qtnfmac: get rid of QTNF_STATE_AP_CONFIG
Igor Mitsyanko
3
-12
/
+0
2017-10-13
qtnfmac: pass channel definition to WiFi card on START_AP command
Igor Mitsyanko
5
-22
/
+62
2017-10-13
qtnfmac: pass all AP settings to wireless card for processing
Igor Mitsyanko
4
-43
/
+101
2017-10-13
qtnfmac: do not cache AP settings in driver structures
Igor Mitsyanko
3
-41
/
+25
2017-09-25
qtnfmac: do not report channel changes until wiphy is registered
Igor Mitsyanko
1
-0
/
+3
2017-09-25
qtnfmac: remove unused mac::status field
Igor Mitsyanko
3
-8
/
+0
2017-09-25
qtnfmac: do not cache CSA chandef info
Igor Mitsyanko
4
-22
/
+1
2017-09-25
qtnfmac: pass VIF info to SendChannel command
Igor Mitsyanko
3
-4
/
+5
2017-09-25
qtnfmac: let wifi card handle channel switch request to the same chan
Igor Mitsyanko
1
-5
/
+0
2017-09-25
qtnfmac: do not cache channel info from "connect" command
Igor Mitsyanko
2
-16
/
+5
2017-09-25
qtnfmac: retrieve current channel info from EP
Igor Mitsyanko
4
-21
/
+64
2017-09-25
qtnfmac: make "Channel change" event report full channel info
Igor Mitsyanko
4
-18
/
+85
2017-09-25
qtnfmac: convert channel width from bitfiled to simple enum
Igor Mitsyanko
2
-16
/
+16
2017-09-20
qtnfmac: cancel scans on wireless interface changes
Sergey Matyukevich
3
-5
/
+9
2017-09-20
qtnfmac: lock access to h/w in tx path
Sergey Matyukevich
2
-1
/
+10
2017-08-31
qtnfmac: implement 64-bit dma support
Sergey Matyukevich
3
-16
/
+65
2017-08-31
qtnfmac: fix free_xfer_buffer cleanup
Sergey Matyukevich
1
-2
/
+2
2017-08-31
qtnfmac: modify qtnf_map_bar not to return NULL
Sergey Matyukevich
1
-4
/
+6
2017-08-31
qtnfmac: module param sanity check
Sergey Matyukevich
1
-2
/
+15
2017-08-31
qtnfmac: drop -D__CHECK_ENDIAN from cflags
Sergey Matyukevich
1
-4
/
+0
2017-08-17
qtnfmac: modify tx reclaim locking
Sergey Matyukevich
2
-13
/
+8
2017-08-17
qtnfmac: introduce counter for Rx underflow events
Sergey Matyukevich
4
-2
/
+17
2017-08-17
qtnfmac: switch to kernel circ_buf implementation
Sergey Matyukevich
2
-80
/
+136
2017-08-17
qtnfmac: decrease default Tx queue size
Sergey Matyukevich
1
-1
/
+1
2017-08-17
qtnfmac: skb2rbd_attach cleanup
Sergey Matyukevich
1
-18
/
+13
2017-08-17
qtnfmac: use __netdev_alloc_skb_ip_align
Sergey Matyukevich
1
-4
/
+1
2017-08-17
qtnfmac: switch to napi_gro_receive
Sergey Matyukevich
1
-1
/
+1
2017-08-17
qtnfmac: remove unused qtnf_rx_frame declaration
Sergey Matyukevich
1
-1
/
+0
2017-08-03
net: qtnfmac: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-03
qtnfmac: Tidy up DMA mask setting
Robin Murphy
1
-27
/
+1
2017-08-03
qtnfmac: prepare for AP_VLAN interface type support
Sergey Matyukevich
3
-7
/
+36
2017-08-03
qtnfmac: remove function qtnf_cmd_skb_put_action
Sergey Matyukevich
1
-8
/
+0
2017-08-03
qtnfmac: fix handling of iftype mask reported by firmware
Sergey Matyukevich
4
-16
/
+20
2017-08-03
qtnfmac: implement scan timeout
Sergey Matyukevich
5
-4
/
+29
2017-08-03
qtnfmac: implement cfg80211 channel_switch handler
Sergey Matyukevich
6
-2
/
+210
2017-08-03
qtnfmac: move current channel info from vif to mac
Sergey Matyukevich
3
-17
/
+29
2017-08-03
qtnfmac: fix station leave reason endianness
Sergey Matyukevich
2
-3
/
+3
2017-08-03
qtnfmac: implement reporting current channel
Sergey Matyukevich
3
-4
/
+62
2017-08-03
qtnfmac: implement cfg80211 dump_survey handler
Sergey Matyukevich
5
-1
/
+217
2017-08-03
qtnfmac: add missing bus lock
Sergey Matyukevich
1
-0
/
+4
2017-08-03
qtnfmac: regulatory configuration for self-managed setup
Sergey Matyukevich
1
-0
/
+9
2017-08-03
qtnfmac: updates for regulatory support
Sergey Matyukevich
6
-108
/
+388
2017-06-28
qtnfmac: fix uninitialized return code in ret
Colin Ian King
1
-1
/
+1
2017-06-25
Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...
David S. Miller
1
-6
/
+6
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
1
-3
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-7
/
+4
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2
-3
/
+2
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
1
-7
/
+3
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-06-13
qtnfmac: check band before allocating cmd_skb to avoid resource leak
Colin Ian King
1
-6
/
+6
[prev]
[next]