summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+6
2012-02-24ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2-2/+2
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 Carlson2-2/+5
2012-02-23ethernet/broadcom: ip6_route_output() never returns NULL.RongQing.Li1-1/+5
2012-02-22tg3: remove IRQF_SAMPLE_RANDOM flagDavidlohr Bueso1-1/+1
2012-02-21bnx2x: update driver version to 1.72.10-0Dmitry Kravkov1-2/+2
2012-02-21bnx2x: add gro_checkDmitry Kravkov4-0/+25
2012-02-21cnic: update for FW 7.2.xxMichael Chan1-12/+12
2012-02-21use FW 7.2.16Dmitry Kravkov8-82/+177
2012-02-20bnx2x: make bnx2x_close() static againMichal Schmidt2-3/+3
2012-02-20b44: remove __exit from b44_pci_exit()Nikola Pajkovsky1-1/+1
2012-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-21/+6
2012-02-16net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2-1/+2
2012-02-16bnx2x: allow all functions to display the phy FW versionMintz Yuval3-12/+6
2012-02-16bnx2x: removed code re-checking memory base after device openMintz Yuval1-11/+0
2012-02-16bnx2x: allow BCM84833 phy to advertise 100Base-T speedsMintz Yuval1-0/+5
2012-02-16bnx2x: notify cnic of address of info-to-the-mcpMintz Yuval1-0/+5
2012-02-16bnx2x: allocate smaller Rx rings for 1G functionsMintz Yuval1-0/+7
2012-02-16bnx2x: allocate memory dynamically in ethtool self-test.Mintz Yuval1-2/+11
2012-02-16bnx2x: force 10G on 84833 phy should be autoneg with only 10G advertisedMintz Yuval1-8/+1
2012-02-16bnx2x: added autoneg-restart after link advertisement changesMintz Yuval1-1/+1
2012-02-16bnx2x: ethtool publishes link partners speed and FCMintz Yuval3-79/+272
2012-02-16bnx2x: half duplex support added for several boardsMintz Yuval2-0/+4
2012-02-16bnx2x: consistent statistics after internal driver reloadMintz Yuval6-236/+374
2012-02-14bnx2x: remove the 'poll' module optionMichal Schmidt1-16/+1
2012-02-14tg3: Update copyrightMatt Carlson2-2/+2
2012-02-14tg3: Use *_UNKNOWN ethtool definitionsMatt Carlson2-23/+20
2012-02-14tg3: Remove unneeded link_config.orig_... membersMatt Carlson2-35/+12
2012-02-14tg3: Remove unused link config codeMatt Carlson1-5/+1
2012-02-14tg3: Consolidate ASIC rev detection codeMatt Carlson1-80/+79
2012-02-14tg3: Reduce UMP event collision windowMatt Carlson1-16/+26
2012-02-14tg3: Fix NVRAM page writes on newer devicesMatt Carlson1-2/+5
2012-02-14tg3: Fix copper autoneg adv checksMatt Carlson1-1/+10
2012-02-14tg3: Fix stats while interface is downMatt Carlson1-4/+4
2012-02-14tg3: Disable new DMA engine for 57766Matt Carlson1-5/+0
2012-02-14bnx2x: fix bnx2x_storm_stats_update() on big endianEric Dumazet1-4/+4
2012-02-14bcm63xx-enet: fix PHY name to match MDIO bus nameFlorian Fainelli1-1/+1
2012-02-14tg3: Move transmit comment to a better locationMatt Carlson1-1/+3
2012-02-14tg3: Eliminate unneeded prototypeMatt Carlson1-3/+2
2012-02-14tg3: Relocate tg3_find_peerMatt Carlson1-30/+28
2012-02-14tg3: Move tg3_nvram_write_block functionsMatt Carlson1-250/+250
2012-02-14tg3: Move tg3_set_rx_modeMatt Carlson1-100/+99
2012-02-14tg3: Move tg3_change_mtu to a better locationMatt Carlson1-81/+78
2012-02-14tg3: Relocate tg3_reset_taskMatt Carlson1-47/+45
2012-02-14tg3: Move tg3_restart_hw to a better locationMatt Carlson1-27/+29
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-2/+1
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1