summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller52-225/+427
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-44/+167
2016-05-14drivers: net: xgene: fix register offsetIyappan Subramanian2-4/+4
2016-05-14drivers: net: xgene: fix statistics counters race conditionIyappan Subramanian4-19/+53
2016-05-14drivers: net: xgene: fix ununiform latency across queuesIyappan Subramanian2-11/+27
2016-05-14drivers: net: xgene: fix sharing of irqsIyappan Subramanian1-2/+2
2016-05-14drivers: net: xgene: fix IPv4 forward crashIyappan Subramanian2-5/+8
2016-05-14e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller3-16/+55
2016-05-14igb/igbvf: Add support for GSO partialAlexander Duyck2-116/+203
2016-05-14e1000e: mark shifted values as unsignedJacob Keller1-4/+4
2016-05-14e1000e: use BIT() macro for bit definesJacob Keller10-142/+143
2016-05-14igbvf: use BIT() macro instead of shiftsJacob Keller5-10/+11
2016-05-14igbvf: remove unused variable and dead codeJacob Keller1-3/+1
2016-05-14igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2-0/+44
2016-05-14e1000e: e1000e_cyclecounter_read(): do overflow check only if neededDenys Vlasenko1-14/+14
2016-05-14e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow checkDenys Vlasenko1-1/+1
2016-05-14e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64Denys Vlasenko1-1/+2
2016-05-14igb: make igb_update_pf_vlvf staticJacob Keller1-1/+1
2016-05-14igb: use BIT() macro or unsigned prefixJacob Keller11-136/+136
2016-05-14e1000e: Cleanup consistency in ret_val variable usageBrian Walsh1-11/+11
2016-05-14e1000e: fix ethtool autoneg off for non-copperSteve Shih1-2/+10
2016-05-13Merge tag 'regulator-fix-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-10/+34
2016-05-13Merge tag 'regmap-fix-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-2/+6
2016-05-13Merge tag 'media/v4.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-6/+0
2016-05-13Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds14-74/+44
2016-05-13Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/da9063'...Mark Brown4-10/+34
2016-05-13Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/...Mark Brown3-2/+5
2016-05-13Merge remote-tracking branch 'regmap/fix/mmio' into regmap-linusMark Brown1-0/+1
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant1-0/+1
2016-05-12net: mvneta: bm: fix dependencies againArnd Bergmann1-1/+1
2016-05-12phy: micrel: Use MICREL_PHY_ID_MASK definitionFabio Estevam1-17/+17
2016-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-2/+9
2016-05-12drm/amdgpu: fix DP mode validationAlex Deucher1-2/+2
2016-05-12drm/radeon: fix DP mode validationAlex Deucher1-2/+2
2016-05-12Merge tag 'pinctrl-v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+2
2016-05-12gtp: put back reference to netns when not required anymorePablo Neira1-3/+12
2016-05-12qed*: Tx-switching configurationYuval Mintz9-4/+50
2016-05-12qed*: support ndo_get_vf_configYuval Mintz2-0/+105
2016-05-12qed*: IOV support spoof-checkingYuval Mintz5-0/+110
2016-05-12qed*: IOV link controlYuval Mintz5-0/+274
2016-05-12qed*: Support forced MACYuval Mintz6-0/+229
2016-05-12qed*: Support PVID configurationYuval Mintz8-7/+467
2016-05-12qede: Add VF supportYuval Mintz3-9/+90
2016-05-12qed: Align TLVsYuval Mintz6-2/+375
2016-05-12qed: Bulletin and LinkYuval Mintz5-6/+425
2016-05-12qed: IOV l2 functionalityYuval Mintz9-246/+1957
2016-05-12qed: IOV configure and FLRYuval Mintz13-11/+959
2016-05-12qed: Introduce VFsYuval Mintz23-186/+1777
2016-05-12qed: Add VF->PF channel infrastructureYuval Mintz9-15/+580
2016-05-12qed: Add CONFIG_QED_SRIOVYuval Mintz9-0/+650