summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)Author
2015-01-26tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan
2015-01-06tg3: fix ring init when there are more TX than RX channelsThadeu Lima de Souza Cascardo
2014-10-17tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich
2014-10-17tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich
2014-08-26tg3: Add support for new 577xx device idsNithin Sujir
2014-05-29tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera
2014-04-18tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich
2014-03-13tg3: Don't check undefined error bits in RXBDMichael Chan
2014-02-26tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir
2014-01-15tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy
2014-01-09tg3: Expand 4g_overflow_test workaround to skb fragments of any size.Nithin Sujir
2013-12-11tg3: avoid double-freeing of rx data memoryIvan Vecera
2013-09-13tg3: Use pci_dev pm_capJon Mason
2013-09-12tg3: Expand led off fix to include 5720Nithin Sujir
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-03tg3: Don't turn off led on 5719 serdes port 0Nithin Sujir
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann
2013-08-09tg3: clean up unnecessary MSI/MSI-X capability findYijing Wang
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-29tg3: Update version to 3.133Nithin Sujir
2013-07-29tg3: Fix UDP fragments treated as RMCPNithin Sujir
2013-07-29tg3: Enable support for timesync gpio outputNithin Sujir
2013-07-29tg3: Implement the shutdown handlerNithin Sujir
2013-07-29tg3: Allow NVRAM programming when interface is downNithin Sujir
2013-07-29tg3: Remove incorrect switch to aux powerNithin Sujir
2013-07-26net/tg3: Fix warning from pci_disable_device()Gavin Shan
2013-07-26net/tg3: Fix kernel crashGavin Shan
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-25net/tg3: Avoid delay during MMIO accessGavin Shan
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-17tg3: Prevent system hang during repeated EEH errors.Michael Chan
2013-06-13tg3: Wait for boot code to finish after power onNithin Sujir
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-04tg3: Add read dma workaround for 5720Nithin Sujir
2013-06-03tg3: remove redundant pm init codeYijing Wang
2013-05-24tg3: Remove unnecessary lock around tg3_flag_setNithin Sujir
2013-05-24tg3: Fix misplaced empty lineNithin Sujir
2013-05-24tg3: Use descriptive label names in tg3_startNithin Sujir
2013-05-24tg3: Make tg3_rings_reset() more conciseNithin Sujir
2013-05-24tg3: Simplify ring control block setupNithin Sujir
2013-05-24tg3: Split APE driver state change out of boot reset signature updateNithin Sujir
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-22tg3: Update version to 3.132Nithin Sujir
2013-05-22tg3: Ensure boot code has completed initialization before accessing hardwareNithin Sujir
2013-05-22net/ethernet/broadcom/tg3: Use module_pci_driver to register driverPeter Hüwe
2013-05-20tg3: Implement set/get_eee handlersNithin Sujir
2013-05-20tg3: Simplify tg3_phy_eee_config_ok() by reusing tg3_eee_pull_config()Nithin Sujir
2013-05-20tg3: Add tg3_eee_pull_config() functionNithin Sujir