aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-04tg3: Update version to 3.121Matt Carlson1-2/+2
2011-11-04tg3: Eliminate timer race with reset_taskMatt Carlson2-13/+2
2011-11-04tg3: Schedule at most one tg3_reset_task runMatt Carlson2-9/+25
2011-11-04tg3: Obtain PCI function number from deviceMatt Carlson2-6/+33
2011-11-04tg3: Fix irq alloc error cleanup pathMatt Carlson1-5/+4
2011-11-04tg3: Fix 4k skb error recovery pathMatt Carlson1-8/+8
2011-11-04tg3: Fix 4k tx bd segmentation codeMatt Carlson1-23/+24
2011-11-04tg3: Fix APE mutex init and useMatt Carlson2-24/+30
2011-10-27bnx2x: update driver version to 1.70.30-0Dmitry Kravkov1-2/+2
2011-10-27bnx2x: use FW 7.0.29.0Dmitry Kravkov1-1/+1
2011-10-27bnx2x: Enable changing speed when port type is PORT_DAYaniv Rosner1-0/+1
2011-10-27bnx2x: Fix 54618se LED behaviorYaniv Rosner1-21/+23
2011-10-27bnx2x: Fix RX/TX problem caused by the MAC layerYaniv Rosner1-12/+33
2011-10-27bnx2x: Add link retry to 578xx-KRYaniv Rosner2-16/+104
2011-10-27bnx2x: Fix LED blink rate for 578xxYaniv Rosner1-2/+9
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds37-0/+116116
2011-10-24|PATCH net-next] tg3: add tx_dropped counterEric Dumazet2-12/+12
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+18
2011-10-21bnx2x: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-19net: add skb frag size accessorsEric Dumazet3-17/+17
2011-10-13bnx2: fix skb truesize underestimationEric Dumazet1-2/+1
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones4-11/+0
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller3-3/+26
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2-3/+3
2011-10-05bnx2x: remove some dead codeDan Carpenter1-2/+0
2011-10-03bnx2: don't request firmware when there's no userspace.françois romieu1-26/+41
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller8-129/+294
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings1-1/+1
2011-09-15tg3: Code movementMatt Carlson1-8/+9
2011-09-15tg3: Eliminate tg3_halt_cpu() prototypeMatt Carlson1-221/+222
2011-09-15tg3: Eliminate tg3_write_sig_post_reset() prototypeMatt Carlson1-230/+228
2011-09-15tg3: Eliminate tg3_stop_fw() prototypeMatt Carlson1-18/+16
2011-09-15tg3: Add ability to turn off 1shot MSIMatt Carlson1-2/+6
2011-09-15tg3: Remove tp->rx_offset term when unneededMatt Carlson1-2/+8
2011-09-15tg3: Fix missed MSI workaroundMatt Carlson1-3/+2
2011-09-15tg3: Check all adv bits when checking configMatt Carlson1-2/+4
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher1-0/+2
2011-08-29bnx2x: Fix build errorDmitry Kravkov1-1/+1
2011-08-28cnic: Add timeout for ramrod replies.Michael Chan3-7/+13
2011-08-28cnic, bnx2fc: Increase maximum FCoE sessions.Michael Chan2-7/+9
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-26bnx2x: Add new PHY BCM54616Yaniv Rosner2-0/+3
2011-08-26bnx2x: resurrect RX hashingMichal Schmidt1-2/+2
2011-08-26bnx2x: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-08-26bnx2: convert to SKB paged frag API.Ian Campbell1-4/+4
2011-08-26tg3: convert to SKB paged frag API.Ian Campbell1-4/+2
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-17/+69
2011-08-20tg3: Update version to 3.120Matt Carlson1-2/+2
2011-08-20tg3: Add external loopback support to selftestMatt Carlson2-10/+90
2011-08-20tg3: Restructure tg3_test_loopbackMatt Carlson1-40/+40