summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
AgeCommit message (Expand)Author
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
2014-12-05ixgbe: Add X550 support function pointersDon Skidmore
2014-12-05ixgbe: cleanup checksum to allow error resultsDon Skidmore
2014-12-05ixgbe: Add x550 SW/FW semaphore supportDon Skidmore
2014-12-05ixgbe: Add timeout parameter to ixgbe_host_interface_commandDon Skidmore
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore
2014-11-11ixgbe: fix X540 Completion timeoutDon Skidmore
2014-07-25ixgbe: Make return values more directMark Rustad
2014-07-25ixgbe: Convert some udelays to usleep_rangeMark Rustad
2014-07-13ixgbe: remove unnecessary break after gotoFabian Frederick
2014-05-23ixgbe: add braces around else blockJacob Keller
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-22ixgbe: convert low_water into an arrayJacob Keller
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski
2014-03-21ixgbe: Break recursion in case of removalMark Rustad
2014-03-20ixgbe: use ixgbe_read_pci_cfg_wordJacob Keller