aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-26bnx2x: tx_has_work should not wait for FWVladislav Zolotarov1-5/+12
2009-01-22bnx2x: VersionEilon Greenstein1-2/+2
2009-01-22bnx2x: loopback test failureEilon Greenstein1-6/+7
2009-01-22bnx2x: Missing rmb when waiting for FW responseEilon Greenstein1-0/+1
2009-01-22bnx2x: Calling napi_delEilon Greenstein1-0/+6
2009-01-22bnx2x: Carrier off first callEilon Greenstein1-2/+2
2009-01-22bnx2x: Handling load failuresEilon Greenstein1-66/+88
2009-01-22bnx2x: Disable napiEilon Greenstein1-3/+2
2009-01-22bnx2x: Reset HW before useEilon Greenstein1-8/+9
2009-01-19bnx2x: Version updateEilon Greenstein1-3/+3
2009-01-19bnx2x: Barriers for the compilerEilon Greenstein1-11/+26
2009-01-19bnx2x: Driver description updateEilon Greenstein1-1/+1
2009-01-19bnx2x: Overstepping array boundsEilon Greenstein1-0/+4
2009-01-19bnx2x: Block nvram access when the device is inactiveEilon Greenstein1-0/+3
2009-01-19bnx2x: Read chip IDEilon Greenstein1-1/+1
2009-01-19bnx2x: Wrong HDR offset in CAMEilon Greenstein1-3/+6
2009-01-19bnx2x: Potential race after iSCSI bootEilon Greenstein1-5/+9
2009-01-19bnx2x: Handling probe failuresEilon Greenstein1-7/+5
2009-01-19bnx2x: Free IRQEilon Greenstein1-3/+3
2009-01-15bnx2x: First slow path interrupt raceEilon Greenstein1-9/+9
2009-01-15bnx2x: MTU FilterEilon Greenstein1-1/+1
2009-01-15bnx2x: Indirection table initialization indexEilon Greenstein1-5/+4
2009-01-15bnx2x: Missing bracketsEilon Greenstein1-1/+1
2009-01-15bnx2x: Endianness issuesEilon Greenstein1-5/+6
2009-01-15bnx2x: VLAN tagged packets without VLAN offloadEilon Greenstein1-9/+33
2009-01-15bnx2x: Protecting the link change indicationEilon Greenstein1-3/+5
2009-01-15bnx2x: Flow control updated before reporting the linkEilon Greenstein1-1/+2
2009-01-15bnx2x: Missing mask when calculating flow controlEilon Greenstein1-1/+2
2009-01-15bnx2x: Using system page size for SGEEilon Greenstein1-16/+16
2009-01-15bnx2x: Missing memory barriersEilon Greenstein1-2/+26
2009-01-15bnx2x: Using singlethread work queueEilon Greenstein1-5/+15
2009-01-08bnx2x: Prevent eeprom set when driver is downEilon Greenstein1-0/+3
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-12-16bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX}David S. Miller1-19/+19
2008-11-21bnx2x: convert to net_device_opsStephen Hemminger1-14/+20
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-3/+0
2008-11-03bnx2x: Version UpdateEilon Greenstein1-2/+2
2008-11-03bnx2x: Calling netif_carrier_off at the end of the probeEilon Greenstein1-2/+2
2008-11-03bnx2x: Removing the PMF indication when unloadingEilon Greenstein1-0/+2
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-2/+1
2008-10-27net: convert more to %pMJohannes Berg1-5/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-09-09bnx2x: EEH recovery fixYitchak Gertner1-12/+83
2008-09-03bnx2x: Accessing un-mapped pageEilon Greenstein1-17/+17
2008-08-25bnx2x: Version updateEilon Greenstein1-2/+2
2008-08-25bnx2x: Multi QueueYitchak Gertner1-4/+2
2008-08-25bnx2x: NAPI and interrupts enable/disableYitchak Gertner1-76/+73
2008-08-25bnx2x: NIC load failure cleanupYitchak Gertner1-12/+10