summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Manual setting for MRRSEilon Greenstein2009-02-151-0/+6
* bnx2x: Pre emphasis configurationEilon Greenstein2009-02-151-6/+25
* bnx2x: Supporting BCM8481 PHYEilon Greenstein2009-02-151-0/+17
* bnx2x: PHY lock listEilon Greenstein2009-02-151-10/+10
* bnx2x: Supporting BCM8726 PHYEilon Greenstein2009-02-151-15/+75
* bnx2x: GPIO accessoriesEilon Greenstein2009-02-151-2/+78
* bnx2x: Removing redundant device parametersEilon Greenstein2009-02-151-10/+9
* bnx2x: Removing the board typeEilon Greenstein2009-02-151-13/+7
* bnx2x: Flow control enhancementEilon Greenstein2009-02-151-9/+87
* bnx2x: BW shaper enhancementsEilon Greenstein2009-02-151-178/+136
* bnx2x: Moving skb_record_rx_queueEilon Greenstein2009-02-151-1/+1
* bnx2x: Per queue statisticsEilon Greenstein2009-02-151-259/+545
* bnx2x: Removing microcode assertion checkEilon Greenstein2009-02-151-5/+1
* bnx2x: Disabling interrupts after iSCSI-bootEilon Greenstein2009-02-151-2/+59
* bnx2x: System-page alignmentEilon Greenstein2009-02-151-7/+4
* bnx2x: MSI supportEilon Greenstein2009-02-151-47/+108
* bnx2x: Multi-queueEilon Greenstein2009-02-151-102/+152
* bnx2x: New FWEilon Greenstein2009-02-151-43/+46
* net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-271-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-261-90/+127
|\
| * bnx2x: tx_has_work should not wait for FWVladislav Zolotarov2009-01-261-5/+12
| * bnx2x: VersionEilon Greenstein2009-01-221-2/+2
| * bnx2x: loopback test failureEilon Greenstein2009-01-221-6/+7
| * bnx2x: Missing rmb when waiting for FW responseEilon Greenstein2009-01-221-0/+1
| * bnx2x: Calling napi_delEilon Greenstein2009-01-221-0/+6
| * bnx2x: Carrier off first callEilon Greenstein2009-01-221-2/+2
| * bnx2x: Handling load failuresEilon Greenstein2009-01-221-66/+88
| * bnx2x: Disable napiEilon Greenstein2009-01-221-3/+2
| * bnx2x: Reset HW before useEilon Greenstein2009-01-221-8/+9
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
|/
* bnx2x: Version updateEilon Greenstein2009-01-191-3/+3
* bnx2x: Barriers for the compilerEilon Greenstein2009-01-191-11/+26
* bnx2x: Driver description updateEilon Greenstein2009-01-191-1/+1
* bnx2x: Overstepping array boundsEilon Greenstein2009-01-191-0/+4
* bnx2x: Block nvram access when the device is inactiveEilon Greenstein2009-01-191-0/+3
* bnx2x: Read chip IDEilon Greenstein2009-01-191-1/+1
* bnx2x: Wrong HDR offset in CAMEilon Greenstein2009-01-191-3/+6
* bnx2x: Potential race after iSCSI bootEilon Greenstein2009-01-191-5/+9
* bnx2x: Handling probe failuresEilon Greenstein2009-01-191-7/+5
* bnx2x: Free IRQEilon Greenstein2009-01-191-3/+3
* bnx2x: First slow path interrupt raceEilon Greenstein2009-01-151-9/+9
* bnx2x: MTU FilterEilon Greenstein2009-01-151-1/+1
* bnx2x: Indirection table initialization indexEilon Greenstein2009-01-151-5/+4
* bnx2x: Missing bracketsEilon Greenstein2009-01-151-1/+1
* bnx2x: Endianness issuesEilon Greenstein2009-01-151-5/+6
* bnx2x: VLAN tagged packets without VLAN offloadEilon Greenstein2009-01-151-9/+33
* bnx2x: Protecting the link change indicationEilon Greenstein2009-01-151-3/+5
* bnx2x: Flow control updated before reporting the linkEilon Greenstein2009-01-151-1/+2
* bnx2x: Missing mask when calculating flow controlEilon Greenstein2009-01-151-1/+2
* bnx2x: Using system page size for SGEEilon Greenstein2009-01-151-16/+16