summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2015-09-16ixgbe: Teardown SR-IOV before unregister_netdev()Alex Williamson1-3/+3
2015-09-16ixgbe: fix issue with SFP events with new X550 devicesDon Skidmore1-3/+12
2015-09-02ixgbe: Resolve "initialized field overwritten" warningsMark Rustad1-1/+0
2015-09-02ixgbe: Remove bimodal SR-IOV disablingAlex Williamson1-6/+1
2015-09-02ixgbe: Add support for reporting 2.5G link speedMark Rustad2-8/+26
2015-09-02ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov1-3/+4
2015-09-02ixgbe: support for ethtool set_rxfhTom Barbette3-1/+49
2015-09-02ixgbe: Avoid needless PHY access on copper physMark Rustad2-21/+44
2015-09-02ixgbe: cleanup to use cached mask valueDon Skidmore1-6/+1
2015-09-02ixgbe: Remove second instance of lan_id variableDon Skidmore2-4/+1
2015-09-02ixgbe: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-09-02ixgbe: Remove unused PCI bus typesDon Skidmore1-2/+0
2015-09-02ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore3-1/+12
2015-09-02ixgbe: add get_bus_info method for X550Don Skidmore1-0/+19
2015-09-02ixgbe: Add support for entering low power link up stateDon Skidmore3-2/+185
2015-09-02ixgbe: Add support for VXLAN RX offloadsMark Rustad4-31/+127
2015-09-02ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad1-12/+54
2015-09-02ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2-24/+40
2015-09-02ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2-2/+21
2015-09-02ixgbe: add new function to check for management presenceDon Skidmore3-6/+18
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-22mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-08-19ixgbe: TRIVIAL fix up double 'the' and comment styleJacob Keller1-2/+1
2015-08-19ixgbe: Simplify port-specific macrosMark Rustad1-9/+9
2015-07-18ixgbe: Don't report flow director filter's statusFan Du1-2/+0
2015-07-18ixgbe: Specify Rx hash type WRT Rx desc RSS typeFan Du1-4/+21
2015-07-18ixgbe: only report generic filters in get_ts_infoJacob Keller1-8/+0
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-1/+2
2015-06-10ixgbe: Remember to write ixfi changes after modifyingDon Skidmore1-1/+1
2015-06-10ixgbe: fix X550 default set_phy_power methodDon Skidmore1-2/+2
2015-06-10ixgbe: Set lan_id before using I2CDon Skidmore2-3/+5
2015-06-10ixgbe: add link check for X550 copperDon Skidmore1-0/+43
2015-06-10ixgbe: Add support for another X550 device.Don Skidmore4-0/+10
2015-06-10ixgbe: fix X550 PHY function pointersDon Skidmore1-6/+3
2015-06-10ixgbe: fix X550 devices init flowDon Skidmore1-49/+19
2015-06-10ixgbe: fix bug in not clearing counters for X550 devicesDon Skidmore1-1/+1
2015-06-10ixgbe: fix issue with sfp events with new X550 devicesDon Skidmore1-26/+21
2015-06-10ixgbe: add support for interrupts from X550 external PHYDon Skidmore2-0/+33
2015-06-10ixgbe: Add const string for overheat messageDon Skidmore1-8/+4
2015-06-10ixgbe: Add reset for X550 deviceDon Skidmore1-0/+17
2015-06-10ixgbe: add X550 support for external PHY and forced 1G/10G supportDon Skidmore2-160/+472
2015-06-10ixgbe: Restore ESDP settings after MAC resetDon Skidmore1-17/+21
2015-06-10ixgbe: Add a PHY power state methodDon Skidmore7-1/+55
2015-06-10ixgbe: add define for X557 PHY IDDon Skidmore3-0/+5
2015-06-10ixgbe: add support for WoL and autoneg FC for some X550 devicesDon Skidmore2-0/+6
2015-06-10ixgbe: add array of MAC type dependent valuesDon Skidmore10-133/+328
2015-05-28ixgbe: Allow flow director to use entire queue spaceJohn Fastabend1-10/+24
2015-05-04ixgbe: Use a signed type to hold error codesMark Rustad4-11/+11
2015-05-04ixgbe: Release semaphore bits in the right orderMark Rustad1-4/+4
2015-05-04ixgbe: Fix IOSF SB access issuesMark Rustad1-37/+65