summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-02ixgbe: add hwmon interface to export thermal dataDon Skidmore1-6/+4
2012-05-02ixgbe: add support functions to access thermal dataDon Skidmore1-0/+171
2012-04-04ixgbe: consolidate reporting of MSIX vectors into a single functionEmil Tantilov1-5/+24
2012-03-20ixgbe: Fix issues with SR-IOV loopback when flow control is disabledAlexander Duyck1-1/+8
2012-03-14ixgbe: Fix race condition where RX buffer could become corrupted.Atita Shirwaikar1-0/+52
2012-03-14ixgbe: Do not disable read relaxed ordering when DCA is enabledAlexander Duyck1-3/+3
2012-03-01ixgbe: fix spelling errorsDon Skidmore1-1/+1
2012-02-03ixgbe: update copyright to 2012Don Skidmore1-1/+1
2012-01-03ixgbe: fix incorrect PHY register readsEmil Tantilov1-4/+4
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-11-03ixgbe: fix reading of the buffer returned by the firmwareEmil Tantilov1-9/+11
2011-10-17ixgbe: fix endianess when writing driver version to firmwareEmil Tantilov1-8/+8
2011-10-05ixgbe: do not disable flow control in ixgbe_check_mac_linkEmil Tantilov1-6/+0