summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Rearrange args to fix reverse Christmas treeJedrzej Jagielski2024-02-061-33/+33
* ixgbe: Convert ret val type from s32 to intJedrzej Jagielski2024-02-061-113/+113
* ixgbe: Refactor returning internal error codesJedrzej Jagielski2024-01-021-78/+67
* intel: legacy: field get conversionJesse Brandeburg2023-12-181-16/+14
* ixgbe: Filter out spurious link up indicationSebastian Czapla2023-01-131-3/+18
* ixgbe: Fix typos in commentsJiaqing Zhao2022-06-091-1/+1
* ixgbe: Remove non-inclusive languagePiotr Skajewski2022-02-231-18/+18
* ixgbe: Fix out-bounds warning in ixgbe_host_interface_command()Gustavo A. R. Silva2021-05-271-9/+7
* ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
* intel: clean up mismatched header commentsJesse Brandeburg2021-03-231-8/+7
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-2/+2
* ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()Jason Yan2020-05-281-2/+1
* ixgbe: fix signed-integer-overflow warningXie XiuQi2020-05-281-1/+1
* ixgbe: Be more careful when modifying MAC filtersAlexander Duyck2018-07-121-1/+11
* ixgbe: cleanup sparse warningsCathy Zhou2018-05-171-1/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-27/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* ixgbe: Fix && vs || typoDan Carpenter2018-01-261-1/+1
* ixgbe: Fix kernel-doc format warningsTony Nguyen2018-01-121-3/+6
* ixgbe: extend firmware version supportPaul Greenwalt2018-01-091-0/+112
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-091-19/+0
|\
| * net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2017-10-091-19/+0
| * Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong2017-10-091-1/+1
* | ixgbe: fix the FWSM.PT check in ixgbe_mng_present()Emil Tantilov2017-10-091-2/+2
* | ixgbe: fix use of uninitialized paddingEmil Tantilov2017-10-091-2/+2
|/
* ixgbe: Disable flow control for XFITony Nguyen2017-07-251-1/+4
* ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen2017-07-251-6/+19
* ixgbe: add missing configuration for rate select 1Emil Tantilov2017-05-311-0/+19
* ixgbe: always call setup_mac_link for multispeed fiberEmil Tantilov2017-05-311-18/+0
* ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen2017-05-311-2/+2
* ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt2017-05-311-1/+2
* 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