summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2015-07-17ixgbe: Don't report flow director filter's statusFan Du1-2/+0
2015-07-17ixgbe: Specify Rx hash type WRT Rx desc RSS typeFan Du1-4/+21
2015-07-17ixgbe: 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-09ixgbe: Remember to write ixfi changes after modifyingDon Skidmore1-1/+1
2015-06-09ixgbe: fix X550 default set_phy_power methodDon Skidmore1-2/+2
2015-06-09ixgbe: Set lan_id before using I2CDon Skidmore2-3/+5
2015-06-09ixgbe: add link check for X550 copperDon Skidmore1-0/+43
2015-06-09ixgbe: Add support for another X550 device.Don Skidmore4-0/+10
2015-06-09ixgbe: fix X550 PHY function pointersDon Skidmore1-6/+3
2015-06-09ixgbe: fix X550 devices init flowDon Skidmore1-49/+19
2015-06-09ixgbe: fix bug in not clearing counters for X550 devicesDon Skidmore1-1/+1
2015-06-09ixgbe: fix issue with sfp events with new X550 devicesDon Skidmore1-26/+21
2015-06-09ixgbe: add support for interrupts from X550 external PHYDon Skidmore2-0/+33
2015-06-09ixgbe: Add const string for overheat messageDon Skidmore1-8/+4
2015-06-09ixgbe: Add reset for X550 deviceDon Skidmore1-0/+17
2015-06-09ixgbe: add X550 support for external PHY and forced 1G/10G supportDon Skidmore2-160/+472
2015-06-09ixgbe: Restore ESDP settings after MAC resetDon Skidmore1-17/+21
2015-06-09ixgbe: Add a PHY power state methodDon Skidmore7-1/+55
2015-06-09ixgbe: add define for X557 PHY IDDon Skidmore3-0/+5
2015-06-09ixgbe: add support for WoL and autoneg FC for some X550 devicesDon Skidmore2-0/+6
2015-06-09ixgbe: 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
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel1-2/+2
2015-04-11ixgbe: Add GET_RSS_KEY command to VF-PF channel commands setVlad Zolotarov2-0/+22
2015-04-10ixgbe: Add a RETA query command to VF-PF channel APIVlad Zolotarov2-0/+39
2015-04-10ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS infoVlad Zolotarov4-2/+40
2015-04-10ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov3-1/+44
2015-04-10ixgbe: Refactor the RSS configuration codeVlad Zolotarov2-44/+112
2015-04-10ixgbe: Drop unnecessary call to rcu_barrierAlexander Duyck1-2/+0
2015-04-10ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_featuresAlexander Duyck1-1/+1
2015-04-10ixgbe: adds x550 specific FCoE offloadsVasu Dev3-27/+107
2015-04-10ixgbe: add support for X550 source_address_prunningDon Skidmore3-0/+77
2015-04-09ixgbe: add new bridge mode support function.Don Skidmore1-16/+34
2015-04-09ixgbe: Move bridge mode from flag to variableDon Skidmore3-19/+20
2015-03-31ptp: ixgbe: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches1-2/+2
2015-03-31ptp: ixgbe: convert to the 64 bit get/set time methods.Richard Cochran1-7/+7
2015-03-13ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck2-15/+4
2015-03-13ixgbe: enable relaxed ordering for SPARCJeff Kirsher2-4/+12
2015-03-13ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 staticDon Skidmore1-2/+2
2015-03-13ixgbe: Clean up type inconsistencyDon Skidmore1-2/+2
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore9-14/+114
2015-03-08ethernet: codespell comment spelling fixesJoe Perches4-4/+4
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-02-05ixgbe: add Tx anti spoofing supportDon Skidmore4-0/+47
2015-02-05ixgbe: add VXLAN offload support for X550 devicesDon Skidmore3-2/+102