summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix up qla2xxx configuration bogosityLinus Torvalds2005-07-282-2/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-07-281-20/+18Star
|\
| * [NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.cMatt Mackall2005-07-281-1/+1
| * [NET]: Improve presentation of networking driver families.Randy Dunlap2005-07-271-20/+18Star
* | [PATCH] Update CREDITS entry and listings in source files for Jesper JuhlJesper Juhl2005-07-282-2/+2
* | [PATCH] clean up inline static vs static inlineJesper Juhl2005-07-2821-98/+79Star
* | [PATCH] fbdev: update info->cmap when setting cmap from user-/kernelspace.Michal Januszewski2005-07-281-60/+36Star
* | [PATCH] fbcon: don't repaint the cursor when it is disabled.Michal Januszewski2005-07-281-1/+2
* | [PATCH] fbdev: colormap fixesJon Smirl2005-07-281-10/+72
* | [PATCH] radeonfb: clean up EDID sysfs attributeJon Smirl2005-07-281-0/+5
* | [PATCH] fbmem: use unregister_chrdev() on unloadJon Smirl2005-07-281-0/+1
* | [PATCH] fbmon: horizontal frequency rounding fixJon Smirl2005-07-281-0/+2
* | [PATCH] cpm_uart: use DPRAM for early consoleMarcelo Tosatti2005-07-281-1/+1
* | [PATCH] dvb: rename lgdt3302 frontend module to lgdt330xMichael Krufky2005-07-289-97/+93Star
* | [PATCH] v4l: fix tuning with MXB driverMichael Hunold2005-07-281-25/+14Star
* | [PATCH] v4l: hybrid dvb: rename CFLAGS from CONFIG_DVB_xxxx back to original ...Michael Krufky2005-07-284-27/+27
* | [PATCH] v4l: hybrid dvb: move #defines to MakefileMichael Krufky2005-07-284-8/+22
* | [PATCH] v4l: hybrid dvb: fix warnings with -WundefMichael Krufky2005-07-282-19/+20
* | [PATCH] dvb/v4l: cx88 cleanupMichael Krufky2005-07-281-2/+2
* | [PATCH] lgdt3302: warning fixMichael Krufky2005-07-281-0/+2
* | [PATCH] dvb/4vl: RF input selection firMichael Krufky2005-07-283-2/+31
* | [PATCH] dvb/v4l: lgdt3302: isolate tunerMichael Krufky2005-07-283-54/+55
* | [PATCH] v4l: fix regression modprobe bttv freezes the computerMichael Krufky2005-07-281-3/+1Star
* | [PATCH] VIDEO_SAA7134 must depend on SOUNDAdrian Bunk2005-07-281-1/+1
* | [PATCH] drivers/media/video/tveeprom.c: possible cleanupsAdrian Bunk2005-07-281-2/+4
* | [PATCH] DVICO Fusion DVB-T1 Tuner (LG-Z201) fixGregory B Frost2005-07-281-5/+6
* | [PATCH] IB: Eliminate sparse warnings in SA clientHal Rosenstock2005-07-282-8/+8
* | [PATCH] IB: Hook up userspace CM to the make systemHal Rosenstock2005-07-281-1/+3
* | [PATCH] Add kernel portion of user CM implementation (fix)Tom Duffy2005-07-281-8/+5Star
* | [PATCH] IB: Add kernel portion of user CM implementationHal Rosenstock2005-07-282-0/+1485
* | [PATCH] IB: Add the header file for user space CMHal Rosenstock2005-07-281-0/+328
* | [PATCH] IB: Implementation for RMPP support in user MADHal Rosenstock2005-07-281-106/+194
* | [PATCH] IB: User MAD ABI changes to support RMPPHal Rosenstock2005-07-281-6/+22
* | [PATCH] IB: Add the kernel CM implementationHal Rosenstock2005-07-283-1/+4147
* | [PATCH] IB: Add the header file for kernel CM (Communications Manager)Hal Rosenstock2005-07-281-0/+568
* | [PATCH] IB: Add Service Record support to SA clientHal Rosenstock2005-07-282-5/+236
* | [PATCH] IB: Add RMPP implementationHal Rosenstock2005-07-285-50/+966
* | [PATCH] IB: Introduce RMPP APIsHal Rosenstock2005-07-284-35/+125
* | [PATCH] IB: A couple of IB core bug fixesHal Rosenstock2005-07-282-5/+5
* | [PATCH] IB: Add ib_create_ah_from_wc to IB verbsHal Rosenstock2005-07-283-9/+59
* | [PATCH] IB: Fix a couple of MAD code pathsHal Rosenstock2005-07-281-14/+14
* | [PATCH] IB: Optimize canceling a MADHal Rosenstock2005-07-281-8/+13
* | [PATCH] IB: Add ib_modify_mad API to MADHal Rosenstock2005-07-283-59/+40Star
* | [PATCH] IB: Eliminate MAD cache leak associated with local completionsHal Rosenstock2005-07-281-1/+6
* | [PATCH] IB: Simplify calling of list_del in MADHal Rosenstock2005-07-281-2/+1Star
* | [PATCH] IB: Add automatic retries to MAD layerHal Rosenstock2005-07-285-2/+31
* | [PATCH] IB: Add ib_coalesce_recv_mad to MADHal Rosenstock2005-07-282-10/+2Star
* | [PATCH] IB: Minor cleanup during MAD startup and shutdownHal Rosenstock2005-07-281-35/+9Star
* | [PATCH] IB: Fix timeout/cancelled MAD handlingHal Rosenstock2005-07-282-2/+13
* | [PATCH] IB: Change ib_mad_send_wr_private structHal Rosenstock2005-07-282-14/+12Star