summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-24ixgbe: Add X550EM_x dual-speed SFP+ supportMark Rustad1-0/+210
2015-09-02ixgbe: add new function to check for management presenceDon Skidmore1-0/+15
2015-06-10ixgbe: fix bug in not clearing counters for X550 devicesDon Skidmore1-1/+1
2015-06-10ixgbe: add support for WoL and autoneg FC for some X550 devicesDon Skidmore1-0/+2
2015-06-10ixgbe: add array of MAC type dependent valuesDon Skidmore1-27/+32
2015-03-14ixgbe: enable relaxed ordering for SPARCJeff Kirsher1-2/+6
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore1-2/+46
2014-12-05ixgbe: Add X550 support function pointersDon Skidmore1-3/+3
2014-12-05ixgbe: cleanup checksum to allow error resultsDon Skidmore1-32/+54
2014-12-05ixgbe: Add x550 SW/FW semaphore supportDon Skidmore1-2/+2
2014-12-05ixgbe: Add timeout parameter to ixgbe_host_interface_commandDon Skidmore1-10/+31
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore1-9/+21
2014-11-11ixgbe: fix X540 Completion timeoutDon Skidmore1-1/+19
2014-07-26ixgbe: Make return values more directMark Rustad1-335/+239
2014-07-26ixgbe: Convert some udelays to usleep_rangeMark Rustad1-3/+3
2014-07-14ixgbe: remove unnecessary break after gotoFabian Frederick1-2/+0
2014-05-23ixgbe: add braces around else blockJacob Keller1-2/+2
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller1-11/+6
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller1-12/+12
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-04-23ixgbe: convert low_water into an arrayJacob Keller1-13/+22
2014-04-19e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski1-1/+1
2014-03-21ixgbe: Break recursion in case of removalMark Rustad1-0/+3
2014-03-20ixgbe: use ixgbe_read_pci_cfg_wordJacob Keller1-8/+3
2014-03-20ixgbe: remove unused media typeJacob Keller1-3/+0
2014-03-20ixgbe: fix errors related to protected AUTOC callsDon Skidmore1-5/+5
2014-03-13ixgbe: add Linux NICS mailing list to contact infoJacob Keller1-0/+1
2014-03-03ixgbe: Check config reads for removalMark Rustad1-7/+9
2014-02-28ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore1-59/+59
2014-02-28ixgbe: fix to use correct timeout interval for memory read completionDon Skidmore1-2/+52
2013-08-29ixgbe: Check return value on eeprom readsMark Rustad1-22/+45
2013-07-31ixgbe: clear semaphore bits on timeoutsEmil Tantilov1-24/+21
2013-07-31ixgbe: add new media type.Don Skidmore1-0/+3
2013-07-31ixgbe: fix fc autoneg ethtool reporting.Don Skidmore1-9/+33
2013-04-18ixgbe: create conversion functions from link_status to bus/speedJacob Keller1-32/+32
2013-04-18ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller1-0/+3
2013-04-18ixgbe: don't do arithmetic operations on bitmasksEmil Tantilov1-1/+1
2013-02-05ixgbe: update date to 2013Don Skidmore1-1/+1
2012-12-07ixgbe: Use is_valid_ether_addrJoe Perches1-25/+1
2012-11-22ixgbe: ethtool correctly identify autoneg settingJacob Keller1-2/+1
2012-10-30ixgbe: Add support for pipeline resetDon Skidmore1-3/+67
2012-10-23ixgbe: using is_zero_ether_addr() to simplify the codeWei Yongjun1-2/+1
2012-10-03ixgbe: add support for X540-AT1joshua.a.hay@intel.com1-0/+1
2012-07-20ixgbe: Only enable anti-spoof on VF poolsAlexander Duyck1-9/+11
2012-07-20ixgbe: Correctly set SAN MAC RAR pool to default pool of PFAlexander Duyck1-0/+25
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+2
2012-05-10ixgbe: correct disable_rx_buff timeoutJacob Keller1-1/+1
2012-05-04ixgbe: Update link flow control to correctly handle multiple packet buffer DCBAlexander Duyck1-104/+60
2012-05-04ixgbe: Reorder link flow control functions in ixgbe_common.cAlexander Duyck1-290/+282
2012-05-04ixgbe: Make ixgbe_fc_autoneg return void and always set current_modeAlexander Duyck1-26/+11