summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller2014-05-231-12/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-241-1/+1
|\
| * e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-181-1/+1
* | ixgbe: convert low_water into an arrayJacob Keller2014-04-221-13/+22
|/
* ixgbe: Break recursion in case of removalMark Rustad2014-03-211-0/+3
* ixgbe: use ixgbe_read_pci_cfg_wordJacob Keller2014-03-201-8/+3
* ixgbe: remove unused media typeJacob Keller2014-03-201-3/+0
* ixgbe: fix errors related to protected AUTOC callsDon Skidmore2014-03-191-5/+5
* ixgbe: add Linux NICS mailing list to contact infoJacob Keller2014-03-121-0/+1
* ixgbe: Check config reads for removalMark Rustad2014-03-021-7/+9
* ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore2014-02-281-59/+59
* ixgbe: fix to use correct timeout interval for memory read completionDon Skidmore2014-02-281-2/+52
* ixgbe: Check return value on eeprom readsMark Rustad2013-08-291-22/+45
* ixgbe: clear semaphore bits on timeoutsEmil Tantilov2013-07-311-24/+21
* ixgbe: add new media type.Don Skidmore2013-07-301-0/+3
* ixgbe: fix fc autoneg ethtool reporting.Don Skidmore2013-07-301-9/+33
* ixgbe: create conversion functions from link_status to bus/speedJacob Keller2013-04-171-32/+32
* ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller2013-04-171-0/+3
* ixgbe: don't do arithmetic operations on bitmasksEmil Tantilov2013-04-171-1/+1
* ixgbe: update date to 2013Don Skidmore2013-02-051-1/+1
* ixgbe: Use is_valid_ether_addrJoe Perches2012-12-061-25/+1
* ixgbe: ethtool correctly identify autoneg settingJacob Keller2012-11-221-2/+1
OpenPOWER on IntegriCloud