Age | Commit message (Expand) | Author | Files | Lines |
2012-08-15 | IB: Fix typos in infiniband drivers | Masanari Iida | 1 | -1/+1 |
2012-07-05 | cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup(). | David S. Miller | 1 | -2/+3 |
2012-03-19 | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ... | Roland Dreier | 1 | -20/+20 |
2012-03-08 | RDMA/cxgb3: Don't pass irq flags to flush_qp() | Steve Wise | 1 | -20/+20 |
2012-03-05 | IB: Use central enum for speed instead of hard-coded values | Or Gerlitz | 1 | -1/+1 |
2011-12-06 | cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour. | David Miller | 1 | -13/+2 |
2011-12-06 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 1 | -2/+2 |
2011-11-30 | IB: Fix RCU lockdep splats | Eric Dumazet | 1 | -0/+4 |
2011-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 5 | -2/+30 |
2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 5 | -2/+30 |
2011-10-31 | RDMA/cxgb3: Serialize calls to CQ's comp_handler | Kumar Sanghvi | 4 | -2/+20 |
2011-10-07 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -5/+5 |
2011-10-06 | RDMA/{amso1100,cxgb3}: Minimal MPAv2 support | Kumar Sanghvi | 1 | -0/+10 |
2011-09-26 | [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereference | Neil Horman | 1 | -5/+5 |
2011-08-11 | chelsio: Move the Chelsio drivers | Jeff Kirsher | 1 | -1/+1 |
2011-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -8/+0 |
2011-07-19 | RDMA: Allow for NULL .modify_device() and .modify_port() methods | Bart Van Assche | 1 | -8/+0 |
2011-07-18 | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 1 | -4/+8 |
2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 3 | -13/+21 |
2011-05-24 | RDMA/cxgb3: Don't post zero-byte read if endpoint is going away | Steve Wise | 3 | -13/+21 |
2011-05-04 | ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). | David S. Miller | 1 | -1/+2 |
2011-03-13 | ipv4: Create and use route lookup helpers. | David S. Miller | 1 | -17/+4 |
2011-03-03 | ipv4: Make output route lookup return rtable directly. | David S. Miller | 1 | -1/+2 |
2011-03-02 | ipv4: Kill can_sleep arg to ip_route_output_flow() | David S. Miller | 1 | -1/+1 |
2011-03-02 | ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" | David S. Miller | 1 | -1/+1 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2011-01-11 | RDMA/cxgb3,cxgb4: Remove dead code | Stephen Hemminger | 3 | -58/+2 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
2010-10-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 8 | -26/+75 |
2010-10-27 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ... | Roland Dreier | 8 | -26/+75 |
2010-10-27 | RDMA/cxgb3: Remove unnecessary KERN_<level> use | Joe Perches | 1 | -2/+2 |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-10-24 | IB: Replace EXTRA_CFLAGS with ccflags-y | matt mooney | 1 | -4/+2 |
2010-10-23 | RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in error | Steve Wise | 6 | -20/+71 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+1 |
2010-09-27 | RDMA/cxgb3: Turn off RX coalescing for iWARP connections | Steve Wise | 1 | -2/+4 |
2010-09-03 | RDMA/cxgb3: Don't exceed the max HW CQ depth | Steve Wise | 1 | -1/+1 |
2010-08-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -3/+3 |
2010-08-05 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+2 |
2010-08-04 | RDMA/cxgb3: Make needlessly global iwch_l2t_send() static | Or Gerlitz | 1 | -1/+1 |
2010-07-21 | RDMA/cxgb3: Clean up signed check of unsigned variable | Dan Carpenter | 1 | -2/+2 |
2010-06-16 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -1/+1 |
2010-06-16 | fix typos concerning "hierarchy" | Uwe Kleine-König | 1 | -2/+2 |
2010-06-11 | net-next: remove useless union keyword | Changli Gao | 1 | -2/+2 |
2010-05-21 | IB/core: Allow device-specific per-port sysfs files | Ralph Campbell | 1 | -1/+1 |
2010-04-29 | RDMA/cxgb3: Shrink .text with compile-time init of handlers arrays | Roland Dreier | 2 | -66/+65 |
2010-04-22 | RDMA/cxgb3: Don't free skbs on NET_XMIT_* indications from LLD | Steve Wise | 1 | -2/+2 |
2010-04-22 | RDMA/cxgb3: Use the dma state API instead of pci equivalents | FUJITA Tomonori | 3 | -9/+9 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 7 | -1/+7 |
2010-03-12 | RDMA/cxgb3: Wait at least one schedule cycle during device removal | Steve Wise | 1 | -0/+2 |