summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* i40e: Add support for disabling all link and change bits needed for PHY inter...Kevin Scott2016-05-143-2/+7
* e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller2016-05-143-16/+55
* igb/igbvf: Add support for GSO partialAlexander Duyck2016-05-142-116/+203
* e1000e: mark shifted values as unsignedJacob Keller2016-05-141-4/+4
* e1000e: use BIT() macro for bit definesJacob Keller2016-05-1410-142/+143
* igbvf: use BIT() macro instead of shiftsJacob Keller2016-05-145-10/+11
* igbvf: remove unused variable and dead codeJacob Keller2016-05-141-3/+1
* igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2016-05-142-0/+44
* e1000e: e1000e_cyclecounter_read(): do overflow check only if neededDenys Vlasenko2016-05-131-14/+14
* e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow checkDenys Vlasenko2016-05-131-1/+1
* e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64Denys Vlasenko2016-05-131-1/+2
* igb: make igb_update_pf_vlvf staticJacob Keller2016-05-131-1/+1
* igb: use BIT() macro or unsigned prefixJacob Keller2016-05-1311-136/+136
* e1000e: Cleanup consistency in ret_val variable usageBrian Walsh2016-05-131-11/+11
* e1000e: fix ethtool autoneg off for non-copperSteve Shih2016-05-131-2/+10
* phy: micrel: Use MICREL_PHY_ID_MASK definitionFabio Estevam2016-05-121-17/+17
* gtp: put back reference to netns when not required anymorePablo Neira2016-05-121-3/+12
* qed*: Tx-switching configurationYuval Mintz2016-05-129-4/+50
* qed*: support ndo_get_vf_configYuval Mintz2016-05-122-0/+105
* qed*: IOV support spoof-checkingYuval Mintz2016-05-125-0/+110
* qed*: IOV link controlYuval Mintz2016-05-125-0/+274
* qed*: Support forced MACYuval Mintz2016-05-126-0/+229
* qed*: Support PVID configurationYuval Mintz2016-05-128-7/+467
* qede: Add VF supportYuval Mintz2016-05-123-9/+90
* qed: Align TLVsYuval Mintz2016-05-126-2/+375
* qed: Bulletin and LinkYuval Mintz2016-05-125-6/+425
* qed: IOV l2 functionalityYuval Mintz2016-05-129-246/+1957
* qed: IOV configure and FLRYuval Mintz2016-05-1213-11/+959
* qed: Introduce VFsYuval Mintz2016-05-1223-186/+1777
* qed: Add VF->PF channel infrastructureYuval Mintz2016-05-129-15/+580
* qed: Add CONFIG_QED_SRIOVYuval Mintz2016-05-129-0/+650
* net/mlx5e: Enable CQE compression when PCI is slower than linkSaeed Mahameed2016-05-123-0/+72
* net/mlx5e: Expand WQE stride when CQE compression is enabledTariq Toukan2016-05-123-29/+46
* net/mlx5e: CQE compressionTariq Toukan2016-05-125-2/+177
* dsa: mv88e6xxx: Handle eeprom-length propertyAndrew Lunn2016-05-122-0/+20
* dsa: Rename switch chip data to cdAndrew Lunn2016-05-122-4/+4
* dsa: Remove master_dev from switch structureAndrew Lunn2016-05-121-0/+1
* dsa: Move gpio reset into switch driverAndrew Lunn2016-05-122-1/+20
* dsa: Add mdio device support to Marvell switchesAndrew Lunn2016-05-121-18/+72
* dsa: mv88e6xxx: Rename probe function to fit the normal patternAndrew Lunn2016-05-121-4/+4
* dsa: mv88e6xxx: Initialise the mutex as soon as it is createdAndrew Lunn2016-05-121-2/+1
* net: dsa: mv88e6xxx: add STU capabilityVivien Didelot2016-05-122-14/+16
* net: dsa: mv88e6xxx: abstract VTU/STU data accessVivien Didelot2016-05-121-4/+28
* net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-121-98/+91
* gtp: reload GTPv1 header after pskb_may_pull()Pablo Neira2016-05-101-0/+2
* net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-101-24/+2
* net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes2016-05-102-29/+21
* net: phy: add phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-101-0/+24
* Merge tag 'linux-can-next-for-4.7-20160509' of git://git.kernel.org/pub/scm/l...David S. Miller2016-05-108-78/+347
|\
| * can: ifi: Add more detailed error reportingMarek Vasut2016-05-091-6/+107