summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Avoid needless PHY access on copper physMark Rustad2015-09-022-21/+44
* ixgbe: cleanup to use cached mask valueDon Skidmore2015-09-021-6/+1Star
* ixgbe: Remove second instance of lan_id variableDon Skidmore2015-09-022-4/+1Star
* ixgbe: use kzalloc for allocating one thingManinder Singh2015-09-021-1/+1
* ixgbe: Remove unused PCI bus typesDon Skidmore2015-09-021-2/+0Star
* ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore2015-09-023-1/+12
* ixgbe: add get_bus_info method for X550Don Skidmore2015-09-021-0/+19
* ixgbe: Add support for entering low power link up stateDon Skidmore2015-09-023-2/+185
* ixgbe: Add support for VXLAN RX offloadsMark Rustad2015-09-024-31/+127
* ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad2015-09-021-12/+54
* ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2015-09-022-24/+40
* ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2015-09-022-2/+21
* ixgbe: add new function to check for management presenceDon Skidmore2015-09-023-6/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-1/+1
|\
| * mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-1/+1
* | ixgbe: TRIVIAL fix up double 'the' and comment styleJacob Keller2015-08-181-2/+1Star
* | ixgbe: Simplify port-specific macrosMark Rustad2015-08-181-9/+9
* | ixgbe: Don't report flow director filter's statusFan Du2015-07-181-2/+0Star
* | ixgbe: Specify Rx hash type WRT Rx desc RSS typeFan Du2015-07-181-4/+21
* | ixgbe: only report generic filters in get_ts_infoJacob Keller2015-07-181-8/+0Star
|/
* switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-231-1/+2
* ixgbe: Remember to write ixfi changes after modifyingDon Skidmore2015-06-101-1/+1
* ixgbe: fix X550 default set_phy_power methodDon Skidmore2015-06-101-2/+2
* ixgbe: Set lan_id before using I2CDon Skidmore2015-06-102-3/+5
* ixgbe: add link check for X550 copperDon Skidmore2015-06-101-0/+43
* ixgbe: Add support for another X550 device.Don Skidmore2015-06-104-0/+10
* ixgbe: fix X550 PHY function pointersDon Skidmore2015-06-101-6/+3Star
* ixgbe: fix X550 devices init flowDon Skidmore2015-06-101-49/+19Star
* ixgbe: fix bug in not clearing counters for X550 devicesDon Skidmore2015-06-101-1/+1
* ixgbe: fix issue with sfp events with new X550 devicesDon Skidmore2015-06-101-26/+21Star
* ixgbe: add support for interrupts from X550 external PHYDon Skidmore2015-06-102-0/+33
* ixgbe: Add const string for overheat messageDon Skidmore2015-06-101-8/+4Star
* ixgbe: Add reset for X550 deviceDon Skidmore2015-06-101-0/+17
* ixgbe: add X550 support for external PHY and forced 1G/10G supportDon Skidmore2015-06-102-160/+472
* ixgbe: Restore ESDP settings after MAC resetDon Skidmore2015-06-101-17/+21
* ixgbe: Add a PHY power state methodDon Skidmore2015-06-107-1/+55
* ixgbe: add define for X557 PHY IDDon Skidmore2015-06-103-0/+5
* ixgbe: add support for WoL and autoneg FC for some X550 devicesDon Skidmore2015-06-102-0/+6
* ixgbe: add array of MAC type dependent valuesDon Skidmore2015-06-1010-133/+328
* ixgbe: Allow flow director to use entire queue spaceJohn Fastabend2015-05-281-10/+24
* ixgbe: Use a signed type to hold error codesMark Rustad2015-05-044-11/+11
* ixgbe: Release semaphore bits in the right orderMark Rustad2015-05-041-4/+4
* ixgbe: Fix IOSF SB access issuesMark Rustad2015-05-041-37/+65
* bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-2/+2
* ixgbe: Add GET_RSS_KEY command to VF-PF channel commands setVlad Zolotarov2015-04-112-0/+22
* ixgbe: Add a RETA query command to VF-PF channel APIVlad Zolotarov2015-04-112-0/+39
* ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS infoVlad Zolotarov2015-04-114-2/+40
* ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov2015-04-113-1/+44
* ixgbe: Refactor the RSS configuration codeVlad Zolotarov2015-04-112-44/+112
* ixgbe: Drop unnecessary call to rcu_barrierAlexander Duyck2015-04-101-2/+0Star