aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_82599.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov2010-07-051-1/+1
* ixgbe: add 1g PHY support for 82599Don Skidmore2010-06-301-0/+13
* ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov2010-06-031-3/+2
* ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala2010-05-201-0/+1
* ixgbe: add support for active DA cablesDon Skidmore2010-05-181-2/+6
* ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardwareMallikarjuna R Chilakala2010-05-131-392/+11
* ixgbe: Properly display 1 gig downshift warning for backplaneAnjali Singhai2010-04-271-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-14/+48
|\
| * ixgbe: Power down PHY during driver resetsPeter Waskiewicz2010-04-271-14/+48
* | net/intel: remove trailing space in messagesFrans Pop2010-03-241-1/+1
|/
* ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flappingMallikarjuna R Chilakala2010-03-181-36/+42
* ixgbe: Cleanup incorrect header commentsPeter Waskiewicz2010-02-151-5/+0
* ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz2010-02-101-13/+93
* ixgbe: Allow the VF driver to be loaded before the PF driverGreg Rose2010-01-231-5/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-1/+1
|\
| * ixgbe: update copyright datesShannon Nelson2010-01-131-1/+1
* | ixgbe: Add SR-IOV feature enablement codeGreg Rose2010-01-101-58/+68
|/
* ixgbe: add support for 82599 KR device 0x1517Don Skidmore2009-12-081-0/+1
* ixgbe: Add support for 82599 alternative WWNN/WWPN prefixYi Zou2009-10-291-0/+50
* ixgbe: Fix KR to KX fail over for Mezzanine cardsDon Skidmore2009-10-081-3/+124
* ixgbe: add support for 82599 based Express Module X520-P2Don Skidmore2009-10-081-0/+1
* ixgbe: add support for 82599 based X520 10G Dual KX4 Mezz cardDon Skidmore2009-10-041-0/+1
* ixgbe: add support for 82599 Combined BackplaneDon Skidmore2009-10-041-0/+1
* ixgbe: Create separate media type for CX4 adaptersPeter P Waskiewicz Jr2009-09-141-1/+1
* ixgbe: Add support for 82599-based CX4 adaptersPeter P Waskiewicz Jr2009-09-141-0/+3
* ixgbe: Patch to fix 82599 multispeed fiber link issues when driver is loaded ...Mallikarjuna R Chilakala2009-09-011-11/+11
* ixgbe: refactor link setup codeMallikarjuna R Chilakala2009-09-011-90/+45
* ixgbe: cleanup functions that should have been defined staticDon Skidmore2009-08-261-81/+75
* ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr2009-06-071-3/+55
* ixgbe: Add Flow Director init and modify functions for 82599Peter P Waskiewicz Jr2009-06-071-0/+925
* ixgbe: ethtool support to change advertised link modes of 82599 adaptersMallikarjuna R Chilakala2009-06-071-0/+9
* ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala2009-06-071-7/+6
* ixgbe: Harden the 82599 multispeed fiber autotry mechanismPeter P Waskiewicz Jr2009-06-071-21/+99
* ixgbe: Change the 82599 PHY DSP restart logicPeter P Waskiewicz Jr2009-06-071-4/+3
* ixgbe: Remove device ID 0x10d8Peter P Waskiewicz Jr2009-05-261-1/+0
* ixgbe: Add semaphore access for PHY initialization for 82599Peter P Waskiewicz Jr2009-05-191-0/+12
* ixgbe: Add generic XAUI support to 82599Peter P Waskiewicz Jr2009-05-181-0/+3
* ixgbe: Add SAN MAC address to the RAR, return the address to DCBWaskiewicz Jr, Peter P2009-05-171-0/+17
* ixgbe: Add FCoE Storage MAC Address supportPJ Waskiewicz2009-05-171-0/+73
* ixgbe: Implement FCoE Tx side offload features in base driver of 82599Yi Zou2009-05-171-1/+0
* ixgbe: Use generic MDIO definitions and functionsBen Hutchings2009-04-291-9/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-161-38/+2
|\
| * ixgbe: Move the LED blink code to common, since 82599 also uses itPJ Waskiewicz2009-04-111-38/+2
* | ixgbe: Update get_physical_layer() calls, plus a version bumpPeter P Waskiewicz Jr2009-04-111-36/+98
* | ixgbe: Update the usage of orig_autoc to be more consistentPJ Waskiewicz2009-04-111-9/+28
* | ixgbe: Remove unnecessary PHY reset, properly identify multispeed fiber modulesPJ Waskiewicz2009-04-111-8/+16
* | ixgbe: Move PHY ops initialization to centralize bus accessesPJ Waskiewicz2009-04-111-24/+46
|/
* ixgbe: Cleanup some whitespace issues, fixup and add some commentsJesse Brandeburg2009-03-141-3/+2
* ixgbe: Fix get_supported_physical_layer() due to new 82599 PHY typesPJ Waskiewicz2009-03-141-0/+16
* ixgbe: Add hardware specific initialization code for 82599 devicesPJ Waskiewicz2009-03-011-0/+1277