index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
10
-42
/
+34
2017-11-22
treewide: init_timer() -> setup_timer()
Kees Cook
2
-10
/
+5
2017-11-22
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
1
-2
/
+2
2017-11-20
mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()
Ben Hutchings
1
-1
/
+4
2017-11-18
rsi: fix memory leak on buf and usb_reg_buf
Colin Ian King
1
-6
/
+6
2017-11-16
genetlink: fix genlmsg_nlhdr()
Michal Kubecek
1
-1
/
+1
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
234
-4127
/
+5309
2017-11-14
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-6
/
+5
2017-11-11
brcmfmac: add CLM download support
Chung-Hsien Hsu
8
-0
/
+258
2017-11-10
rsi: rsi_91x_ps: remove redundant code in str_psstate
Gustavo A. R. Silva
1
-1
/
+0
2017-11-10
rt2x00: use monotonic timestamps for frame dump
Arnd Bergmann
2
-4
/
+5
2017-11-10
rt2x00usb: mark device removed when get ENOENT usb error
Stanislaw Gruszka
1
-3
/
+3
2017-11-10
qtnfmac: pass all CONNECT cmd params to wireless card for processing
Igor Mitsyanko
2
-30
/
+65
2017-11-10
qtnfmac: include HTCAP and VHTCAP into config AP command
Igor Mitsyanko
1
-0
/
+18
2017-11-10
qtnfmac: configure and start AP interface with a single command
Igor Mitsyanko
4
-52
/
+47
2017-11-10
qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usage
Igor Mitsyanko
3
-34
/
+10
2017-11-10
qtnfmac: SCAN results: retreive frame type information from "IE set" TLV
Igor Mitsyanko
2
-22
/
+14
2017-11-10
qtnfmac: extend "IE set" TLV to include frame type info
Igor Mitsyanko
3
-30
/
+80
2017-11-10
qtnfmac: get rid of PHYMODE capabilities flags
Igor Mitsyanko
4
-14
/
+2
2017-11-10
qtnfmac: initialize HT/VHT caps "can override" masks
Igor Mitsyanko
4
-9
/
+12
2017-11-10
qtnfmac: use per-band HT/VHT info from wireless device
Igor Mitsyanko
5
-59
/
+84
2017-11-10
brcmfmac: move configuration of probe request IEs
Arend Van Spriel
2
-4
/
+7
2017-11-10
brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan field
Arend Van Spriel
3
-15
/
+2
2017-11-10
brcmfmac: get rid of brcmf_cfg80211_escan() function
Arend Van Spriel
1
-24
/
+10
2017-11-10
brcmfmac: use msecs_to_jiffies() instead of calculation using HZ
Arend Van Spriel
1
-2
/
+2
2017-11-10
brcmfmac: cleanup brcmf_cfg80211_escan() function
Arend Van Spriel
1
-65
/
+11
2017-11-10
brcmfmac: disable packet filtering in promiscuous mode
Franky Lin
3
-41
/
+39
2017-11-10
brcmfmac: handle FWHALT mailbox indication
Arend Van Spriel
1
-4
/
+10
2017-11-08
zd1201: remove unused variable framelen
Colin Ian King
1
-2
/
+1
2017-11-08
orinoco_usb: remove redundant pointer dev
Colin Ian King
1
-2
/
+0
2017-11-08
iwlegacy: remove redundant pointer sta_priv
Colin Ian King
1
-2
/
+0
2017-11-08
rtlwifi: remove redundant initialization to cfg_cmd
Colin Ian King
1
-1
/
+1
2017-11-08
rtlwifi: remove redundant pointer tid_data
Colin Ian King
1
-2
/
+0
2017-11-08
rtlwifi: drop unused ppsc->last_wakeup_time
Arnd Bergmann
2
-7
/
+0
2017-11-08
rtlwifi: use ktime_get_real_seconds() for suspend time
Arnd Bergmann
3
-9
/
+6
2017-11-08
rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
Arnd Bergmann
1
-0
/
+1
2017-11-08
rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR
Ping-Ke Shih
19
-19
/
+36
2017-11-08
rtlwifi: rtl_pci: Add ID for 8822BE
Ping-Ke Shih
2
-0
/
+6
2017-11-08
rtlwifi: rtl_pci: Add fill_tx_special_desc to issue H2C data, and process TXO...
Ping-Ke Shih
3
-0
/
+16
2017-11-08
rtlwifi: rtl_pci: Add support for 8822be TX/RX BD
Ping-Ke Shih
2
-3
/
+12
2017-11-08
rtlwifi: rtl_pci: Simplify some code be eliminating extraneous variables
Larry Finger
1
-24
/
+11
2017-11-08
rtlwifi: rtl_pci: Fix formatting problems in pci.c
Larry Finger
1
-114
/
+93
2017-11-08
rtlwifi: rtl_pci: Fix formatting errors in pci.h
Larry Finger
1
-13
/
+13
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
128
-28
/
+223
2017-11-06
Merge tag 'iwlwifi-next-for-kalle-2017-11-03' of git://git.kernel.org/pub/scm...
Kalle Valo
20
-300
/
+127
2017-11-04
Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...
David S. Miller
109
-1421
/
+1831
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
125
-0
/
+125
2017-11-03
iwlwifi: add new cards for a000 series
Ihab Zhaika
1
-0
/
+5
2017-11-03
iwlwifi: add new cards for 8265 series
Ihab Zhaika
1
-0
/
+2
2017-11-03
iwlwifi: add new cards for 8260 series
Ihab Zhaika
1
-0
/
+3
[next]