summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2017-06-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-19/+28
2017-06-28mwifiex: fix spelling mistake: "secuirty" -> "security"Colin Ian King-1/+1
2017-06-28wl18xx: add checks on wl18xx_top_reg_write() return valueGustavo A. R. Silva-2/+4
2017-06-28libertas: Fix lbs_prb_rsp_limit_set()Dan Carpenter-2/+3
2017-06-28cw1200: add const to hwbus_ops structuresBhumika Goyal-2/+2
2017-06-28rsi: add in missing RSI_FSM_STATES into array fsm_stateColin Ian King-0/+2
2017-06-28brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel-14/+37
2017-06-28brcmfmac: use atomic_t for statistic counter in struct brcmf_busArend Van Spriel-2/+2
2017-06-28brcmfmac: cleanup kerneldoc for struct brcmf_busArend Van Spriel-2/+1
2017-06-28mwifiex: Do not change bss_type in change_virtual_intfGanapathi Bhat-4/+0
2017-06-28rtlwifi: Add in_4way field for btcoexistPing-Ke Shih-2/+2
2017-06-28rtlwifi: Fill ap_num field by driverPing-Ke Shih-0/+123
2017-06-28rtlwifi: Add ap_num field for btcoexistPing-Ke Shih-4/+4
2017-06-28rtlwifi: Add return value to btc_set.Ping-Ke Shih-1/+3
2017-06-28rtlwifi: Update some cases in btc_get function -- roam, 5G, AP mode, and retu...Ping-Ke Shih-7/+17
2017-06-28rtlwifi: Modify power mode parameters of 8723be and 8821ae.Ping-Ke Shih-4/+4
2017-06-28rtlwifi: Do IQK only once to reduce wifi occupy antennaPing-Ke Shih-4/+9
2017-06-28rtlwifi: Fix a2dp choppy while BT RSSI stays on threshold.Ping-Ke Shih-12/+30
2017-06-28qtnfmac: fix uninitialized return code in retColin Ian King-1/+1
2017-06-28ath9k: remove useless variable assignment in ath_mci_intr()Gustavo A. R. Silva-1/+1
2017-06-28ath10k: fix a bunch of spelling mistakes in messagesColin Ian King-5/+5
2017-06-28ath9k: Use mutex_lock to avoid potential race in start/stop rngMiaoqing Pan-4/+4
2017-06-28ath9k: avoid potential freezing during random generator readMiaoqing Pan-1/+5
2017-06-28ath9k: fix an invalid pointer dereference in ath9k_rng_stop()Miaoqing Pan-1/+3
2017-06-28ath10k: add const to thermal_cooling_device_ops structureBhumika Goyal-1/+1
2017-06-28ath9k: fix tx99 bus errorMiaoqing Pan-2/+0
2017-06-28ath9k: fix tx99 use after freeMiaoqing Pan-4/+9
2017-06-28Merge tag 'iwlwifi-next-for-kalle-2017-06-28' of git://git.kernel.org/pub/scm...Kalle Valo-450/+845
2017-06-27nfp: flower: add Kconfig for flower appJakub Kicinski-2/+18
2017-06-27nfp: allocate a private workqueue for driver workJakub Kicinski-1/+14
2017-06-27nfp: reorder SR-IOV config and nfp_app SR-IOV callbacksJakub Kicinski-23/+27
2017-06-27nfp: handle SR-IOV already enabled when driver is probingJakub Kicinski-0/+8
2017-06-27nfp: wire get_phys_port_name on representorsJakub Kicinski-7/+24
2017-06-27nfp: allow converting representor's netdev into nfp_portJakub Kicinski-6/+21
2017-06-27nfp: move representors' struct net_device_ops to shared codeJakub Kicinski-39/+68
2017-06-27nfp: make the representor get stats app-independentJakub Kicinski-26/+22
2017-06-27nfp: spawn nfp_ports for PF and VF portsJakub Kicinski-4/+35
2017-06-27nfp: add nfp_app cleanup callback and make flower use itJakub Kicinski-14/+26
2017-06-27nfp: remove unused nfp_cpp_area_check_range()Jakub Kicinski-23/+0
2017-06-27nfp: add helper for mapping runtime symbolsJakub Kicinski-28/+39
2017-06-27nfp: move area mapping helper into nfpcoreJakub Kicinski-54/+84
2017-06-27nfp: explicitly check if application FW is loadedJakub Kicinski-4/+7
2017-06-27net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis-0/+16
2017-06-27fsl/fman: add dependency on HAS_DMAMadalin Bucur-0/+1
2017-06-27vxlan: fix incorrect nlattr access in MTU checkMatthias Schiffer-1/+1
2017-06-27brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'Christophe Jaillet-1/+2
2017-06-27brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel-3/+4
2017-06-27ACPI: hns_dsaf_acpi_dsm_guid can be statickbuild test robot-1/+1
2017-06-27net/mlx5e: IPSec, Add IPSec ethtool statsIlan Tayari-3/+190
2017-06-27net/mlx5e: IPSec, Add Innova IPSec offload TX data pathIlan Tayari-9/+319