aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-25bnx2x: Initialization structureYitchak Gertner1-11/+11
2008-08-25bnx2x: HW lock timeoutEilon Greenstein1-2/+2
2008-08-25bnx2x: Minimize lock timeEilon Greenstein1-1/+4
2008-08-25bnx2x: Fan failure mechanism on additional designEilon Greenstein1-0/+3
2008-08-25bnx2x: Rx work checkEilon Greenstein1-0/+7
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi1-1/+0
2008-08-13bnx2x: Version updateEilon Greenstein1-2/+2
2008-08-13bnx2x: Checkpatch complianceEilon Greenstein1-8/+8
2008-08-13bnx2x: Spelling mistakesEilon Greenstein1-12/+12
2008-08-13bnx2x: Minor code improvementsEilon Greenstein1-37/+33
2008-08-13bnx2x: Driver infoEilon Greenstein1-6/+6
2008-08-13bnx2x: 8073 PHY changesYaniv Rosner1-0/+7
2008-08-13bnx2x: Change GPIO for any portEilon Greenstein1-7/+7
2008-08-13bnx2x: Pause settingsYaniv Rosner1-1/+8
2008-08-13bnx2x: No LRO without Rx checksumVladislav Zolotarov1-28/+39
2008-08-13bnx2x: Wrong structure sizeYitchak Gertner1-2/+2
2008-08-13bnx2x: WoL capabilityEilon Greenstein1-2/+11
2008-08-13bnx2x: Clearing MAC addresses filtersYitchak Gertner1-14/+54
2008-08-13bnx2x: Delay in while loopsYitchak Gertner1-14/+11
2008-08-13bnx2x: PBA Table Page Alignment WorkaroundEilon Greenstein1-54/+38
2008-08-13bnx2x: Self-test false positiveYitchak Gertner1-11/+13
2008-08-13bnx2x: Memory allocationEilon Greenstein1-6/+9
2008-08-13bnx2x: HW attention lockEilon Greenstein1-18/+24
2008-08-13bnx2x: HW lock mechanismYitchak Gertner1-44/+58
2008-08-13bnx2x: Load/Unload under trafficVladislav Zolotarov1-98/+123
2008-08-13bnx2x: FW Internal Memory structureEilon Greenstein1-49/+51
2008-08-13bnx2x: StatisticsYitchak Gertner1-90/+138
2008-08-13bnx2x: Not dropping packets with L3/L4 checksum errorEilon Greenstein1-4/+3
2008-08-13bnx2x: FW (bootcode) interface fixesEilon Greenstein1-32/+42
2008-08-07bnx2x: fix logical opRandy Dunlap1-1/+1
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+5
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2