aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-22drivers: net: xgene-v2: Fix port resetIyappan Subramanian3-7/+20
2017-03-22drivers: net: xgene-v2: Add ethtool supportIyappan Subramanian4-1/+124
2017-03-22drivers: net: xgene-v2: Add MDIO supportIyappan Subramanian6-5/+182
2017-03-22net: stmmac: fix dma operation mode config for older versionsJoao Pinto1-3/+3
2017-03-22nfp: disable FW on reconfiguration errorsJakub Kicinski1-18/+11
2017-03-22nfp: remove defensive checks around ndo_open()/ndo_close()Jakub Kicinski1-10/+0
2017-03-22nfp: flush xmit_more on error pathsJakub Kicinski1-0/+2
2017-03-22nfp: remove RX queue pointersJakub Kicinski3-20/+6
2017-03-22nfp: don't use netdev_warn() before netdev is registeredJakub Kicinski1-3/+3
2017-03-22nfp: fix nfp_cpp_read()/nfp_cpp_write() error pathsJakub Kicinski1-6/+9
2017-03-22nfp: fix invalid area detectionJakub Kicinski1-14/+15
2017-03-22nfp: don't ignore return value of wait_event_interruptibleJakub Kicinski1-18/+38
2017-03-22nfp: correct return codes when msleep gets interruptedJakub Kicinski1-6/+6
2017-03-22nfp: lock area cache earlierJakub Kicinski1-6/+8
2017-03-22nfp: document expected locking in the coreJakub Kicinski1-6/+27
2017-03-22nfp: move mutex code out of nfp_cppcore.cJakub Kicinski3-304/+346
2017-03-22nfp: remove cpp mutex cacheJakub Kicinski1-41/+2
2017-03-22nfp: fail graciously when someone tries to grab global lockJakub Kicinski2-11/+13
2017-03-22nfp: disallow sharing mutexes on the same machineJakub Kicinski1-6/+0
2017-03-22net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()Dan Carpenter1-4/+2
2017-03-22net: phy: clean up mmd_phy_indirect()Russell King1-7/+7
2017-03-22net: phy: remove the indirect MMD read/write methodsRussell King1-85/+34
2017-03-22net: phy: convert micrel to new read_mmd/write_mmd driver methodsRussell King1-7/+6
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King6-55/+42
2017-03-22net: lan78xx: update for phy_(read|write)_mmd_indirect() removalRussell King1-5/+5
2017-03-22net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King1-8/+25
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King3-86/+136
2017-03-22net: stmmac: Restore DT backwards-compatibilityThierry Reding1-0/+7
2017-03-22net: stmmac: Always enable MAC RX queuesThierry Reding1-1/+1
2017-03-22net: greth: Utilize of_get_mac_address()Tobias Klauser1-5/+5
2017-03-22liquidio: fix Coverity scan errorsFelix Manlunas2-2/+4
2017-03-22net: vrf: performance improvements for IPv6David Ahern1-10/+56
2017-03-22net: vrf: performance improvements for IPv4David Ahern1-10/+96
2017-03-22mlxsw: spectrum: fix swapped order of arguments packets and bytesColin Ian King1-1/+1
2017-03-22cxgb4: Update IngPad and IngPack valuesArjun Vynipadath2-19/+60
2017-03-22net: dwc-xlgmac: add module licenseArnd Bergmann1-0/+1
2017-03-22net: dwc-xlgmac: include dcbnl.hArnd Bergmann1-0/+1
2017-03-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-211/+232
2017-03-21qed: Always publish VF link from leading hwfnMintz, Yuval1-3/+10
2017-03-21qed: Raise verbosity of Malicious VF indicationsMintz, Yuval1-4/+10
2017-03-21qed: Make qed_iov_mark_vf_flr() return boolMintz, Yuval2-9/+10
2017-03-21qed: Deprecate VF multiple queue-stopMintz, Yuval2-46/+62
2017-03-21qed: Uniform IOV queue validationMintz, Yuval1-31/+92
2017-03-21qed: Correct default VF coalescing configurationMintz, Yuval1-1/+2
2017-03-21qed: Set HW-channel to ready before ACKing VFMintz, Yuval1-4/+8
2017-03-21qed: Clean VF malicious indication when disabling IOVMintz, Yuval1-3/+5
2017-03-21qed: Increase verbosity of VF -> PF errorsMintz, Yuval1-6/+12
2017-03-21liquidio: fix for vf mac addr command sent to nic firmwareRick Farrington4-8/+30
2017-03-21net: usb: pegasus: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-03-21ibmvnic: Correct ibmvnic handling of device open/closeJohn Allen2-48/+67