Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branches 'misc' and 'mlx4' into for-next | Roland Dreier | 2010-01-06 | 2 | -1/+7 |
|\ | |||||
| * | IB/mlx4: Fix queue overflow check in post_recv | Or Gerlitz | 2010-01-06 | 1 | -1/+1 |
| * | IB/mlx4: Initialize SRQ scatter entries when creating an SRQ | Jack Morgenstein | 2010-01-06 | 1 | -0/+6 |
* | | IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6 | Robert P. J. Day | 2010-01-06 | 1 | -1/+1 |
|/ | |||||
* | kfifo: fix warn_unused_result | Stefani Seibold | 2009-12-22 | 1 | -2/+3 |
* | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... | Stefani Seibold | 2009-12-22 | 1 | -8/+8 |
* | kfifo: cleanup namespace | Stefani Seibold | 2009-12-22 | 1 | -5/+5 |
* | kfifo: move out spinlock | Stefani Seibold | 2009-12-22 | 1 | -16/+20 |
* | kfifo: move struct kfifo in place | Stefani Seibold | 2009-12-22 | 2 | -35/+34 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 2009-12-16 | 1 | -2/+7 |
|\ | |||||
| * | switch alloc_file() to passing struct path | Al Viro | 2009-12-16 | 1 | -2/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-12-16 | 29 | -872/+1028 |
|\ \ | |/ |/| | |||||
| *---------------. | Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', ... | Roland Dreier | 2009-12-15 | 28 | -868/+1018 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * | RDMA/nes: Fix stale ARP issue | Faisal Latif | 2009-12-09 | 1 | -10/+27 |
| | | | | | | | | | * | RDMA/nes: FIN during MPA startup causes timeout | Faisal Latif | 2009-12-09 | 1 | -1/+8 |
| | | | | | | | | | * | RDMA/nes: Free kmap() resources | Faisal Latif | 2009-12-09 | 3 | -2/+19 |
| | | | | | | | | | * | RDMA/nes: Check for zero STag | Faisal Latif | 2009-12-09 | 2 | -4/+2 |
| | | | | | | | | | * | RDMA/nes: Fix Xansation test crash on cm_node ref_count | Faisal Latif | 2009-12-09 | 1 | -1/+16 |
| | | | | | | | | | * | RDMA/nes: Abnormal listener exit causes loopback node crash | Faisal Latif | 2009-12-09 | 1 | -13/+3 |
| | | | | | | | | | * | RDMA/nes: Fix crash in nes_accept() | Faisal Latif | 2009-12-09 | 2 | -28/+50 |
| | | | | | | | | | * | RDMA/nes: Resource not freed for REJECTed connections | Faisal Latif | 2009-12-09 | 1 | -0/+2 |
| | | | | | | | | | * | RDMA/nes: MPA request/response error checking | Faisal Latif | 2009-12-09 | 1 | -2/+29 |
| | | | | | | | | | * | RDMA/nes: Fix query of ORD values | Faisal Latif | 2009-12-09 | 1 | -4/+4 |
| | | | | | | | | | * | RDMA/nes: Fix MAX_CM_BUFFER define | Faisal Latif | 2009-12-09 | 1 | -1/+3 |
| | | | | | | | | | * | RDMA/nes: Pass correct size to ioremap_nocache() | Julia Lawall | 2009-12-09 | 1 | -1/+2 |
| | | | | | | | | | * | RDMA/nes: Update copyright and branding string | Chien Tung | 2009-12-09 | 13 | -17/+16 |
| | | | | | | | | | * | RDMA/nes: Add max_cqe check to nes_create_cq() | Chien Tung | 2009-12-09 | 2 | -2/+5 |
| | | | | | | | | | * | RDMA/nes: Clean up struct nes_qp | Chien Tung | 2009-12-09 | 2 | -14/+1 |
| | | | | | | | | | * | RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extension | Chien Tung | 2009-12-09 | 2 | -8/+13 |
| | | | | | | | | | * | RDMA/nes: Add additional SFP+ PHY uC status check and PHY reset | Chien Tung | 2009-12-09 | 1 | -6/+22 |
| | | | | | | | | | * | RDMA/nes: Correct fast memory registration implementation | Chien Tung | 2009-12-09 | 4 | -291/+299 |
| | | | | | | | | | * | RDMA/nes: Add support for IB_WR_*INV | Chien Tung | 2009-12-09 | 1 | -90/+113 |
| | | | | | | | | | * | RDMA/nes: In nes_post_recv() always set bad_wr on error | Frank Zago | 2009-12-09 | 1 | -2/+5 |
| | | | | | | | | | * | RDMA/nes: In nes_post_send() always set bad_wr on error | Frank Zago | 2009-12-09 | 1 | -2/+8 |
| | | | | | | | | * | | IB/mlx4: Remove limitation on LSO header size | Eli Cohen | 2009-11-12 | 2 | -13/+13 |
| | | | | | | | | * | | IB/mlx4: Remove unneeded code | Eli Cohen | 2009-11-12 | 1 | -1/+0 |
| | | | | | | | * | | | IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context() | Roel Kluin | 2009-12-09 | 1 | -1/+1 |
| | | | | | | | |/ / | |||||
| | | | | | | * / / | IB/iser: Rewrite SG handling for RDMA logic | Or Gerlitz | 2009-11-12 | 1 | -66/+56 |
| | | | | | | |/ / | |||||
| | | | | | * / / | IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() | David J. Wilder | 2009-12-09 | 1 | -0/+1 |
| | | | | | |/ / | |||||
| | | | | * / / | IB/ipath: Use bitmap_weight() | Akinobu Mita | 2009-12-09 | 1 | -7/+3 |
| | | | | |/ / | |||||
| | | | * | / | IB/ehca: Fix error paths in post_send and post_recv | Frank Zago | 2009-12-09 | 1 | -36/+31 |
| | | | | |/ | | | | |/| | |||||
| | | | * | | IB/ehca: Rework destroy_eq() | Alexander Schmidt | 2009-12-09 | 3 | -4/+8 |
| | | | |/ | |||||
| | | * / | RDMA/cxgb3: Fix error paths in post_send and post_recv | Frank Zago | 2009-12-15 | 1 | -12/+20 |
| | | |/ | |||||
| | * | | IB/addr: Fix IPv6 routing lookup | Sean Hefty | 2009-11-19 | 2 | -117/+74 |
| | * | | IB/addr: Simplify resolving IPv4 addresses | Sean Hefty | 2009-11-19 | 1 | -58/+23 |
| | * | | RDMA/cm: fix loopback address support | Sean Hefty | 2009-11-19 | 2 | -38/+47 |
| | * | | IB/addr: Store net_device type instead of translating to RDMA transport | Sean Hefty | 2009-11-19 | 2 | -15/+4 |
| | * | | IB/addr: Verify source and destination address families match | Sean Hefty | 2009-11-19 | 1 | -8/+19 |
| | * | | RDMA/cma: Replace net_device pointer with index | Sean Hefty | 2009-11-19 | 2 | -2/+14 |
| | * | | RDMA/cma: Fix AF_INET6 support in multicast joining | Jason Gunthorpe | 2009-11-19 | 1 | -0/+5 |