summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-12phy: micrel: Use MICREL_PHY_ID_MASK definitionFabio Estevam1-17/+17
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
2016-05-12Merge tag 'nfc-next-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller19-1086/+1527
2016-05-12net/mlx5e: Enable CQE compression when PCI is slower than linkSaeed Mahameed3-0/+72
2016-05-12net/mlx5e: Expand WQE stride when CQE compression is enabledTariq Toukan3-29/+46
2016-05-12net/mlx5e: CQE compressionTariq Toukan5-2/+177
2016-05-12dsa: mv88e6xxx: Handle eeprom-length propertyAndrew Lunn2-0/+20
2016-05-12dsa: Rename switch chip data to cdAndrew Lunn2-4/+4
2016-05-12dsa: Remove master_dev from switch structureAndrew Lunn1-0/+1
2016-05-12dsa: Move gpio reset into switch driverAndrew Lunn2-1/+20
2016-05-12dsa: Add mdio device support to Marvell switchesAndrew Lunn1-18/+72
2016-05-12dsa: mv88e6xxx: Rename probe function to fit the normal patternAndrew Lunn1-4/+4
2016-05-12dsa: mv88e6xxx: Initialise the mutex as soon as it is createdAndrew Lunn1-2/+1
2016-05-12net: dsa: mv88e6xxx: add STU capabilityVivien Didelot2-14/+16
2016-05-12net: dsa: mv88e6xxx: abstract VTU/STU data accessVivien Didelot1-4/+28
2016-05-12net: l3mdev: Add hook in ip and ipv6David Ahern1-98/+91
2016-05-10gtp: reload GTPv1 header after pskb_may_pull()Pablo Neira1-0/+2
2016-05-10block/drbd: align properly u64 in nl messagesNicolas Dichtel1-12/+16
2016-05-10net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-10net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes2-29/+21
2016-05-10net: phy: add phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-0/+24
2016-05-10Merge tag 'linux-can-next-for-4.7-20160509' of git://git.kernel.org/pub/scm/l...David S. Miller8-78/+347