summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-314-7/+1Star
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-312-6/+2Star
* bnx2x: Update version to 1.72.0 and copyrightsAriel Elior2012-01-2620-22/+22
* bnx2x: Recoverable and unrecoverable error statisticsAriel Elior2012-01-263-3/+26
* bnx2x: Recovery flow bug fixesAriel Elior2012-01-263-48/+75
* bnx2x: Track active PFs with bitmapAriel Elior2012-01-263-33/+35
* bnx2x: Lock PF-common resourcesAriel Elior2012-01-264-38/+68
* bnx2x: Loaded Firmware Version ValidationAriel Elior2012-01-261-0/+23
* bnx2x: Function Level Reset Final CleanupAriel Elior2012-01-261-12/+16
* bnx2x: Obtain Bus Device Function from registerAriel Elior2012-01-262-2/+18
* bnx2x: Removing indirect register accessAriel Elior2012-01-262-30/+47
* bnx2x: Support Queue Per Cos in 5771xx devicesAriel Elior2012-01-262-5/+6
* bnx2x: unlock before returning an errorDan Carpenter2012-01-251-0/+1
* tg3: fix ipv6 header length computationEric Dumazet2012-01-231-7/+2Star
* bnx2x: fix compilation error with SOE in fw_dumpYuval Mintz2012-01-231-1/+1
* bnx2x: handle CHIP_REVISION during init_oneAriel Elior2012-01-231-4/+5
* bnx2x: allow user to change ring size in ISCSI SD modeDmitry Kravkov2012-01-231-1/+1
* bnx2x: fix Big-Endianess in ethtool -tDmitry Kravkov2012-01-231-3/+2Star
* bnx2x: fixed ethtool statistics for MF modesYuval Mintz2012-01-231-65/+41Star
* bnx2x: credit-leakage fixup on vlan_mac_del_allYuval Mintz2012-01-232-1/+54
* tg3: Fix single-vector MSI-X codeMatt Carlson2012-01-181-13/+14
* bnx2x: Disable AN KR work-around for BCM57810Yaniv Rosner2012-01-171-1/+9
* bnx2x: Remove AutoGrEEEn for BCM84833Yaniv Rosner2012-01-171-6/+2Star
* bnx2x: Remove 100Mb force speed for BCM84833Yaniv Rosner2012-01-172-6/+21
* bnx2x: Fix PFC setting on BCM57840Yaniv Rosner2012-01-172-10/+13
* bnx2x: Fix Super-Isolate mode for BCM84833Yaniv Rosner2012-01-171-113/+137
* bcm63xx_enet: use an unique MDIO bus name.Florian Fainelli2012-01-111-1/+1
* sb1250: use an unique MDIO bus name.Florian Fainelli2012-01-111-1/+2
* bcm63xx: make ethtool_ops conststephen hemminger2012-01-091-1/+1
* cnic: Improve error recovery on bnx2x devicesMichael Chan2012-01-053-8/+74
* cnic: Re-init dev->stats_addr after chip resetMichael Chan2012-01-051-0/+1
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-4/+4
* tg3: Make the RSS indir tbl admin configurableMatt Carlson2011-12-191-7/+101
* bnx2: Update driver to use new mips firmware.Michael Chan2011-12-191-4/+4
* ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings2011-12-161-1/+2
* ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings2011-12-161-25/+14Star
* tg3: Break out RSS indir table init and assignmentMatt Carlson2011-12-152-23/+37
* tg3: Use mii_advertise_flowctrlMatt Carlson2011-12-151-19/+3Star
* tg3: Add 57766 ASIC rev supportMatt Carlson2011-12-152-27/+58
* tg3: Make the TX BD DMA limit configurableMatt Carlson2011-12-152-8/+9
* tg3: Enable EEE support for capable 10/100 devsMatt Carlson2011-12-151-10/+9Star
* bnx2x: handle vpd data longer than 128 bytesBarak Witkowski2011-12-141-7/+28
* bnx2x: properly update skb when mtu > 1500Dmitry Kravkov2011-12-131-11/+11
* bnx2x: properly initialize L5 featuresDmitry Kravkov2011-12-092-6/+8
* tg3: Update version to 3.122Matt Carlson2011-12-091-2/+2
* tg3: Return flowctrl config through ethtoolMatt Carlson2011-12-091-2/+2
* tg3: Track LP advertisingMatt Carlson2011-12-092-3/+38
* tg3: Integrate flowctrl check into AN adv checkMatt Carlson2011-12-091-56/+25Star
* tg3: Save stats across chip resetsMatt Carlson2011-12-091-9/+17
* tg3: Remove ethtool stats member from dev structMatt Carlson2011-12-092-8/+7Star