summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-10-13ath10k: fix scan crash due to incorrect length calculationZhi Chen1-4/+4
2018-10-13ath10k: fix kernel panic issue during pci probeYu Wang1-2/+10
2018-10-13ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowaitCarl Huang2-9/+5
2018-10-13xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich1-5/+7
2018-10-10ixgbe: check return value of napi_complete_done()Song Liu1-5/+7
2018-10-10r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLEDKai-Heng Feng1-3/+6
2018-10-10net: ena: fix missing calls to READ_ONCENetanel Belgazal1-4/+4
2018-10-10net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal2-5/+16
2018-10-10net/mlx5: Consider PCI domain in search for next devDaniel Jurgens1-3/+4
2018-10-10net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai1-1/+1
2018-10-10net: hns: add netif_carrier_off before change speed and duplexPeng Li1-0/+2
2018-10-10net: hns: add the code for cleaning pkt in chipPeng Li13-4/+255
2018-10-10mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall1-3/+0
2018-10-10mac80211_hwsim: require at least one channelJohannes Berg1-0/+5
2018-10-03e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen1-2/+2
2018-10-03e1000: check on netif_running() before calling e1000_up()Bo Chen1-1/+2
2018-10-03net: hns: fix skb->truesize underestimationHuazhong Tan1-1/+1
2018-10-03net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan1-3/+3
2018-10-03qed: Avoid sending mailbox commands when MFW is not responsiveTomer Tayar3-3/+56
2018-10-03qed: Prevent a possible deadlock during driver load and unloadTomer Tayar2-20/+44
2018-10-03qed: Wait for MCP halt and resume commands to take placeTomer Tayar2-8/+39
2018-10-03qed: Wait for ready indication before rereading the shmemTomer Tayar1-9/+41
2018-10-03wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()Tony Lindgren1-0/+6
2018-10-03brcmsmac: fix wrap around in conversion from constant to s16Stefan Agner1-1/+1
2018-10-03rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()Dan Carpenter1-0/+2
2018-10-03ath10k: transmit queued frames after processing rx packetsNiklas Cassel2-0/+4
2018-10-03net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier1-0/+5
2018-10-03ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lockBen Greear1-1/+4
2018-10-03net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier1-1/+4
2018-10-03ath10k: sdio: set skb len for all rx packetsAlagu Sankar1-0/+1
2018-10-03ath10k: sdio: use same endpoint id for all packets in a bundleAlagu Sankar1-1/+4
2018-09-29xen/netfront: don't bug in case of too many fragsJuergen Gross1-1/+7
2018-09-29qmi_wwan: set DTR for modems in forced USB2 modeBjørn Mork1-7/+7
2018-09-29pppoe: fix reception of frames with no mac headerGuillaume Nault1-0/+3
2018-09-29net: hp100: fix always-true check for link up stateColin Ian King1-1/+1
2018-09-29net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRTWilly Tarreau1-2/+6
2018-09-26e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2-2/+2
2018-09-26e1000e: Fix link check race conditionBenjamin Poirier2-21/+24
2018-09-26Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier3-19/+9
2018-09-26e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2-8/+24
2018-09-26e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier1-0/+3
2018-09-26Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier1-14/+2
2018-09-26e1000e: Remove Other from EIACBenjamin Poirier1-2/+3
2018-09-26liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington2-0/+6
2018-09-26net/mlx5: Add missing SET_DRIVER_VERSION command translationNoa Osherovich1-0/+1
2018-09-26xen/netfront: fix waiting for xenbus state changeJuergen Gross1-14/+10
2018-09-26xen-netfront: fix warn message as irq device name has '/'Xiao Liang1-2/+4
2018-09-26xen-netfront: fix queue name settingVitaly Kuznetsov1-1/+1
2018-09-26nfp: avoid buffer leak when FW communication failsJakub Kicinski1-3/+10
2018-09-26wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing1-3/+3