| Commit message (Expand) | Author | Age | Files | Lines |
* | cxgb3: Fix lockdep problems with sge.reg_lock | Roland Dreier | 2008-03-25 | 1 | -9/+9 |
* | cxgb3: Fix transmit queue stop mechanism | Divy Le Ray | 2008-03-17 | 1 | -3/+9 |
* | cxgb3: Handle ARP completions that mark neighbors stale. | Steve Wise | 2008-02-11 | 1 | -1/+1 |
* | Optimize cxgb3 xmit path (a bit) | Krishna Kumar | 2008-02-11 | 1 | -20/+15 |
* | is_vmalloc_addr(): Check if an address is within the vmalloc boundaries | Christoph Lameter | 2008-02-05 | 1 | -3/+1 |
* | cxgb3: Remove incorrect __devinit annotations | Roland Dreier | 2008-02-03 | 3 | -14/+12 |
* | annotate cxgb3 | Al Viro | 2008-01-28 | 4 | -24/+26 |
* | [VLAN]: Turn VLAN_DEV_INFO into inline function | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | cxgb3 - Fix EEH, missing softirq blocking | Divy Le Ray | 2008-01-28 | 2 | -11/+10 |
* | cxgb3 - parity initialization for T3C adapters. | Divy Le Ray | 2008-01-28 | 6 | -29/+472 |
* | drivers/net/cxgb3: trim trailing whitespace | Jeff Garzik | 2008-01-28 | 5 | -31/+31 |
* | cxgb3 - Fix I/O synchronization | Divy Le Ray | 2008-01-28 | 1 | -2/+5 |
* | cxgb3 - HW set up updates | Divy Le Ray | 2008-01-28 | 3 | -4/+44 |
* | cxgb3 - sysfs methods clean up | Divy Le Ray | 2008-01-28 | 1 | -10/+9 |
* | cxgb3 - fix interaction with pktgen | Divy Le Ray | 2008-01-28 | 1 | -42/+40 |
* | cxgb3 - FW upgrade | Divy Le Ray | 2008-01-28 | 2 | -5/+9 |
* | cxgb3 - Add EEH support | Divy Le Ray | 2008-01-28 | 1 | -0/+107 |
* | cxgb3 - Fix resources release. | Divy Le Ray | 2008-01-28 | 1 | -4/+4 |
* | cxgb3 - Use wild card for PCI subdevice ID match | Divy Le Ray | 2008-01-28 | 1 | -12/+12 |
* | cxgb3 - fix MSI-X failure path | Divy Le Ray | 2008-01-28 | 1 | -1/+2 |
* | drivers/net/cxgb3: Add missing "space" | Joe Perches | 2008-01-28 | 1 | -1/+1 |
* | cxgb3 - T3C support update | Divy Le Ray | 2007-12-07 | 3 | -19/+58 |
* | [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate | Jeff Garzik | 2007-10-23 | 2 | -4/+2 |
* | remove asm/bitops.h includes | Jiri Slaby | 2007-10-19 | 1 | -1/+1 |
* | cxgb3 sparse warning fixes | Stephen Hemminger | 2007-10-10 | 5 | -33/+31 |
* | drivers/net/cxgb3/xgmac.c: remove dead code | Adrian Bunk | 2007-10-10 | 1 | -4/+1 |
* | cxgb3: trivial endianness annotations | Al Viro | 2007-10-10 | 2 | -5/+5 |
* | [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count | Jeff Garzik | 2007-10-10 | 1 | -3/+8 |
* | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 2007-10-10 | 1 | -3/+0 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 1 | -1/+0 |
* | cxgb3 - Update engine microcode version | Divy Le Ray | 2007-10-10 | 1 | -2/+2 |
* | cxgb3 - Add T3C rev | Divy Le Ray | 2007-10-10 | 2 | -0/+4 |
* | cxgb3 - CQ context operations time out too soon. | Divy Le Ray | 2007-10-10 | 1 | -8/+11 |
* | cxgb3 - Set the CQ_ERR bit in CQ contexts. | Divy Le Ray | 2007-10-10 | 2 | -1/+6 |
* | cxgb3 - remove false positive in xgmac workaround | Divy Le Ray | 2007-10-10 | 2 | -1/+4 |
* | cxgb3 - log and clear PEX errors | Divy Le Ray | 2007-10-10 | 1 | -0/+6 |
* | cxgb3 - Firmware update | Divy Le Ray | 2007-10-10 | 4 | -11/+22 |
* | cxgb3 - Update internal memory management | Divy Le Ray | 2007-10-10 | 2 | -0/+4 |
* | cxgb3 - log adapter serial number | Divy Le Ray | 2007-10-10 | 3 | -3/+8 |
* | cxgb3 - Fatal error update | Divy Le Ray | 2007-10-10 | 1 | -0/+4 |
* | cxgb3 - tighten checks on TID values | Divy Le Ray | 2007-10-10 | 2 | -7/+41 |
* | cxgb3 - Expose HW memory page info | Divy Le Ray | 2007-10-10 | 2 | -21/+38 |
* | cxgb3 - use immediate data for offload Tx | Divy Le Ray | 2007-10-10 | 1 | -6/+11 |
* | cxgb3 - SGE doorbell overflow warning | Divy Le Ray | 2007-10-10 | 2 | -0/+12 |
* | cxgb3 - Update rx coalescing length | Divy Le Ray | 2007-10-10 | 1 | -1/+1 |
* | cxgb3 - MAC workaround update | Divy Le Ray | 2007-10-10 | 2 | -11/+12 |
* | drivers/net/cxgb3: removed several unneeded zero initilization | Denis Cheng | 2007-10-10 | 1 | -3/+3 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 3 | -186/+102 |
* | - cxgb3 engine microcode load | Divy Le Ray | 2007-08-31 | 3 | -52/+123 |
* | cxgb3 - Fix dev->priv usage | Divy Le Ray | 2007-08-31 | 6 | -68/+104 |