IB/ipath: Fix lost UD send work request
[safe/jmp/linux-2.6] / drivers / infiniband / hw / ipath /
2008-08-15 Ralph CampbellIB/ipath: Fix lost UD send work request
2008-08-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-08-04 Alexander BeregalovIB/ipath: Fix printk format warnings
2008-08-01 Niels de VosRemove newline from the description of module parameters
2008-07-30 Vegard NossumIB/ipath: Use unsigned long for irq flags
2008-07-26 FUJITA Tomonoridma-mapping: add the device argument to dma_mapping_error()
2008-07-22 Greg Kroah-Hartmandevice create: infiniband: convert device_create to...
2008-07-15 Ingo MolnarMerge branch 'core/rcu' into core/rcu-for-linus
2008-07-15 Ralph CampbellIB/ipath: Use IEEE OUI for vendor_id reported by ibv_qu...
2008-07-15 Steve WiseRDMA/core: Add memory management extensions support
2008-07-15 Robert P. J. DayIB/ipath: Simplify code using ARRAY_SIZE() macro
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-06-20 Jonathan CorbetAdd a bunch of cycle_kernel_lock() calls
2008-06-20 Jonathan CorbetAdd "no BKL needed" comments to several drivers
2008-06-16 Ingo MolnarMerge branch 'linus' into core/rcu
2008-06-06 Ralph CampbellIB/ipath: Fix SM trap forwarding
2008-05-26 Ralph CampbellIB/ipath: Fix device capability flags
2008-05-26 Roland DreierIB/ipath: Avoid test_bit() on u64 SDMA status value
2008-05-19 Franck Bui-Huurcu: split list.h and move rcu-protected lists into...
2008-05-15 Ralph CampbellIB/ipath: Fix UC receive completion opcode for RDMA...
2008-05-15 Roland DreierIB/ipath: Fix printk format for ipath_sdma_status
2008-05-13 Roland DreierIB/ipath: Change ipath_devdata.ipath_sdma_status to...
2008-05-13 Pavel EmelyanovIB/ipath: Make ipath_portdata work with struct pid...
2008-05-13 Ralph CampbellIB/ipath: Fix RDMA read response sequence checking
2008-05-13 Ralph CampbellIB/ipath: Fix many locking issues when switching to...
2008-05-13 Ralph CampbellIB/ipath: Fix RC and UC error handling
2008-05-07 John GregorIB/ipath: Fix SDMA error recovery in absence of link...
2008-05-07 Dave OlsonIB/ipath: Need to always request and handle PIO avail...
2008-05-07 Michael AlbaughIB/ipath: Fix count of packets received by kernel
2008-05-07 Ralph CampbellIB/ipath: Return the correct opcode for RDMA WRITE...
2008-05-07 Dave OlsonIB/ipath: Fix bug that can leave sends disabled after...
2008-05-07 Ralph CampbellIB/ipath: Only increment SSN if WQE is put on send...
2008-05-07 Michael AlbaughIB/ipath: Only warn about prototype chip during init
2008-04-29 Arthur KepnerIB: expand ib_umem_get() prototype
2008-04-22 Roland DreierIB/ipath: Correct capitalization "IntX" -> "INTx"
2008-04-22 Roland DreierIB/ipath: Remove tests of PCI_MSI in ipath_iba7220.c
2008-04-22 Roland DreierIB/ipath: Remove dependency on PCI_MSI || HT_IRQ
2008-04-22 Roland DreierIB/ipath: Build IBA7220 code unconditionally
2008-04-22 Roland DreierIB/ipath: Remove reference to dev->class_dev
2008-04-22 Paul BolleIB/ipath: Fix module parameter description for disable_sma
2008-04-22 Stephen Rothwellinfiniband: class_device fallout
2008-04-20 Tony JonesIB: convert struct class_device to struct device
2008-04-17 Roland DreierIB/core: Add support for "send with invalidate" work...
2008-04-17 Ralph CampbellIB/ipath: Update copyright dates for files changed...
2008-04-17 Dave OlsonIB/ipath: add calls to new 7220 code and enable in...
2008-04-17 Arthur JonesIB/ipath: Misc changes to prepare for IB7220 introduction
2008-04-17 Arthur JonesIB/ipath: User mode send DMA
2008-04-17 Arthur JonesIB/ipath: User mode send DMA header file
2008-04-17 John GregorIB/ipath: Add code for IBA7220 send DMA
2008-04-17 Ralph CampbellIB/ipath: Add IBA7220-specific SERDES initialization...
2008-04-17 Michael AlbaughIB/ipath: Support for SerDes portion of IBA7220
2008-04-17 Ralph CampbellIB/ipath: HCA-specific code to support IBA7220
2008-04-17 Michael AlbaughIB/ipath: Isolate 7220-specific content
2008-04-17 Ralph CampbellIB/ipath: Header file changes to support IBA7220
2008-04-17 Ralph CampbellIB/ipath: Fix up error handling
2008-04-17 Dave OlsonIB/ipath: Fix check for no interrupts to reliably fallb...
2008-04-17 Dave OlsonIB/ipath: Enable reduced PIO update for HCAs that suppo...
2008-04-17 Dave OlsonIB/ipath: Set LID filtering for HCAs that support it.
2008-04-17 Dave OlsonIB/ipath: Add support for IBTA 1.2 Heartbeat
2008-04-17 Dave OlsonIB/ipath: Make link state transition code ignore (trans...
2008-04-17 Ralph CampbellIB/ipath: Add support for 7220 receive queue changes
2008-04-17 Ralph CampbellIB/ipath: Fix some white space and code style issues
2008-04-17 Michael AlbaughIB/ipath: Allow old and new diagnostic packet formats
2008-04-17 Robert P. J. DayIB/ipath: Fix time comparison to use time_after_eq()
2008-04-17 Eli CohenIB/core: Add creation flags to struct ib_qp_init_attr
2008-04-17 Michael AlbaughIB/ipath: EEPROM support for 7220 devices, robustness...
2008-04-17 Ralph CampbellIB/ipath: Use PIO buffer for RC ACKs
2008-04-17 Ralph CampbellIB/ipath: Make send buffers available for kernel if...
2008-04-17 Michael AlbaughIB/ipath: Prevent link-recovery code from negating...
2008-04-17 Ralph CampbellIB/ipath: Remove some useless (void) casts
2008-04-17 Ralph CampbellIB/ipath: Change the module author
2008-04-17 Roland DreierIB/ipath: Fix PCI config write size used to clear linkc...
2008-04-17 Ralph CampbellIB/ipath: Fix sanity checks on QP number of WRs and...
2008-04-17 Ralph CampbellIB/ipath: Remove useless comments
2008-04-17 Dave OlsonIB/ipath: HW workaround for case where chip can send...
2008-04-17 Ralph CampbellIB/ipath: Add code to support multiple link speeds...
2008-04-17 John GregorIB/ipath: Head of Line blocking vs forward progress...
2008-04-17 Ralph CampbellIB/ipath: Make debug error message match the constraint...
2008-04-17 Ralph CampbellIB/ipath: Don't try to handle freeze mode HW errors...
2008-04-17 Arthur JonesIB/ipath: Fix link up LED display
2008-04-17 Ralph CampbellIB/ipath: Fix error recovery for send buffer status...
2008-04-17 Ralph CampbellIB/ipath: Fix byte order of pioavail in handle_errors()
2008-04-17 Dave OlsonIB/ipath: Enable 4KB MTU
2008-04-17 Dave OlsonIB/ipath: Shared context code needs to be sure device...
2008-04-17 Arthur JonesIB/ipath: Provide I/O bus speeds for diagnostic purposes
2008-04-17 Dave OlsonIB/ipath: Make some constants chip-specific, related...
2008-04-17 Arthur JonesIB/ipath: Misc sparse warning cleanup
2008-04-17 Roland DreierIB/ipath: Fix sparse warning about shadowed symbol
2008-04-17 Arthur JonesIB/ipath: Fix sparse warning about pointer signedness
2008-03-11 Patrick Marchand... IB/ipath: Reset the retry counter for RDMA_READ_RESPONS...
2008-03-11 Patrick Marchand... IB/ipath: Fix error completion put on send CQ instead...
2008-03-11 Patrick Marchand... IB/ipath: Fix RC QP initialization
2008-03-11 Patrick Marchand... IB/ipath: Fix potentially wrong RNR retry counter retur...
2008-03-11 Ralph CampbellIB/ipath: Fix IB compliance problems with link state...
2008-01-25 Jan EngelhardtIB/ipath: Remove unnecessary cast
2008-01-25 Ralph CampbellIB/ipath: Trivial simplification of ipath_make_ud_req()
2008-01-25 Ralph CampbellIB/ipath: Add mappings from HW register to PortInfo...
2008-01-25 Dave OlsonIB/ipath: Changes to support PIO bandwidth check on...
2008-01-25 Dave OlsonIB/ipath: Minor cleanup of unused fields and chip-speci...
2008-01-25 Michael AlbaughIB/ipath: New sysfs entries to control 7220 features
next