summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto3-0/+68
2015-10-23ixgbe: Add new ndo to trust VFHiroshi Shimamoto4-0/+40
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-5/+9
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-10-15ixgbe: Check for setup_internal_link methodMark Rustad1-1/+1
2015-10-15ixgbe: Fix CS4227-related semaphore error on reset failureMark Rustad1-0/+9
2015-10-15ixgbe: disable LRO by defaultEmil Tantilov1-2/+0
2015-10-14ixgbe: add flow control ethertype to the anti-spoofing filterEmil Tantilov2-5/+15
2015-09-24ixgbe: Advance version to 4.2.1Mark Rustad1-1/+1
2015-09-24ixgbe: X540 thermal warning interrupt not a GPIMark Rustad1-3/+0
2015-09-24ixgbe: Fix FCRTH value in VM-to-VM loopback modeMark Rustad2-4/+11
2015-09-24ixgbe: Only clear adapter_stopped if ixgbe_setup_fc succeededMark Rustad1-3/+3
2015-09-24ixgbe: Correct several flaws with with DCA setupMark Rustad1-14/+26
2015-09-24ixgbe: Add new X550EM SFP+ device IDMark Rustad1-0/+1
2015-09-24ixgbe: Update ixgbe_disable_pcie_master flow for X550*Mark Rustad1-0/+3
2015-09-24ixgbe: Add small packet padding support for X550Mark Rustad2-0/+4
2015-09-24ixgbe: Correct setting of RDRXCTL register for X550* devicesMark Rustad1-2/+2
2015-09-24ixgbe: Correct error path in semaphore handlingMark Rustad1-0/+5
2015-09-24ixgbe: Add I2C bus mux supportMark Rustad3-39/+122
2015-09-24ixgbe: Limit SFP polling rateMark Rustad2-0/+10
2015-09-24ixgbe: Allow SFP+ on more than 82598 and 82599Mark Rustad1-1/+1
2015-09-24ixgbe: Add logic to reset CS4227 when neededMark Rustad2-1/+293
2015-09-24ixgbe: Fix 1G and 10G link stability for X550EM_x SFP+Mark Rustad2-44/+90
2015-09-24ixgbe: Add X550EM_x dual-speed SFP+ supportMark Rustad6-167/+263
2015-09-24ixgbe: Allow reduced delays during SFP detectionMark Rustad2-0/+20
2015-09-24ixgbe: Clear I2C destination locationMark Rustad1-0/+1
2015-09-23ixgbe: Enable bit-banging mode on X550Mark Rustad1-2/+63
2015-09-23ixgbe: Set lan_id before first I2C eeprom accessMark Rustad1-3/+3
2015-09-23ixgbe: Provide unlocked I2C methodsMark Rustad4-28/+186
2015-09-23ixgbe: Provide I2C combined on X550EMMark Rustad1-2/+2
2015-09-23ixgbe: Add X550EM support for SFP insertion interruptMark Rustad1-0/+2
2015-09-23ixgbe: Accept SFP not present errors on all devicesMark Rustad1-2/+1
2015-09-23ixgbe: Add fdir support for SCTP on X550Don Skidmore2-0/+11
2015-09-23ixgbe: Add SFP+ detection for X550 hardwareDon Skidmore1-3/+9
2015-09-16ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck4-6/+5
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