aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-17bnx2x: fix GRO parametersYuval Mintz1-24/+23
2013-01-15bnx2x: Introduce 2013 and advance version to 1.78.02Yuval Mintz24-26/+26
2013-01-15bnx2x: Added FW GRO bridging supportYuval Mintz1-2/+52
2013-01-15bnx2x: Clean previous IGU status before ackYuval Mintz2-7/+11
2013-01-15bnx2x: improve stop-on-errorYuval Mintz5-76/+79
2013-01-15bnx2x: add `ethtool -w' support.Miriam Shitrit4-1176/+2494
2013-01-15bnx2x: Added nvram personalities supportYuval Mintz2-0/+11
2013-01-15bnx2x: Fix rare self-test failuresYaniv Rosner1-7/+10
2013-01-15bnx2x: use SAN Mac for FCoE.Dmitry Kravkov1-1/+1
2013-01-15bnx2x: Add an additional fatal hw assertion - BRB_HW_INTERRUPTDmitry Kravkov2-0/+2
2013-01-15bnx2x: Clear dirty status when booting after UNDIYuval Mintz2-0/+4
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-34/+120
2013-01-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli3-4/+4
2013-01-10tg3: missing break statement in tg3_get_5720_nvram_info()Dan Carpenter1-0/+2
2013-01-10bnx2x: Allow management traffic after boot from SANBarak Witkowski1-8/+52
2013-01-10bnx2x: Fix fastpath structures when memory allocation failsYuval Mintz1-2/+28
2013-01-10bnx2x: move debugging code before the returnDan Carpenter1-1/+1
2013-01-10bnx2x: align define usage to satisfy static checkersAriel Elior1-1/+1
2013-01-09bnx2x: NULL dereference on error in debug codeDan Carpenter1-2/+1
2013-01-09bgmac: driver for GBit MAC core on BCMA busRafał Miłecki4-0/+1888
2013-01-08remove init of dev->perm_addr in driversJiri Pirko4-7/+0
2013-01-07bnx2x: Segregate SR-IOV codeAriel Elior10-844/+953
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+5
2013-01-06tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir2-6/+4
2013-01-06tg3: Improve PCI function number detection.Michael Chan1-11/+8
2013-01-06tg3: Add NVRAM support for 5762Michael Chan2-1/+110
2013-01-06tg3: Add support for new 5762 ASICMichael Chan2-25/+81
2013-01-04ethernet/broadcom/tg3: Fix sparse warning: constant 0x7fffffffffffffff is so big it is long longPeter Hüwe1-1/+1
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2013-01-02bnx2x: Add VF device ids and enable featureAriel Elior3-10/+99
2013-01-02bnx2x: Support PF <-> VF Bulletin BoardAriel Elior8-2/+320
2013-01-02bnx2x: Support VF FLRAriel Elior6-7/+321
2013-01-02bnx2x: Support of PF driver of a VF release requestAriel Elior5-1/+170
2013-01-02bnx2x: Support of PF driver of a VF close requestAriel Elior3-0/+119
2013-01-02bnx2x: Support of PF driver of a VF q_teardown requestAriel Elior3-0/+295
2013-01-02bnx2x: Support of PF driver of a VF q_filters requestAriel Elior3-0/+589
2013-01-02bnx2x: Support of PF driver of a VF setup_q requestAriel Elior5-177/+1071
2013-01-02bnx2x: Support statistics collection for VFs by the PFAriel Elior6-93/+217
2013-01-02bnx2x: Support of PF driver of a VF init requestAriel Elior6-3/+190
2013-01-02bnx2x: Support of PF driver of a VF acquire requestAriel Elior6-11/+476
2013-01-02bnx2x: Infrastructure for VF <-> PF request on PF sideAriel Elior5-45/+664
2013-01-02bnx2x: Prepare device and initialize VF databaseAriel Elior8-51/+535
2013-01-02bnx2x: Allocate VF database in PF when VFs are presentAriel Elior6-1/+570
2013-01-02bnx2x: VF fastpathAriel Elior3-51/+50
2013-01-02bnx2x: Support ndo_set_rxmode in VF driverAriel Elior3-6/+179
2013-01-02bnx2x: Add teardown_q and close to VF <-> PF channelAriel Elior4-2/+112
2013-01-02bnx2x: Add init, setup_q, set_mac to VF <-> PF channelAriel Elior4-0/+310
2013-01-02bnx2x: Separate VF and PF logicAriel Elior6-266/+525