summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-08-23net: ftgmac100: Fix oops in probe on failure to find associated PHYAndrew Jeffery1-1/+0
2017-08-11net/ncsi: Configure VLAN tag filterSam Mendoza-Jonas1-0/+2
2017-08-11ftgmac: Include NETIF_F_HW_VLAN_CTAG_FILTER in featuresSam Mendoza-Jonas1-0/+3
2017-07-25ftgmac100: Make the MDIO bus a child of the ethernet deviceBenjamin Herrenschmidt1-0/+1
2017-07-25ftgmac100: Increase reset timeoutBenjamin Herrenschmidt1-1/+1
2017-07-25ftgmac100: return error in ftgmac100_alloc_rx_bufJoel Stanley1-2/+2
2017-07-24net: phy: broadcom: add support for BCM54210ERafał Miłecki1-1/+33
2017-06-05Merge tag 'v4.10.17' into dev-4.10Joel Stanley52-384/+571
2017-05-14net: mdio-mux: bcm-iproc: call mdiobus_free() in error pathJon Mason1-1/+4
2017-05-14bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter1-1/+2
2017-05-14net: usb: qmi_wwan: add Telit ME910 supportDaniele Palmas1-0/+1
2017-05-14geneve: fix incorrect setting of UDP checksum flagGirish Moodalbail1-1/+1
2017-05-14net: macb: fix phy interrupt parsingAlexandre Belloni1-8/+10
2017-05-14macsec: dynamically allocate space for sglistJason A. Donenfeld1-7/+22
2017-05-14brcmfmac: Make skb header writable before useJames Hughes1-14/+5
2017-05-14brcmfmac: Ensure pointer correctly set if skb data location changesJames Hughes1-1/+3
2017-05-14iwlwifi: mvm: fix accessing fw_id_to_mac_idSara Sharon1-1/+1
2017-05-14iwlwifi: mvm: writing zero bytes to debugfs causes a crashDan Carpenter1-0/+2
2017-05-14iwlwifi: mvm: synchronize firmware DMA paging memorySara Sharon2-3/+24
2017-05-14iwlwifi: mvm: fix references to first_agg_queue in DQA modeSara Sharon1-4/+3
2017-05-14iwlwifi: mvm: fix pending frame counter calculationSara Sharon2-13/+25
2017-05-14iwlwifi: mvm/pcie: adjust A-MSDU tx_cmd length in PCIeJohannes Berg2-39/+22
2017-05-14iwlwifi: mvm: Use aux queue for offchannel frames in dqaBeni Lev1-4/+6
2017-05-14iwlwifi: mvm: fix reorder timer re-armingSara Sharon1-1/+2
2017-05-14iwlwifi: pcie: fix the set of DMA memory maskSara Sharon1-6/+2
2017-05-14iwlwifi: pcie: trans: Remove unused 'shift_param'Kirtika Ruchandani1-6/+2
2017-05-14iwlwifi: pcie: don't increment / decrement a boolEmmanuel Grumbach1-1/+1
2017-05-14iwlwifi: mvm: overwrite skb info laterJohannes Berg1-5/+15
2017-05-14iwlwifi: mvm: don't restart HW if suspend fails with unified imageLuca Coelho1-5/+8
2017-05-14iwlwifi: fix MODULE_FIRMWARE for 6030Jürg Billeter1-1/+1
2017-05-14iwlwifi: mvm: properly check for transport data in dumpJohannes Berg1-5/+6
2017-05-14mwifiex: set adapter->dev before starting to use mwifiex_dbg()Brian Norris1-4/+4
2017-05-14mwifiex: don't enable/disable IRQ 0 during suspend/resumeBrian Norris1-4/+4
2017-05-14mwifiex: Avoid skipping WEP key deletion for APGanapathi Bhat1-2/+0
2017-05-14mwifiex: remove redundant dma padding in AMSDUXinming Hu1-12/+7
2017-05-14mwifiex: debugfs: Fix (sometimes) off-by-1 SSID printBrian Norris1-1/+2
2017-05-03net: can: usb: gs_usb: Fix buffer on stackMaksim Salau1-5/+12
2017-05-03macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld1-1/+1
2017-05-03net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov1-4/+36
2017-05-03macvlan: Fix device ref leak when purging bc_queueHerbert Xu1-1/+10
2017-05-03net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari1-0/+1
2017-05-03net/mlx5e: Fix small packet thresholdEugenia Emantayev1-1/+1
2017-05-03net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2-13/+26
2017-05-03net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia1-1/+1
2017-05-03dp83640: don't recieve time stamps twiceDan Carpenter1-2/+0
2017-05-03sh_eth: unmap DMA buffers when freeing ringsSergei Shtylyov1-55/+67
2017-05-03net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev ruleDavid Ahern1-1/+1
2017-05-03net/mlx5: Avoid dereferencing uninitialized pointerTalat Batheesh1-2/+3
2017-05-03net: phy: handle state correctly in phy_stop_machineNathan Sullivan1-1/+1
2017-04-27ftgmac100: Fix potential ordering issue in NAPI pollBenjamin Herrenschmidt1-0/+7