summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-11-30adm80211: add checks for dma mapping errorsAlexey Khoroshilov1-2/+22
2017-11-30ath10k: set CTS protection VDEV param only if VDEV is upBartosz Markowski1-8/+43
2017-11-30bnxt_en: Set default completion ring for async events.Michael Chan1-0/+30
2017-11-30ath10k: fix potential memory leak in ath10k_wmi_tlv_op_pull_fw_stats()Christian Lamparter1-3/+9
2017-11-30ath10k: ignore configuring the incorrect board_idRyan Hsu1-1/+4
2017-11-30ath10k: fix incorrect txpower set by P2P_DEVICE interfaceRyan Hsu1-3/+4
2017-11-30mwifiex: sdio: fix use after free issue for save_adapterAmitkumar Karwar1-0/+6
2017-11-30adm80211: return an error if adm8211_alloc_rings() failsDan Carpenter1-1/+2
2017-11-30rt2800: set minimum MPDU and PSDU lengths to sane valuesStanislaw Gruszka1-2/+2
2017-11-30net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner1-3/+6
2017-11-30net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner1-8/+8
2017-11-30e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2-8/+26
2017-11-30e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-11-30e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-11-30e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-30fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30igbvf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-11-30p54: don't unregister leds when they are not initializedAndrey Konovalov1-4/+3
2017-11-30rtlwifi: fix uninitialized rtlhal->last_suspend_sec timeArnd Bergmann1-0/+1
2017-11-30rtlwifi: rtl8192ee: Fix memory leak when loading firmwareLarry Finger1-2/+4
2017-11-30rt2x00usb: mark device removed when get ENOENT usb errorStanislaw Gruszka1-3/+3
2017-11-24fealnx: Fix building error on MIPSHuacai Chen1-3/+3
2017-11-24net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov1-2/+2
2017-11-24qmi_wwan: Add missing skb_reset_mac_header-callKristian Evensen1-0/+1
2017-11-24net: qmi_wwan: fix divide by 0 on bad descriptorsBjørn Mork1-1/+1
2017-11-24net: cdc_ether: fix divide by 0 on bad descriptorsBjørn Mork1-1/+1
2017-11-24bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu1-1/+1
2017-11-24net: vrf: correct FRA_L3MDEV encode typeJeff Barnhill1-1/+1
2017-11-21brcmfmac: don't preset all channels as disabledRafał Miłecki1-2/+0
2017-11-21ixgbe: do not disable FEC from the driverEmil Tantilov1-2/+0
2017-11-21ixgbe: add mask for 64 RSS queuesEmil Tantilov1-1/+7
2017-11-21ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen1-1/+3
2017-11-21ixgbe: Fix reporting of 100Mb capabilityTony Nguyen1-1/+1
2017-11-21ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-11-21ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2017-11-21ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore1-3/+2
2017-11-21igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento1-2/+2
2017-11-21igb: close/suspend race in netif_device_detachTodd Fujinaka1-9/+12
2017-11-21igb: reset the PHY before reading the PHY IDAaron Sierra1-0/+11
2017-11-21fm10k: request reset when mbx->state changesNgai-Mint Kwan2-4/+12
2017-11-18brcmfmac: remove setting IBSS mode when stopping APChi-hsien Lin1-3/+0
2017-11-18ppp: fix race in ppp device destructionGuillaume Nault1-0/+20
2017-11-18tun: allow positive return values on dev_get_valid_name() callJulien Gomes1-1/+1
2017-11-18tap: double-free in error path in tap_open()Girish Moodalbail1-9/+9
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3