aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-15bnx2x: Update to version 1.52.1-1Eilon Greenstein1-2/+2
2009-10-15bnx2x: Report the maximal available BW as link speedEilon Greenstein1-1/+13
2009-10-15bnx2x: Do not call load/unload functionality from DCCEilon Greenstein1-14/+5
2009-10-15bnx2x: Adding FW mailbox mutexEilon Greenstein1-2/+5
2009-10-15bnx2x: Changing the Disabled state to a flagEilon Greenstein1-15/+19
2009-10-15bnx2x: Allowing 0 as initial fairness valueEilon Greenstein1-28/+28
2009-10-11bnx2x: Add main CNIC interface functions.Michael Chan1-0/+388
2009-10-11bnx2x: Add hw init code to support iSCSI.Michael Chan1-58/+152
2009-10-11bnx2x: Refactor MAC address setup code.Michael Chan1-50/+112
2009-10-11bnx2x: Refactor bnx2x_sp_post().Michael Chan1-24/+38
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings1-29/+31
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-12bnx2x: update version to 1.52.1Eilon Greenstein1-2/+2
2009-08-12bnx2x: Whitespaces and commentsEilon Greenstein1-39/+41
2009-08-12bnx2x: Re-factor the initialization codeEilon Greenstein1-20/+59
2009-08-12bnx2x: Using PCI_DEVICE macroEilon Greenstein1-6/+3
2009-08-12bnx2x: Adding explicit castingEilon Greenstein1-3/+3
2009-08-12bnx2x: Using macro for phy addressEilon Greenstein1-6/+2
2009-08-12bnx2x: Missing smp_wmb for statistics state machineEilon Greenstein1-0/+3
2009-08-12bnx2x: Check unzip return codeEilon Greenstein1-1/+3
2009-08-12bnx2x: Remove the init_dmae field from bpEilon Greenstein1-47/+47
2009-08-12bnx2x: Updating regdump_len at drvinfoEilon Greenstein1-36/+33
2009-08-12bnx2x: Move printing of version from probe to the initEilon Greenstein1-4/+2
2009-08-12bnx2x: Combine get_pcie_width and get_pcie_speedEilon Greenstein1-18/+16
2009-08-12bnx2x: Stop loading if error condition detectedEilon Greenstein1-0/+8
2009-08-12bnx2x: Calling pci_set_drvdata earlierEilon Greenstein1-2/+2
2009-08-12bnx2x: Configurable pause schemeEilon Greenstein1-4/+10
2009-08-12bnx2x: Adding Likely directiveEilon Greenstein1-1/+2
2009-08-12bnx2x: Prefetch the page containing the BD descriptorEilon Greenstein1-0/+7
2009-08-12bnx2x: Reporting host statistics to management FWEilon Greenstein1-53/+175
2009-08-12bnx2x: Supporting PHY FW upgradeEilon Greenstein1-18/+54
2009-08-12bnx2x: MDC/MDIO CL45 IOCTLsEilon Greenstein1-37/+84
2009-08-12bnx2x: Advertize flow control normally in MF modeEilon Greenstein1-3/+1
2009-08-12bnx2x: Supporting Device Control ChannelEilon Greenstein1-93/+232
2009-08-12bnx2x: Using the new FWEilon Greenstein1-407/+481
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+4
2009-08-01bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-07-30bnx2x: Version 1.48.114-1Eilon Greenstein1-2/+2
2009-07-30bnx2x: WoL only with current MAC addressEilon Greenstein1-4/+4
2009-07-30bnx2x: Self-test kills management trafficEilon Greenstein1-5/+4
2009-07-30bnx2x: Receive traffic that maches management filtering rulesEilon Greenstein1-0/+13
2009-07-26bnx2x: Dont update vlan_features in bnx2x_set_tso()Eric Dumazet1-8/+0
2009-07-21bnx2x: Version 1.48.113-1Eilon Greenstein1-2/+2
2009-07-21bnx2x: Supporting BCM8727 PHYEilon Greenstein1-14/+53
2009-07-21bnx2x: Update vlan_featuresEilon Greenstein1-2/+17
2009-07-21bnx2x: SMP-safe inter_semEilon Greenstein1-1/+9
2009-07-21bnx2x: Adding some mmiowbEilon Greenstein1-0/+17
2009-07-21bnx2x: Fan failure early detectionEilon Greenstein1-0/+5
2009-07-21bnx2x: Fan failureEilon Greenstein1-37/+75