aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_82599.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-06ixgbe: fix for link failure on SFP+ DA cablesDon Skidmore1-3/+25
2010-12-03ixgbe: add support for 82599 FCoE SKUDon Skidmore1-0/+2
2010-12-03ixgbe: fix link behavior for SFP+ when driver is brought downDon Skidmore1-3/+9
2010-11-16ixgbe: add MAC and PHY support for x540Don Skidmore1-1/+7
2010-11-16ixgbe: make silicon specific functions genericDon Skidmore1-82/+4
2010-10-14ixgbe: declare functions as staticEmil Tantilov1-15/+15
2010-10-14ixgbe: remove unused functionsEmil Tantilov1-147/+0
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings1-43/+14
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov1-1/+1
2010-06-30ixgbe: add 1g PHY support for 82599Don Skidmore1-0/+13
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov1-3/+2
2010-05-20ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala1-0/+1
2010-05-18ixgbe: add support for active DA cablesDon Skidmore1-2/+6
2010-05-13ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardwareMallikarjuna R Chilakala1-392/+11
2010-04-27ixgbe: Properly display 1 gig downshift warning for backplaneAnjali Singhai1-0/+5
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-14/+48
2010-04-27ixgbe: Power down PHY during driver resetsPeter Waskiewicz1-14/+48
2010-03-24net/intel: remove trailing space in messagesFrans Pop1-1/+1
2010-03-18ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flappingMallikarjuna R Chilakala1-36/+42
2010-02-15ixgbe: Cleanup incorrect header commentsPeter Waskiewicz1-5/+0
2010-02-10ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz1-13/+93
2010-01-23ixgbe: Allow the VF driver to be loaded before the PF driverGreg Rose1-5/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-13ixgbe: update copyright datesShannon Nelson1-1/+1
2010-01-10ixgbe: Add SR-IOV feature enablement codeGreg Rose1-58/+68
2009-12-08ixgbe: add support for 82599 KR device 0x1517Don Skidmore1-0/+1
2009-10-29ixgbe: Add support for 82599 alternative WWNN/WWPN prefixYi Zou1-0/+50
2009-10-08ixgbe: Fix KR to KX fail over for Mezzanine cardsDon Skidmore1-3/+124
2009-10-08ixgbe: add support for 82599 based Express Module X520-P2Don Skidmore1-0/+1
2009-10-04ixgbe: add support for 82599 based X520 10G Dual KX4 Mezz cardDon Skidmore1-0/+1
2009-10-04ixgbe: add support for 82599 Combined BackplaneDon Skidmore1-0/+1
2009-09-14ixgbe: Create separate media type for CX4 adaptersPeter P Waskiewicz Jr1-1/+1
2009-09-14ixgbe: Add support for 82599-based CX4 adaptersPeter P Waskiewicz Jr1-0/+3
2009-09-01ixgbe: Patch to fix 82599 multispeed fiber link issues when driver is loaded without any cable and reconnecting it to 1G partnerMallikarjuna R Chilakala1-11/+11
2009-09-01ixgbe: refactor link setup codeMallikarjuna R Chilakala1-90/+45
2009-08-26ixgbe: cleanup functions that should have been defined staticDon Skidmore1-81/+75
2009-06-07ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr1-3/+55
2009-06-07ixgbe: Add Flow Director init and modify functions for 82599Peter P Waskiewicz Jr1-0/+925
2009-06-07ixgbe: ethtool support to change advertised link modes of 82599 adaptersMallikarjuna R Chilakala1-0/+9
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala1-7/+6
2009-06-07ixgbe: Harden the 82599 multispeed fiber autotry mechanismPeter P Waskiewicz Jr1-21/+99
2009-06-07ixgbe: Change the 82599 PHY DSP restart logicPeter P Waskiewicz Jr1-4/+3
2009-05-26ixgbe: Remove device ID 0x10d8Peter P Waskiewicz Jr1-1/+0
2009-05-19ixgbe: Add semaphore access for PHY initialization for 82599Peter P Waskiewicz Jr1-0/+12
2009-05-18ixgbe: Add generic XAUI support to 82599Peter P Waskiewicz Jr1-0/+3
2009-05-17ixgbe: Add SAN MAC address to the RAR, return the address to DCBWaskiewicz Jr, Peter P1-0/+17
2009-05-17ixgbe: Add FCoE Storage MAC Address supportPJ Waskiewicz1-0/+73
2009-05-17ixgbe: Implement FCoE Tx side offload features in base driver of 82599Yi Zou1-1/+0
2009-04-29ixgbe: Use generic MDIO definitions and functionsBen Hutchings1-9/+8
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-38/+2