aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson1-3/+3
2011-07-27tg3: Break larger frags into 4k chunks for 5719Matt Carlson1-6/+46
2011-07-27tg3: Add tx BD budgeting codeMatt Carlson1-20/+29
2011-07-27tg3: Consolidate code that calls tg3_tx_set_bd()Matt Carlson1-37/+42
2011-07-27tg3: Add partial fragment unmapping codeMatt Carlson1-0/+26
2011-07-27tg3: Generalize tg3_skb_error_unmap()Matt Carlson1-32/+16
2011-07-27tg3: Remove short DMA check for 1st fragmentMatt Carlson1-3/+0
2011-07-27tg3: Simplify tx bd assignmentsMatt Carlson1-39/+37
2011-07-27tg3: Reintroduce tg3_tx_ring_infoMatt Carlson1-6/+6
2011-07-21tg3: Fix NVRAM selftest failures for 5720 devsMatt Carlson1-1/+1
2011-07-21tg3: Return size from tg3_vpd_readblock()Matt Carlson1-12/+13
2011-07-21tg3: Fix int selftest for recent devices.Matt Carlson1-2/+6
2011-07-21tg3: Fix RSS indirection table distributionMatt Carlson1-6/+15
2011-07-21tg3: Add 5719 and 5720 to EEE_CAP listMatt Carlson1-1/+3
2011-07-21tg3: Fix link down notify failure when EEE disabledMatt Carlson1-13/+25
2011-07-21tg3: Fix link flap at 100Mbps with EEE enabledMatt Carlson1-4/+5
2011-07-21tg3: Fix io failures after chip resetMatt Carlson1-12/+6
2011-07-14tg3: Match power source to driver stateMatt Carlson1-8/+16
2011-07-14tg3: Add function status reportingMatt Carlson1-24/+87
2011-07-14tg3: Create critical section around GPIO togglingMatt Carlson1-11/+52
2011-07-14tg3: Determine PCI function number in one placeMatt Carlson1-3/+11
2011-07-14tg3: Check transitions to D0 power stateMatt Carlson1-10/+17
2011-07-14tg3: Move power state transitions to init_oneMatt Carlson1-43/+34
2011-07-14tg3: Detect APE enabled devs earlierMatt Carlson1-21/+31
2011-06-27tg3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-11/+14
2011-06-19tg3: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-15tg3: Create funcs for power source switchingMatt Carlson1-82/+119
2011-06-15tg3: Migrate phy preprocessor defs to system defsMatt Carlson1-14/+12
2011-06-15tg3: Show flowctrl settings through get_settings()Matt Carlson1-0/+12
2011-06-15tg3: Add more selfboot formats to NVRAM selftestMatt Carlson1-1/+13
2011-06-15tg3: Remove 4G_DMA_BNDRY_BUG flagMatt Carlson1-11/+3
2011-06-15tg3: Remove 40BIT_DMA_LIMIT_BUGMatt Carlson1-6/+2
2011-06-15tg3: Workaround tagged status update bugMatt Carlson1-1/+37
2011-06-13tg3: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-03tg3: Fix tg3_skb_error_unmap()Matt Carlson1-1/+1
2011-05-25Add Fujitsu 1000base-SX PCI ID to tg3Meelis Roos1-0/+1
2011-05-20tg3: Add braces around 5906 workaround.Matt Carlson1-1/+3
2011-05-20tg3: Fix NETIF_F_LOOPBACK errorMatt Carlson1-2/+3
2011-05-19tg3: Update version to 3.119Matt Carlson1-2/+2
2011-05-19tg3: Apply rx_discards fix to 5719/5720Matt Carlson1-1/+3
2011-05-19tg3: Remove excessive parenthesisMatt Carlson1-18/+18
2011-05-19tg3: Consolidate all netdev feature assignmentsMatt Carlson1-27/+24
2011-05-19tg3: Move TSO_CAPABLE assignmentMatt Carlson1-15/+16
2011-05-19tg3: Fix stats for 5704 and later devicesMatt Carlson1-2/+5
2011-05-19tg3: Fix TSO loopback testMatt Carlson1-1/+1
2011-05-19tg3: Consolidate autoneg advertisement setup codeMatt Carlson1-118/+99
2011-05-19tg3: Fix EEE interoperability workaroundMatt Carlson1-20/+21
2011-05-19tg3: Fix IPv6 TCP problems for 5719Matt Carlson1-1/+1
2011-05-19tg3: Fix 57765 B0 data corruptionMatt Carlson1-0/+16