summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25ixgbe: use BIT() macroJacob Keller1-15/+15
2016-04-25ixgbe: consolidate the configuration of spoof checkingEmil Tantilov1-29/+11
2016-04-08ixgbe: Read and set instance idMark Rustad1-0/+8
2016-04-08ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-0/+1
2016-04-08ixgbe: Add support for single-port X550 deviceMark Rustad1-0/+1
2016-04-08ixgbe: Take manageability semaphore for firmware commandsMark Rustad1-11/+19
2016-04-08ixgbe: Clean up interface for firmware commandsMark Rustad1-18/+21
2016-04-08ixgbe: Correct length check for round upMark Rustad1-1/+1
2016-04-08ixgbe: Change the lan_id and func fields to a u8 to avoid castsMark Rustad1-1/+1
2016-04-05ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad1-4/+4
2015-12-12ixgbe: Clear stale pool mappingsAlexander Duyck1-3/+4
2015-12-12ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck1-23/+19
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck1-6/+15
2015-12-12ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck1-54/+34
2015-12-12ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck1-72/+70
2015-12-12ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck1-29/+19
2015-12-03ixgbe: Wait for master disable to be setMark Rustad1-1/+13
2015-09-24ixgbe: Fix FCRTH value in VM-to-VM loopback modeMark Rustad1-3/+4
2015-09-24ixgbe: Only clear adapter_stopped if ixgbe_setup_fc succeededMark Rustad1-3/+3
2015-09-24ixgbe: Update ixgbe_disable_pcie_master flow for X550*Mark Rustad1-0/+3
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