Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | | | * | | | | 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 | |
| | | | | | | | | * | | | | | mlx4_core: Fix parsing of reserved EQ cap | Yevgeny Petrilin | 2009-11-13 | 1 | -1/+1 | |
| | | | | | | | | * | | | | | IB/mlx4: Remove limitation on LSO header size | Eli Cohen | 2009-11-12 | 4 | -13/+15 | |
| | | | | | | | | * | | | | | 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: Fix typo in ipoib.txt | Bart Van Assche | 2009-12-09 | 1 | -5/+5 | |
| | | | | | | | * | | | | | | IB: Clarify the documentation of ib_post_send() | Bart Van Assche | 2009-12-09 | 1 | -0/+5 | |
| | | | | | | | |/ / / / / | ||||||
| | | | | | | * / / / / / | 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-10 | 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-16 | 1 | -12/+20 | |
| | | * | | | | | RDMA/cxgb3: Remove BUG_ON() on CQ rearm failure | Steve Wise | 2009-11-19 | 0 | -0/+0 | |
| | | |/ / / / | ||||||
| | * | | | | | IB/addr: Fix IPv6 routing lookup | Sean Hefty | 2009-11-20 | 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 | 5 | -63/+61 | |
| | * | | | | | IB/addr: Store net_device type instead of translating to RDMA transport | Sean Hefty | 2009-11-19 | 3 | -16/+6 | |
| | * | | | | | 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 | 3 | -3/+15 | |
| | * | | | | | RDMA/cma: Fix AF_INET6 support in multicast joining | Jason Gunthorpe | 2009-11-19 | 1 | -0/+5 | |
| | * | | | | | RDMA/cma: Correct detection of SA Created MGID | Jason Gunthorpe | 2009-11-19 | 1 | -1/+1 | |
| | * | | | | | RDMA/addr: Use appropriate locking with for_each_netdev() | Eric Dumazet | 2009-11-18 | 1 | -1/+7 | |
| | * | | | | | RDMA/ucma: Add option to manually set IB path | Sean Hefty | 2009-11-16 | 5 | -2/+81 | |
| | |/ / / / | ||||||
| * / / / / | RDMA/amso1100: Fix error paths in post_send and post_recv | Frank Zago | 2009-12-09 | 1 | -4/+10 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-12-16 | 22 | -385/+1137 | |
|\ \ \ \ \ | ||||||
| * | | | | | Input: ALPS - add interleaved protocol support (Dell E6x00 series) | Sebastian Kapfer | 2009-12-16 | 2 | -27/+228 | |
| * | | | | | Input: keyboard - don't override beep with a bell | Dmitry Torokhov | 2009-12-16 | 1 | -3/+7 | |
| * | | | | | Input: altera_ps2 - fix test of unsigned in altera_ps2_probe() | Roel Kluin | 2009-12-15 | 1 | -3/+5 | |
| * | | | | | Input: add mc13783 touchscreen driver | Sascha Hauer | 2009-12-15 | 3 | -0/+271 | |
| * | | | | | Input: ep93xx_keypad - update driver to new core support | H Hartley Sweeten | 2009-12-15 | 2 | -110/+51 | |
| * | | | | | Merge commit 'linus' into next | Dmitry Torokhov | 2009-12-15 | 6724 | -352833/+627915 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Input: wacom - separate pen from express keys on Graphire | Ping Cheng | 2009-12-15 | 1 | -4/+23 | |
| * | | | | | | Input: wacom - add defines for data packet report IDs | Ping Cheng | 2009-12-15 | 2 | -13/+22 | |
| * | | | | | | Input: wacom - add support for new LCD tablets | Ping Cheng | 2009-12-15 | 4 | -132/+311 | |
| * | | | | | | Input: wacom - add defines for packet lengths of various devices | Ping Cheng | 2009-12-15 | 3 | -64/+76 | |
| * | | | | | | Input: wacom - ensure the device is initialized properly upon resume | Ping Cheng | 2009-12-15 | 2 | -6/+8 | |
| * | | | | | | Input: at32psif - do not sleep in atomic context | Dmitry Torokhov | 2009-12-15 | 1 | -1/+1 | |
| * | | | | | | Input: i8042 - add Gigabyte M1022M to the noloop list | Dmitry Torokhov | 2009-12-15 | 1 | -0/+8 | |
| * | | | | | | Input: i8042 - allow installing platform filters for incoming data | Matthew Garrett | 2009-12-12 | 2 | -4/+72 | |
| * | | | | | | Input: i8042 - fix locking in interrupt routine | Dmitry Torokhov | 2009-12-12 | 1 | -8/+26 | |
| * | | | | | | Input: ALPS - do not set REL_X/REL_Y capabilities on the touchpad | Dmitry Torokhov | 2009-12-12 | 1 | -0/+11 | |
| * | | | | | | Input: document use of input_event() function | Dmitry Torokhov | 2009-12-12 | 1 | -2/+8 | |
| * | | | | | | Input: sa1111ps2 - annotate probe() and remove() methods | Dmitry Torokhov | 2009-12-12 | 1 | -5/+5 | |
| * | | | | | | Input: ambakmi - annotate probe() and remove() methods | Dmitry Torokhov | 2009-12-12 | 1 | -4/+4 | |
| * | | | | | | Input: gscps2 - fix probe() and remove() annotations | Dmitry Torokhov | 2009-12-12 | 1 | -3/+3 | |
| * | | | | | | Input: altera_ps2 - add annotations to probe and remove methods | Dmitry Torokhov | 2009-12-12 | 1 | -3/+3 | |
| * | | | | | | Input: hil-mlc - use del_timer_sync() when unloading the driver | Dmitry Torokhov | 2009-12-12 | 1 | -5/+3 |