aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09ixgbe: Fix typos in commentsJiaqing Zhao1-1/+1
2022-02-23ixgbe: Remove non-inclusive languagePiotr Skajewski1-18/+18
2021-05-27ixgbe: Fix out-bounds warning in ixgbe_host_interface_command()Gustavo A. R. Silva1-9/+7
2021-03-23ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-8/+7
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-2/+2
2020-05-28ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()Jason Yan1-2/+1
2020-05-28ixgbe: fix signed-integer-overflow warningXie XiuQi1-1/+1
2018-07-12ixgbe: Be more careful when modifying MAC filtersAlexander Duyck1-1/+11
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-27/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-01-26ixgbe: Fix && vs || typoDan Carpenter1-1/+1
2018-01-12ixgbe: Fix kernel-doc format warningsTony Nguyen1-3/+6
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt1-0/+112
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+0
2017-10-09ixgbe: fix the FWSM.PT check in ixgbe_mng_present()Emil Tantilov1-2/+2
2017-10-09ixgbe: fix use of uninitialized paddingEmil Tantilov1-2/+2
2017-10-09net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong1-19/+0
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong1-1/+1
2017-07-25ixgbe: Disable flow control for XFITony Nguyen1-1/+4
2017-07-25ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen1-6/+19
2017-05-31ixgbe: add missing configuration for rate select 1Emil Tantilov1-0/+19
2017-05-31ixgbe: always call setup_mac_link for multispeed fiberEmil Tantilov1-18/+0
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-2/+2
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt1-1/+2
2017-01-18net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan1-1/+1
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad1-0/+9
2017-01-03ixgbe: Fix issues with EEPROM accessMark Rustad1-35/+62
2017-01-03ixgbe: Report driver version to firmware for x550 devicesTony Nguyen1-2/+5
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore1-7/+9
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore1-0/+46
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-08-20ixgbe: Add support for new X557 deviceDon Skidmore1-0/+1
2016-08-19ixgbe: Do not clear RAR entry when clearing VMDq for SAN MACAlexander Duyck1-1/+3
2016-07-22ixgbe: cleanup crosstalk fixDon Skidmore1-0/+71
2016-07-22ixgbe: Change register variable to unsignedDon Skidmore1-1/+1
2016-07-22ixgbevf: Correct parameter sent to LED functionDon Skidmore1-0/+12
2016-04-25ixgbe: use BIT() macroJacob Keller1-15/+15
2016-04-24ixgbe: consolidate the configuration of spoof checkingEmil Tantilov1-29/+11
2016-04-07ixgbe: Read and set instance idMark Rustad1-0/+8
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-0/+1
2016-04-07ixgbe: Add support for single-port X550 deviceMark Rustad1-0/+1
2016-04-07ixgbe: Take manageability semaphore for firmware commandsMark Rustad1-11/+19
2016-04-07ixgbe: Clean up interface for firmware commandsMark Rustad1-18/+21
2016-04-07ixgbe: Correct length check for round upMark Rustad1-1/+1
2016-04-07ixgbe: Change the lan_id and func fields to a u8 to avoid castsMark Rustad1-1/+1
2016-04-04ixgbe: 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