aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-24net: systemport: Simplify circular pointer arithmeticFlorian Fainelli1-5/+1
2017-03-24net: systemport: Clear status to reduce spurious interruptsFlorian Fainelli1-0/+10
2017-03-24net: systemport: Track per TX ring statisticsFlorian Fainelli2-7/+63
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli5-28/+57
2017-03-24net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIOFlorian Fainelli1-1/+1
2017-03-24net: stmmac: add set_mac to the stmmac_opsLABBE Corentin5-9/+45
2017-03-24isdn: use setup_timerGeliang Tang30-114/+54
2017-03-23mlxsw: Remove debugfs interfaceIdo Schimmel2-315/+0
2017-03-23net: dwc-xlgmac: use dual licenseJie Deng1-1/+2
2017-03-23net: dwc-xlgmac: declaration of dual license in headersJie Deng7-28/+14
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller129-1191/+2397
2017-03-23qedf: fix wrong le16 conversionArnd Bergmann1-3/+3
2017-03-23qed: Reserve VF feature before PFMintz, Yuval1-11/+16
2017-03-23qed: Don't waste SBs unused by RoCEMintz, Yuval1-8/+9
2017-03-23qed: Reduce verbosity of unimplemented MFW messagesMintz, Yuval1-1/+1
2017-03-23qed: Correct endian order of MAC passed to MFWMintz, Yuval1-2/+11
2017-03-23qed: Pass src/dst sizes when interacting with MFWTomer Tayar2-59/+66
2017-03-23qed: Revise MFW command lockingTomer Tayar2-136/+280
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-193/+429
2017-03-22net:ethernet:aquantia: Fix for RX checksum offload.Pavel Belous2-0/+2
2017-03-22amd-xgbe: Fix the ECC-related bit position definitionsLendacky, Thomas1-12/+12
2017-03-22netvsc: fix and cleanup rndis_filter_set_packet_filterstephen hemminger1-12/+6
2017-03-22netvsc: eliminate unnecessary skb == NULL checksstephen hemminger1-6/+3
2017-03-22netvsc: remove unnecessary lock on shutdownstephen hemminger1-4/+3
2017-03-22netvsc: use refcount_t for keeping track of sub channelsstephen hemminger2-33/+12
2017-03-22netvsc: uses RCU instead of removal flagstephen hemminger3-31/+10
2017-03-22netvsc: use RCU to protect inner device structurestephen hemminger3-24/+57
2017-03-22netvsc: change max channel calculationstephen hemminger2-17/+11
2017-03-22netvsc: handle offline mtu and channel changestephen hemminger1-9/+20
2017-03-22netvsc: fix NAPI performance regressionstephen hemminger2-23/+19
2017-03-22liquidio: fix tx completions in napi pollVSR Burru2-17/+22
2017-03-22liquidio: allocate RX buffers in OOM conditions in PF and VFSatanand Burla7-0/+103
2017-03-22net: vmxnet3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-11/+14
2017-03-22net: virtio_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-19/+29
2017-03-22sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter1-1/+1
2017-03-22Bluetooth: btqcomsmd: fix compile-test dependencyArnd Bergmann1-1/+2
2017-03-22drivers: net: xgene-v2: misc fixesIyappan Subramanian1-29/+26
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