aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_82598.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-1353/+0
2011-06-21ixgbe: add support for Dell CEMEmil Tantilov1-0/+1
2011-06-21ixgbe: consolidate packet buffer allocationJohn Fastabend1-0/+42
2011-05-04ixgbe: improve EEPROM read/write operationsEmil Tantilov1-0/+1
2011-04-13ixgbe: DCB, misallocated packet buffer size with X540 deviceJohn Fastabend1-0/+3
2011-04-13ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore1-1/+1
2011-04-13ixgbe: move disabling of relaxed ordering in start_hw()Emil Tantilov1-1/+20
2011-04-13ixgbe: correct function number for some 82598 partsEmil Tantilov1-1/+33
2011-03-12ixgbe: update PHY code to support 100Mbps as well as 1G/10GEmil Tantilov1-0/+1
2011-03-07ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov1-3/+4
2011-03-07ixgbe: cleanup PHY initEmil Tantilov1-7/+24
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore1-1/+1
2011-03-03ixgbe: add function pointer for semaphore functionDon Skidmore1-0/+2
2011-03-03ixgbe: store permanent address before initializing Rx addressesEmil Tantilov1-3/+3
2011-03-03ixgbe: Numerous whitespace / formatting cleanupsEmil Tantilov1-5/+2
2011-03-03ixgbe: Drop unused code for setting up unicast addressesEmil Tantilov1-1/+0
2011-03-03ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdqEmil Tantilov1-7/+17
2011-03-03ixgbe: Add ability to double reset on failure to clear master enableEmil Tantilov1-6/+15
2010-11-16ixgbe: make silicon specific functions genericDon Skidmore1-35/+2
2010-11-16ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend1-9/+12
2010-05-20ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala1-0/+1
2010-05-13ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardwareMallikarjuna R Chilakala1-4/+4
2010-02-15ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore1-0/+22
2010-01-13ixgbe: update copyright datesShannon Nelson1-1/+1
2009-12-15ixgbe: Fix 82598 premature copper PHY link indicatationMallikarjuna R Chilakala1-0/+38
2009-09-30ixgbe: Fix backplane flow control autonegPeter P Waskiewicz Jr1-1/+1
2009-09-14ixgbe: Create separate media type for CX4 adaptersPeter P Waskiewicz Jr1-2/+4
2009-09-01ixgbe: refactor link setup codeMallikarjuna R Chilakala1-38/+11
2009-08-26ixgbe: cleanup functions that should have been defined staticDon Skidmore1-3/+3
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+66
2009-08-03ixgbe: Patch to modify 82598 PCIe completion timeout valuesMallikarjuna R Chilakala1-1/+66
2009-07-17ixgbe: Add device support for a new copper 82598 devicePeter P Waskiewicz Jr1-0/+1
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala1-84/+31
2009-05-26ixgbe: fix 82598 SFP initialization after driver load.Don Skidmore1-2/+10
2009-05-17ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr1-1/+1
2009-05-17ixgbe: Add SAN MAC address to the RAR, return the address to DCBWaskiewicz Jr, Peter P1-0/+6
2009-04-29ixgbe: Use generic MDIO definitions and functionsBen Hutchings1-17/+16
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-57/+2
2009-04-11ixgbe: Update get_physical_layer() calls, plus a version bumpPeter P Waskiewicz Jr1-26/+59
2009-04-11ixgbe: Update the usage of orig_autoc to be more consistentPJ Waskiewicz1-4/+11
2009-04-11ixgbe: Move PHY ops initialization to centralize bus accessesPJ Waskiewicz1-25/+52
2009-04-11ixgbe: Don't return error in flow control configuration if FC is offPJ Waskiewicz1-3/+5
2009-04-11ixgbe: Enable another bit for flow control operationPJ Waskiewicz1-0/+1
2009-04-11ixgbe: Move the LED blink code to common, since 82599 also uses itPJ Waskiewicz1-57/+2
2009-04-02ixgbe: fix ethtool -A|a behaviorDon Skidmore1-1/+2
2009-03-20ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 mergePJ Waskiewicz1-0/+3
2009-03-01ixgbe: Add hardware specific initialization code for 82599 devicesPJ Waskiewicz1-2/+5
2009-02-17drivers/net/ixgbe: fix sparse warning: Should it be static?Hannes Eder1-1/+1
2009-02-06ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr1-64/+113
2009-02-05ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr1-70/+44