summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* bnx2x: Add main CNIC interface functions.Michael Chan2009-10-121-0/+388
* bnx2x: Add hw init code to support iSCSI.Michael Chan2009-10-121-58/+152
* bnx2x: Refactor MAC address setup code.Michael Chan2009-10-121-50/+112
* bnx2x: Refactor bnx2x_sp_post().Michael Chan2009-10-121-24/+38
* net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings2009-10-051-29/+31
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* bnx2x: update version to 1.52.1Eilon Greenstein2009-08-131-2/+2
* bnx2x: Whitespaces and commentsEilon Greenstein2009-08-131-39/+41
* bnx2x: Re-factor the initialization codeEilon Greenstein2009-08-131-20/+59
* bnx2x: Using PCI_DEVICE macroEilon Greenstein2009-08-131-6/+3Star
* bnx2x: Adding explicit castingEilon Greenstein2009-08-131-3/+3
* bnx2x: Using macro for phy addressEilon Greenstein2009-08-131-6/+2Star
* bnx2x: Missing smp_wmb for statistics state machineEilon Greenstein2009-08-131-0/+3
* bnx2x: Check unzip return codeEilon Greenstein2009-08-131-1/+3
* bnx2x: Remove the init_dmae field from bpEilon Greenstein2009-08-131-47/+47
* bnx2x: Updating regdump_len at drvinfoEilon Greenstein2009-08-131-36/+33Star
* bnx2x: Move printing of version from probe to the initEilon Greenstein2009-08-131-4/+2Star
* bnx2x: Combine get_pcie_width and get_pcie_speedEilon Greenstein2009-08-131-18/+16Star
* bnx2x: Stop loading if error condition detectedEilon Greenstein2009-08-131-0/+8
* bnx2x: Calling pci_set_drvdata earlierEilon Greenstein2009-08-131-2/+2
* bnx2x: Configurable pause schemeEilon Greenstein2009-08-131-4/+10
* bnx2x: Adding Likely directiveEilon Greenstein2009-08-131-1/+2
* bnx2x: Prefetch the page containing the BD descriptorEilon Greenstein2009-08-131-0/+7
* bnx2x: Reporting host statistics to management FWEilon Greenstein2009-08-131-53/+175
* bnx2x: Supporting PHY FW upgradeEilon Greenstein2009-08-131-18/+54
* bnx2x: MDC/MDIO CL45 IOCTLsEilon Greenstein2009-08-131-37/+84
* bnx2x: Advertize flow control normally in MF modeEilon Greenstein2009-08-131-3/+1Star
* bnx2x: Supporting Device Control ChannelEilon Greenstein2009-08-131-93/+232
* bnx2x: Using the new FWEilon Greenstein2009-08-131-407/+481
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-131-3/+4
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-3/+4
* | bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+5
* | bnx2x: Version 1.48.114-1Eilon Greenstein2009-07-301-2/+2
* | bnx2x: WoL only with current MAC addressEilon Greenstein2009-07-301-4/+4
* | bnx2x: Self-test kills management trafficEilon Greenstein2009-07-301-5/+4Star
* | bnx2x: Receive traffic that maches management filtering rulesEilon Greenstein2009-07-301-0/+13
* | bnx2x: Dont update vlan_features in bnx2x_set_tso()Eric Dumazet2009-07-271-8/+0Star
* | bnx2x: Version 1.48.113-1Eilon Greenstein2009-07-211-2/+2
* | bnx2x: Supporting BCM8727 PHYEilon Greenstein2009-07-211-14/+53
* | bnx2x: Update vlan_featuresEilon Greenstein2009-07-211-2/+17
* | bnx2x: SMP-safe inter_semEilon Greenstein2009-07-211-1/+9
* | bnx2x: Adding some mmiowbEilon Greenstein2009-07-211-0/+17
* | bnx2x: Fan failure early detectionEilon Greenstein2009-07-211-0/+5
* | bnx2x: Fan failureEilon Greenstein2009-07-211-37/+75
* | bnx2x: Stop management traffic in loopback testEilon Greenstein2009-07-211-0/+11
|/
* bnx2x: Fix the maximal values of coalescing timeouts.Eilon Greenstein2009-07-061-4/+4
* bnx2x: Disable HC coalescing when setting timeout to zero.Eilon Greenstein2009-07-061-2/+2
* bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa2009-06-301-1/+9
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0Star