index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Lines
2017-06-28
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
-19
/
+28
2017-06-28
mwifiex: fix spelling mistake: "secuirty" -> "security"
Colin Ian King
-1
/
+1
2017-06-28
wl18xx: add checks on wl18xx_top_reg_write() return value
Gustavo A. R. Silva
-2
/
+4
2017-06-28
libertas: Fix lbs_prb_rsp_limit_set()
Dan Carpenter
-2
/
+3
2017-06-28
cw1200: add const to hwbus_ops structures
Bhumika Goyal
-2
/
+2
2017-06-28
rsi: add in missing RSI_FSM_STATES into array fsm_state
Colin Ian King
-0
/
+2
2017-06-28
brcmfmac: rework headroom check in .start_xmit()
Arend Van Spriel
-14
/
+37
2017-06-28
brcmfmac: use atomic_t for statistic counter in struct brcmf_bus
Arend Van Spriel
-2
/
+2
2017-06-28
brcmfmac: cleanup kerneldoc for struct brcmf_bus
Arend Van Spriel
-2
/
+1
2017-06-28
mwifiex: Do not change bss_type in change_virtual_intf
Ganapathi Bhat
-4
/
+0
2017-06-28
rtlwifi: Add in_4way field for btcoexist
Ping-Ke Shih
-2
/
+2
2017-06-28
rtlwifi: Fill ap_num field by driver
Ping-Ke Shih
-0
/
+123
2017-06-28
rtlwifi: Add ap_num field for btcoexist
Ping-Ke Shih
-4
/
+4
2017-06-28
rtlwifi: Add return value to btc_set.
Ping-Ke Shih
-1
/
+3
2017-06-28
rtlwifi: Update some cases in btc_get function -- roam, 5G, AP mode, and retu...
Ping-Ke Shih
-7
/
+17
2017-06-28
rtlwifi: Modify power mode parameters of 8723be and 8821ae.
Ping-Ke Shih
-4
/
+4
2017-06-28
rtlwifi: Do IQK only once to reduce wifi occupy antenna
Ping-Ke Shih
-4
/
+9
2017-06-28
rtlwifi: Fix a2dp choppy while BT RSSI stays on threshold.
Ping-Ke Shih
-12
/
+30
2017-06-28
qtnfmac: fix uninitialized return code in ret
Colin Ian King
-1
/
+1
2017-06-28
ath9k: remove useless variable assignment in ath_mci_intr()
Gustavo A. R. Silva
-1
/
+1
2017-06-28
ath10k: fix a bunch of spelling mistakes in messages
Colin Ian King
-5
/
+5
2017-06-28
ath9k: Use mutex_lock to avoid potential race in start/stop rng
Miaoqing Pan
-4
/
+4
2017-06-28
ath9k: avoid potential freezing during random generator read
Miaoqing Pan
-1
/
+5
2017-06-28
ath9k: fix an invalid pointer dereference in ath9k_rng_stop()
Miaoqing Pan
-1
/
+3
2017-06-28
ath10k: add const to thermal_cooling_device_ops structure
Bhumika Goyal
-1
/
+1
2017-06-28
ath9k: fix tx99 bus error
Miaoqing Pan
-2
/
+0
2017-06-28
ath9k: fix tx99 use after free
Miaoqing Pan
-4
/
+9
2017-06-28
Merge tag 'iwlwifi-next-for-kalle-2017-06-28' of git://git.kernel.org/pub/scm...
Kalle Valo
-450
/
+845
2017-06-27
nfp: flower: add Kconfig for flower app
Jakub Kicinski
-2
/
+18
2017-06-27
nfp: allocate a private workqueue for driver work
Jakub Kicinski
-1
/
+14
2017-06-27
nfp: reorder SR-IOV config and nfp_app SR-IOV callbacks
Jakub Kicinski
-23
/
+27
2017-06-27
nfp: handle SR-IOV already enabled when driver is probing
Jakub Kicinski
-0
/
+8
2017-06-27
nfp: wire get_phys_port_name on representors
Jakub Kicinski
-7
/
+24
2017-06-27
nfp: allow converting representor's netdev into nfp_port
Jakub Kicinski
-6
/
+21
2017-06-27
nfp: move representors' struct net_device_ops to shared code
Jakub Kicinski
-39
/
+68
2017-06-27
nfp: make the representor get stats app-independent
Jakub Kicinski
-26
/
+22
2017-06-27
nfp: spawn nfp_ports for PF and VF ports
Jakub Kicinski
-4
/
+35
2017-06-27
nfp: add nfp_app cleanup callback and make flower use it
Jakub Kicinski
-14
/
+26
2017-06-27
nfp: remove unused nfp_cpp_area_check_range()
Jakub Kicinski
-23
/
+0
2017-06-27
nfp: add helper for mapping runtime symbols
Jakub Kicinski
-28
/
+39
2017-06-27
nfp: move area mapping helper into nfpcore
Jakub Kicinski
-54
/
+84
2017-06-27
nfp: explicitly check if application FW is loaded
Jakub Kicinski
-4
/
+7
2017-06-27
net: usb: asix88179_178a: Add support for the Belkin B2B128
Andrew F. Davis
-0
/
+16
2017-06-27
fsl/fman: add dependency on HAS_DMA
Madalin Bucur
-0
/
+1
2017-06-27
vxlan: fix incorrect nlattr access in MTU check
Matthias Schiffer
-1
/
+1
2017-06-27
brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'
Christophe Jaillet
-1
/
+2
2017-06-27
brcmfmac: fix double free upon register_netdevice() failure
Arend Van Spriel
-3
/
+4
2017-06-27
ACPI: hns_dsaf_acpi_dsm_guid can be static
kbuild test robot
-1
/
+1
2017-06-27
net/mlx5e: IPSec, Add IPSec ethtool stats
Ilan Tayari
-3
/
+190
2017-06-27
net/mlx5e: IPSec, Add Innova IPSec offload TX data path
Ilan Tayari
-9
/
+319
[prev]
[next]