Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bnx2x: tx_has_work should not wait for FW | Vladislav Zolotarov | 2009-01-26 | 1 | -5/+12 |
* | bnx2x: Version | Eilon Greenstein | 2009-01-22 | 1 | -2/+2 |
* | bnx2x: loopback test failure | Eilon Greenstein | 2009-01-22 | 1 | -6/+7 |
* | bnx2x: Missing rmb when waiting for FW response | Eilon Greenstein | 2009-01-22 | 1 | -0/+1 |
* | bnx2x: Calling napi_del | Eilon Greenstein | 2009-01-22 | 1 | -0/+6 |
* | bnx2x: Carrier off first call | Eilon Greenstein | 2009-01-22 | 1 | -2/+2 |
* | bnx2x: Handling load failures | Eilon Greenstein | 2009-01-22 | 1 | -66/+88 |
* | bnx2x: Disable napi | Eilon Greenstein | 2009-01-22 | 1 | -3/+2 |
* | bnx2x: Reset HW before use | Eilon Greenstein | 2009-01-22 | 1 | -8/+9 |
* | bnx2x: Version update | Eilon Greenstein | 2009-01-19 | 1 | -3/+3 |
* | bnx2x: Barriers for the compiler | Eilon Greenstein | 2009-01-19 | 1 | -11/+26 |
* | bnx2x: Driver description update | Eilon Greenstein | 2009-01-19 | 1 | -1/+1 |
* | bnx2x: Overstepping array bounds | Eilon Greenstein | 2009-01-19 | 1 | -0/+4 |
* | bnx2x: Block nvram access when the device is inactive | Eilon Greenstein | 2009-01-19 | 1 | -0/+3 |
* | bnx2x: Read chip ID | Eilon Greenstein | 2009-01-19 | 1 | -1/+1 |
* | bnx2x: Wrong HDR offset in CAM | Eilon Greenstein | 2009-01-19 | 1 | -3/+6 |
* | bnx2x: Potential race after iSCSI boot | Eilon Greenstein | 2009-01-19 | 1 | -5/+9 |
* | bnx2x: Handling probe failures | Eilon Greenstein | 2009-01-19 | 1 | -7/+5 |
* | bnx2x: Free IRQ | Eilon Greenstein | 2009-01-19 | 1 | -3/+3 |
* | bnx2x: First slow path interrupt race | Eilon Greenstein | 2009-01-15 | 1 | -9/+9 |
* | bnx2x: MTU Filter | Eilon Greenstein | 2009-01-15 | 1 | -1/+1 |
* | bnx2x: Indirection table initialization index | Eilon Greenstein | 2009-01-15 | 1 | -5/+4 |
* | bnx2x: Missing brackets | Eilon Greenstein | 2009-01-15 | 1 | -1/+1 |
* | bnx2x: Endianness issues | Eilon Greenstein | 2009-01-15 | 1 | -5/+6 |
* | bnx2x: VLAN tagged packets without VLAN offload | Eilon Greenstein | 2009-01-15 | 1 | -9/+33 |
* | bnx2x: Protecting the link change indication | Eilon Greenstein | 2009-01-15 | 1 | -3/+5 |
* | bnx2x: Flow control updated before reporting the link | Eilon Greenstein | 2009-01-15 | 1 | -1/+2 |
* | bnx2x: Missing mask when calculating flow control | Eilon Greenstein | 2009-01-15 | 1 | -1/+2 |
* | bnx2x: Using system page size for SGE | Eilon Greenstein | 2009-01-15 | 1 | -16/+16 |
* | bnx2x: Missing memory barriers | Eilon Greenstein | 2009-01-15 | 1 | -2/+26 |
* | bnx2x: Using singlethread work queue | Eilon Greenstein | 2009-01-15 | 1 | -5/+15 |
* | bnx2x: Prevent eeprom set when driver is down | Eilon Greenstein | 2009-01-08 | 1 | -0/+3 |
* | net: Fix warning fallout from recent NAPI interface changes. | David S. Miller | 2008-12-26 | 1 | -1/+0 |
* | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 2008-12-22 | 1 | -3/+3 |
* | bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX} | David S. Miller | 2008-12-16 | 1 | -19/+19 |
* | bnx2x: convert to net_device_ops | Stephen Hemminger | 2008-11-21 | 1 | -14/+20 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-06 | 1 | -4/+6 |
|\ | |||||
| * | bnx2x: Version Update | Eilon Greenstein | 2008-11-03 | 1 | -2/+2 |
| * | bnx2x: Calling netif_carrier_off at the end of the probe | Eilon Greenstein | 2008-11-03 | 1 | -2/+2 |
| * | bnx2x: Removing the PMF indication when unloading | Eilon Greenstein | 2008-11-03 | 1 | -0/+2 |
* | | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-03 | 1 | -3/+0 |
* | | pci: use pci_ioremap_bar() in drivers/net | Arjan van de Ven | 2008-10-31 | 1 | -2/+1 |
* | | net: convert more to %pM | Johannes Berg | 2008-10-27 | 1 | -5/+2 |
* | | net: convert print_mac to %pM | Johannes Berg | 2008-10-27 | 1 | -2/+1 |
|/ | |||||
* | bnx2x: EEH recovery fix | Yitchak Gertner | 2008-09-09 | 1 | -12/+83 |
* | bnx2x: Accessing un-mapped page | Eilon Greenstein | 2008-09-03 | 1 | -17/+17 |
* | bnx2x: Version update | Eilon Greenstein | 2008-08-25 | 1 | -2/+2 |
* | bnx2x: Multi Queue | Yitchak Gertner | 2008-08-25 | 1 | -4/+2 |
* | bnx2x: NAPI and interrupts enable/disable | Yitchak Gertner | 2008-08-25 | 1 | -76/+73 |
* | bnx2x: NIC load failure cleanup | Yitchak Gertner | 2008-08-25 | 1 | -12/+10 |