aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-12tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-7/+7
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2014-02-28tg3: Don't check undefined error bits in RXBDMichael Chan1-2/+1
2014-02-18tg3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+2
2014-02-06tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir1-2/+2
2014-02-06tg3: cleanup an error path in tg3_phy_reset_5703_4_5()Dan Carpenter1-6/+7
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-03tg3: Update version to 3.136Nithin Sujir1-2/+2
2014-01-03tg3: Poll cpmu link state on APE + ASF enabled devicesNithin Sujir1-0/+10
2014-01-03tg3: Set the MAC clock to the fastest speed during boot code loadNithin Sujir1-4/+51
2014-01-03tg3: Add unicast filtering support.Michael Chan1-0/+21
2014-01-03tg3: Refactor __tg3_set_mac_addr()Michael Chan1-13/+22
2013-12-27tg3: Expand 4g_overflow_test workaround to skb fragments of any size.Nithin Sujir1-1/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-12-10tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy1-0/+3
2013-12-06tg3: Update version to 3.135Nithin Sujir1-2/+2
2013-12-06tg3: Expand multicast drop counter miscounting fix to 5762Nithin Sujir1-0/+3
2013-12-06tg3: Add flag to disable 1G Half Duplex advertisementNithin Sujir1-7/+21
2013-12-06tg3: Don't add rxbds_empty to rx_over_errorsNithin Sujir1-2/+0
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-4/+67
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not presentRafael J. Wysocki1-7/+19
2013-11-28tg3: Convert to use hwmon_device_register_with_groupsGuenter Roeck1-19/+6
2013-11-21tg3: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-4/+67
2013-11-14tg3: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+7
2013-11-07tg3: avoid double-freeing of rx data memoryIvan Vecera1-6/+6
2013-10-18net: tg3: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-5/+5
2013-10-02tg3: use phylib when robo switch is in useHauke Mehrtens1-1/+10
2013-10-02tg3: add support a phy at an address different than 01Hauke Mehrtens1-19/+19
2013-09-21tg3: Update version to 3.134Nithin Sujir1-2/+2
2013-09-21tg3: Remove unnecessary spinlockNithin Sujir1-2/+0
2013-09-21tg3: Appropriately classify interrupts during request_irqNithin Sujir1-1/+12
2013-09-21tg3: Remove redundant if checkNithin Sujir1-4/+1
2013-09-21tg3: Remove if 0'd codeNithin Sujir1-18/+0
2013-09-21tg3: LED in shared mode does not blink during trafficNithin Sujir1-0/+6
2013-09-21tg3: Add support for new 577xx device idsNithin Sujir1-2/+13
2013-09-21tg3: Add function tg3_phy_shdw_write()Nithin Sujir1-8/+10
2013-09-13tg3: Use pci_dev pm_capJon Mason1-3/+2
2013-09-12tg3: Expand led off fix to include 5720Nithin Sujir1-0/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+16
2013-09-03tg3: Don't turn off led on 5719 serdes port 0Nithin Sujir1-2/+16
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-12/+11
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2013-08-15net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_slot_resetDaniel Borkmann1-5/+8
2013-08-09tg3: clean up unnecessary MSI/MSI-X capability findYijing Wang1-1/+1
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-07-29tg3: Update version to 3.133Nithin Sujir1-2/+2
2013-07-29tg3: Fix UDP fragments treated as RMCPNithin Sujir1-0/+3
2013-07-29tg3: Enable support for timesync gpio outputNithin Sujir1-3/+58