aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-11tg3: Apply short DMA frag workaround to 5906Matt Carlson1-1/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2012-05-19tg3: use netdev_alloc_frag() APIEric Dumazet1-33/+5
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+16
2012-04-30tg3: provide frags as skb headEric Dumazet1-10/+64
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet1-1/+1
2012-04-30tg3: remove redundant NULL test before release_firmware() callJesper Juhl1-2/+1
2012-04-25tg3: Avoid panic from reserved statblk field accessMatt Carlson1-2/+16
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-04-04tg3: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2012-04-02tg3: Fix 5717 serdes powerdown problemMatt Carlson1-1/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-21tg3: Fix RSS ring refill race conditionMichael Chan1-3/+22
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2012-03-06tg3: Fix to use multi queue BQL interfacesTom Herbert1-3/+3
2012-03-04tg3: Recode PCI MRRS adjustment as a PCI quirkMatt Carlson1-6/+0
2012-03-04tg3: Fix poor tx performance on 57766 after MTU changeMichael Chan1-2/+8
2012-03-04tg3: Add memory barriers to sync BD dataMichael Chan1-0/+9
2012-03-04tg3: Fix jumbo loopback test on 5719Michael Chan1-3/+11
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+22
2012-02-29tg3: Fix tg3_get_stats64 for 5700 / 5701 devsMatt Carlson1-22/+23
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-23tg3: Create timer helper functionsMatt Carlson1-96/+112
2012-02-23tg3: Clear RECOVERY_PENDING with reset_task_cancelMatt Carlson1-1/+1
2012-02-23tg3: Remove SPEED_UNKNOWN checksMatt Carlson1-44/+23
2012-02-23tg3: Fix link check in tg3_adjust_linkMatt Carlson1-2/+4
2012-02-22tg3: remove IRQF_SAMPLE_RANDOM flagDavidlohr Bueso1-1/+1
2012-02-13tg3: Update copyrightMatt Carlson1-1/+1
2012-02-13tg3: Use *_UNKNOWN ethtool definitionsMatt Carlson1-20/+20
2012-02-13tg3: Remove unneeded link_config.orig_... membersMatt Carlson1-27/+12
2012-02-13tg3: Remove unused link config codeMatt Carlson1-5/+1
2012-02-13tg3: Consolidate ASIC rev detection codeMatt Carlson1-80/+79
2012-02-13tg3: Reduce UMP event collision windowMatt Carlson1-16/+26
2012-02-13tg3: Fix NVRAM page writes on newer devicesMatt Carlson1-2/+5
2012-02-13tg3: Fix copper autoneg adv checksMatt Carlson1-1/+10
2012-02-13tg3: Fix stats while interface is downMatt Carlson1-4/+4
2012-02-13tg3: Disable new DMA engine for 57766Matt Carlson1-5/+0
2012-02-13tg3: Move transmit comment to a better locationMatt Carlson1-1/+3
2012-02-13tg3: Eliminate unneeded prototypeMatt Carlson1-3/+2
2012-02-13tg3: Relocate tg3_find_peerMatt Carlson1-30/+28
2012-02-13tg3: Move tg3_nvram_write_block functionsMatt Carlson1-250/+250
2012-02-13tg3: Move tg3_set_rx_modeMatt Carlson1-100/+99
2012-02-13tg3: Move tg3_change_mtu to a better locationMatt Carlson1-81/+78
2012-02-13tg3: Relocate tg3_reset_taskMatt Carlson1-47/+45
2012-02-13tg3: Move tg3_restart_hw to a better locationMatt Carlson1-27/+29
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2012-01-23tg3: fix ipv6 header length computationEric Dumazet1-7/+2
2012-01-17tg3: Fix single-vector MSI-X codeMatt Carlson1-13/+14