summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Using DMAE to initialize the chipEilon Greenstein2009-03-101-9/+9
* bnx2x: Adding restriction on sge_buf_sizeEilon Greenstein2009-03-101-1/+2
* 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/+2Star
* bnx2x: Reset HW before useEilon Greenstein2009-01-221-8/+9
* bnx2x: Version updateEilon Greenstein2009-01-201-3/+3
* bnx2x: Barriers for the compilerEilon Greenstein2009-01-201-11/+26
* bnx2x: Driver description updateEilon Greenstein2009-01-201-1/+1
* bnx2x: Overstepping array boundsEilon Greenstein2009-01-201-0/+4
* bnx2x: Block nvram access when the device is inactiveEilon Greenstein2009-01-201-0/+3
* bnx2x: Read chip IDEilon Greenstein2009-01-201-1/+1
* bnx2x: Wrong HDR offset in CAMEilon Greenstein2009-01-201-3/+6
* bnx2x: Potential race after iSCSI bootEilon Greenstein2009-01-201-5/+9
* bnx2x: Handling probe failuresEilon Greenstein2009-01-201-7/+5Star
* bnx2x: Free IRQEilon Greenstein2009-01-201-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/+4Star
* 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
* bnx2x: Missing memory barriersEilon Greenstein2009-01-151-2/+26
* bnx2x: Using singlethread work queueEilon Greenstein2009-01-151-5/+15
* bnx2x: Prevent eeprom set when driver is downEilon Greenstein2009-01-081-0/+3
* net: Fix warning fallout from recent NAPI interface changes.David S. Miller2008-12-271-1/+0Star
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-3/+3
* bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX}David S. Miller2008-12-171-19/+19
* bnx2x: convert to net_device_opsStephen Hemminger2008-11-221-14/+20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-071-4/+6
|\
| * bnx2x: Version UpdateEilon Greenstein2008-11-041-2/+2
| * bnx2x: Calling netif_carrier_off at the end of the probeEilon Greenstein2008-11-041-2/+2
| * bnx2x: Removing the PMF indication when unloadingEilon Greenstein2008-11-041-0/+2
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-3/+0Star
* | pci: use pci_ioremap_bar() in drivers/netArjan van de Ven2008-10-311-2/+1Star
* | net: convert more to %pMJohannes Berg2008-10-281-5/+2Star
* | net: convert print_mac to %pMJohannes Berg2008-10-281-2/+1Star
|/
* bnx2x: EEH recovery fixYitchak Gertner2008-09-091-12/+83
* bnx2x: Accessing un-mapped pageEilon Greenstein2008-09-031-17/+17
* bnx2x: Version updateEilon Greenstein2008-08-261-2/+2
* bnx2x: Multi QueueYitchak Gertner2008-08-261-4/+2Star