aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
AgeCommit message (Expand)Author
2020-06-20ixgbe: fix signed-integer-overflow warningXie XiuQi
2018-08-24ixgbe: Be more careful when modifying MAC filtersAlexander Duyck
2017-12-25ixgbe: fix use of uninitialized paddingEmil Tantilov
2017-10-09net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong
2017-07-25ixgbe: Disable flow control for XFITony Nguyen
2017-07-25ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen
2017-05-31ixgbe: add missing configuration for rate select 1Emil Tantilov
2017-05-31ixgbe: always call setup_mac_link for multispeed fiberEmil Tantilov
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt
2017-01-18net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad
2017-01-03ixgbe: Fix issues with EEPROM accessMark Rustad
2017-01-03ixgbe: Report driver version to firmware for x550 devicesTony Nguyen
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-20ixgbe: Add support for new X557 deviceDon Skidmore
2016-08-19ixgbe: Do not clear RAR entry when clearing VMDq for SAN MACAlexander Duyck
2016-07-22ixgbe: cleanup crosstalk fixDon Skidmore
2016-07-22ixgbe: Change register variable to unsignedDon Skidmore
2016-07-22ixgbevf: Correct parameter sent to LED functionDon Skidmore
2016-04-25ixgbe: use BIT() macroJacob Keller
2016-04-24ixgbe: consolidate the configuration of spoof checkingEmil Tantilov
2016-04-07ixgbe: Read and set instance idMark Rustad
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad
2016-04-07ixgbe: Add support for single-port X550 deviceMark Rustad
2016-04-07ixgbe: Take manageability semaphore for firmware commandsMark Rustad
2016-04-07ixgbe: Clean up interface for firmware commandsMark Rustad
2016-04-07ixgbe: Correct length check for round upMark Rustad
2016-04-07ixgbe: Change the lan_id and func fields to a u8 to avoid castsMark Rustad
2016-04-04ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad
2015-12-12ixgbe: Clear stale pool mappingsAlexander Duyck
2015-12-12ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck
2015-12-12ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck
2015-12-12ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck
2015-12-12ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck
2015-12-03ixgbe: Wait for master disable to be setMark Rustad
2015-09-23ixgbe: Fix FCRTH value in VM-to-VM loopback modeMark Rustad
2015-09-23ixgbe: Only clear adapter_stopped if ixgbe_setup_fc succeededMark Rustad
2015-09-23ixgbe: Update ixgbe_disable_pcie_master flow for X550*Mark Rustad
2015-09-23ixgbe: Add X550EM_x dual-speed SFP+ supportMark Rustad
2015-09-01ixgbe: add new function to check for management presenceDon Skidmore
2015-06-09ixgbe: fix bug in not clearing counters for X550 devicesDon Skidmore
2015-06-09ixgbe: add support for WoL and autoneg FC for some X550 devicesDon Skidmore
2015-06-09ixgbe: add array of MAC type dependent valuesDon Skidmore
2015-03-13ixgbe: enable relaxed ordering for SPARCJeff Kirsher
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore