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