Age | Commit message (Expand) | Author | Files | Lines |
2007-10-16 | infiniband: sg chaining support | Jens Axboe | 2 | -38/+47 |
2007-10-15 | IB/ipoib: Verify address handle validity on send | Moni Shoua | 1 | -2/+3 |
2007-10-15 | IB/ipoib: Bound the net device to the ipoib_neigh structue | Moni Shoua | 3 | -11/+20 |
2007-10-15 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2 | -0/+29 |
2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -6/+3 |
2007-10-12 | [SCSI] transport_srp: add rport roles attribute | FUJITA Tomonori | 1 | -0/+1 |
2007-10-12 | [SCSI] ib_srp: convert to use the srp transport class | FUJITA Tomonori | 2 | -0/+28 |
2007-10-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 68 | -1550/+1930 |
2007-10-10 | [INET]: local port range robustness | Stephen Hemminger | 1 | -10/+12 |
2007-10-10 | IPoIB: Fix unused variable warning | Roland Dreier | 1 | -1/+0 |
2007-10-10 | [IPoIB]: Convert to netdevice internal stats | Roland Dreier | 5 | -41/+31 |
2007-10-10 | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 1 | -2/+6 |
2007-10-10 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 3 | -4/+0 |
2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -1/+2 |
2007-10-10 | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 3 | -29/+29 |
2007-10-10 | IPoIB: Allow setting policy to ignore multicast groups | Or Gerlitz | 4 | -0/+46 |
2007-10-10 | IB/mthca: Mark error paths as unlikely() in post_srq_recv functions | Eli Cohen | 1 | -4/+4 |
2007-10-09 | IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages. | Dave Olson | 1 | -3/+4 |
2007-10-09 | IB/ipath: Remove redundant link state checks | Ralph Campbell | 1 | -6/+0 |
2007-10-09 | IB/ipath: Fix IB_EVENT_PORT_ERR event | Ralph Campbell | 5 | -12/+31 |
2007-10-09 | IB/ipath: Better handling of unexpected GPIO interrupts | Michael Albaugh | 1 | -4/+6 |
2007-10-09 | IB/ipath: Maintain active time on all chips | Michael Albaugh | 1 | -11/+6 |
2007-10-09 | IB/ipath: Fix QHT7040 serial number check | Dave Olson | 1 | -29/+15 |
2007-10-09 | IB/ipath: Indicate a couple of chip bugs to userspace | Arthur Jones | 3 | -3/+7 |
2007-10-09 | IB/ipath: iba6110 rev4 no longer needs recv header overrun workaround | Arthur Jones | 1 | -2/+4 |
2007-10-09 | IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_close | Arthur Jones | 3 | -51/+57 |
2007-10-09 | IB/ipath: Remove duplicate copy of LMC | Ralph Campbell | 4 | -26/+29 |
2007-10-09 | IB/ipath: Add ability to set the LMC via the sysfs debugging interface | Ralph Campbell | 1 | -1/+39 |
2007-10-09 | IB/ipath: Optimize completion queue entry insertion and polling | Ralph Campbell | 2 | -47/+53 |
2007-10-09 | IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHED | Ralph Campbell | 3 | -5/+29 |
2007-10-09 | IB/ipath: Generate flush CQE when QP is in error state | Ralph Campbell | 1 | -2/+20 |
2007-10-09 | IB/ipath: Remove redundant code | Ralph Campbell | 1 | -5/+0 |
2007-10-09 | IB/ipath: Future proof eeprom checksum code (contents reading) | Dave Olson | 1 | -2/+8 |
2007-10-09 | IB/ipath: UC RDMA WRITE with IMMEDIATE doesn't send the immediate | Ralph Campbell | 1 | -10/+11 |
2007-10-09 | IB/ipath: Correctly describe workaround for TID write chip bug | Dave Olson | 1 | -5/+8 |
2007-10-09 | IB/ipath: Remove unneeded code for ipathfs | Ralph Campbell | 1 | -187/+0 |
2007-10-09 | IB/ipath: Verify host bus bandwidth to chip will not limit performance | Dave Olson | 1 | -0/+86 |
2007-10-09 | IB/ipath: Change UD to queue work requests like RC & UC | Ralph Campbell | 7 | -611/+494 |
2007-10-09 | IB/ipath: Performance optimization for CPU differences | Ralph Campbell | 4 | -35/+53 |
2007-10-09 | IB/ipath: iba6110 rev4 GPIO counters support | Arthur Jones | 2 | -2/+10 |
2007-10-09 | IB/ehca: Fix clipping of device limits to INT_MAX | Roland Dreier | 1 | -16/+16 |
2007-10-09 | IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp() | Dotan Barak | 1 | -8/+10 |
2007-10-09 | IB/mthca: Use mmiowb() to avoid firmware commands getting jumbled up | Roland Dreier | 1 | -0/+6 |
2007-10-09 | RDMA/cma: Queue IB CM MRAs to avoid unnecessary remote retries | Sean Hefty | 1 | -0/+2 |
2007-10-09 | IB/cm: Modify interface to send MRAs in response to duplicate messages | Sean Hefty | 1 | -28/+23 |
2007-10-09 | IB/mthca: Increase max number of QPs per multicast group to 56 | Roland Dreier | 1 | -1/+1 |
2007-10-09 | IB/mlx4: Implement FMRs | Jack Morgenstein | 3 | -0/+114 |
2007-10-09 | mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW command | Jack Morgenstein | 1 | -4/+3 |
2007-10-09 | IB/uverbs: Make ib_uverbs_release_event_file() static | Roland Dreier | 2 | -9/+8 |
2007-10-09 | IB/umad: Fix bit ordering and 32-on-64 problems on big endian systems | Roland Dreier | 1 | -9/+40 |