summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
Commit message (Expand)AuthorAgeFilesLines
* net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan2017-01-181-1/+1
* ixgbe: Implement support for firmware-controlled PHYsMark Rustad2017-01-031-0/+9
* ixgbe: Fix issues with EEPROM accessMark Rustad2017-01-031-35/+62
* ixgbe: Report driver version to firmware for x550 devicesTony Nguyen2017-01-031-2/+5
* ixgbe: Add X553 PHY FC autoneg supportDon Skidmore2016-11-041-7/+9
* ixgbe: Add support to retrieve and store LED link activeDon Skidmore2016-11-041-0/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+3
|\
| * ixgbe: Do not clear RAR entry when clearing VMDq for SAN MACAlexander Duyck2016-08-191-1/+3
* | ixgbe: Add support for new X557 deviceDon Skidmore2016-08-201-0/+1
|/
* ixgbe: cleanup crosstalk fixDon Skidmore2016-07-221-0/+71
* ixgbe: Change register variable to unsignedDon Skidmore2016-07-221-1/+1
* ixgbevf: Correct parameter sent to LED functionDon Skidmore2016-07-221-0/+12
* ixgbe: use BIT() macroJacob Keller2016-04-251-15/+15
* ixgbe: consolidate the configuration of spoof checkingEmil Tantilov2016-04-241-29/+11
* ixgbe: Read and set instance idMark Rustad2016-04-071-0/+8
* ixgbe: Add support for x550em_a 10G MAC typeMark Rustad2016-04-071-0/+1
* ixgbe: Add support for single-port X550 deviceMark Rustad2016-04-071-0/+1
* ixgbe: Take manageability semaphore for firmware commandsMark Rustad2016-04-071-11/+19
* ixgbe: Clean up interface for firmware commandsMark Rustad2016-04-071-18/+21
* ixgbe: Correct length check for round upMark Rustad2016-04-071-1/+1
* ixgbe: Change the lan_id and func fields to a u8 to avoid castsMark Rustad2016-04-071-1/+1
* ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad2016-04-041-4/+4
* ixgbe: Clear stale pool mappingsAlexander Duyck2015-12-121-3/+4
* ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck2015-12-121-23/+19
* ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck2015-12-121-6/+15
* ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck2015-12-121-54/+34
* ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck2015-12-121-72/+70
* ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck2015-12-121-29/+19
* ixgbe: Wait for master disable to be setMark Rustad2015-12-031-1/+13
* ixgbe: Fix FCRTH value in VM-to-VM loopback modeMark Rustad2015-09-231-3/+4
* ixgbe: Only clear adapter_stopped if ixgbe_setup_fc succeededMark Rustad2015-09-231-3/+3
* ixgbe: Update ixgbe_disable_pcie_master flow for X550*Mark Rustad2015-09-231-0/+3
* ixgbe: Add X550EM_x dual-speed SFP+ supportMark Rustad2015-09-231-0/+210
* ixgbe: add new function to check for management presenceDon Skidmore2015-09-011-0/+15
* ixgbe: fix bug in not clearing counters for X550 devicesDon Skidmore2015-06-091-1/+1
* ixgbe: add support for WoL and autoneg FC for some X550 devicesDon Skidmore2015-06-091-0/+2
* ixgbe: add array of MAC type dependent valuesDon Skidmore2015-06-091-27/+32
* ixgbe: enable relaxed ordering for SPARCJeff Kirsher2015-03-131-2/+6
* ixgbe: add new wrapper for X550 supportDon Skidmore2015-03-131-2/+46
* ixgbe: Add X550 support function pointersDon Skidmore2014-12-051-3/+3
* ixgbe: cleanup checksum to allow error resultsDon Skidmore2014-12-051-32/+54
* ixgbe: Add x550 SW/FW semaphore supportDon Skidmore2014-12-051-2/+2
* ixgbe: Add timeout parameter to ixgbe_host_interface_commandDon Skidmore2014-12-051-10/+31
* ixgbe: Add new support for X550 MAC'sDon Skidmore2014-11-111-9/+21
* ixgbe: fix X540 Completion timeoutDon Skidmore2014-11-111-1/+19
* ixgbe: Make return values more directMark Rustad2014-07-251-335/+239
* ixgbe: Convert some udelays to usleep_rangeMark Rustad2014-07-251-3/+3
* ixgbe: remove unnecessary break after gotoFabian Frederick2014-07-131-2/+0
* ixgbe: add braces around else blockJacob Keller2014-05-231-2/+2
* ixgbe: fix several concatenated strings to single lineJacob Keller2014-05-231-11/+6
OpenPOWER on IntegriCloud