summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-301-1/+1
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-301-1/+1
* [NETLINK]: w1_int.c: fix default netlink groupEvgeniy Polyakov2005-08-301-1/+1
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-3011-18/+18
* [BNX2]: Possible sparse fixes, take twoPeter Hagervall2005-08-301-20/+19Star
* [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-3011-74/+75
* [Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco2005-08-302-2/+3
* [Bluetooth]: Update and cleanup of the virtual HCI driverMarcel Holtmann2005-08-302-224/+194Star
* [TG3]: Fix bug in setting a tg3_flagMichael Chan2005-08-301-8/+6Star
* [TG3]: Eliminate one register write in tg3_restart_ints()Michael Chan2005-08-301-2/+0Star
* [TG3]: Add indirect register method for 5703 behind ICHMichael Chan2005-08-302-28/+163
* [TG3]: Add mailbox read methodMichael Chan2005-08-302-18/+24
* [TG3]: Add various register methodsMichael Chan2005-08-301-33/+33
* [TG3]: Add basic register access function pointersMichael Chan2005-08-302-11/+31
* [RANDOM]: Introduce secure_dccp_sequence_numberArnaldo Carvalho de Melo2005-08-301-0/+34
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-301-1/+3
* [NET]: Remove explicit initializations of skb->input_devDavid S. Miller2005-08-303-3/+0Star
* [NET]: Kill skb->real_devDavid S. Miller2005-08-309-19/+17Star
* [NET]: Remove HIPPI private from skbuff.hStephen Hemminger2005-08-301-1/+2
* [NET]: Kill skb->listDavid S. Miller2005-08-309-169/+119Star
* Merge /spare/repo/linux-2.6/Jeff Garzik2005-08-29184-10027/+11574
|\
| * [PATCH] missing include in smc-ultraAl Viro2005-08-291-0/+1
| * [PATCH] missing include in tda80xxAl Viro2005-08-291-0/+1
| * Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband...Linus Torvalds2005-08-2969-5583/+2486Star
| |\
| | * [PATCH] IB: move include files to include/rdmaRoland Dreier2005-08-2741-4453/+42Star
| | * [PATCH] IPoIB: Fix device removal raceMichael S. Tsirkin2005-08-271-1/+1
| | * [PATCH] IB: Add handling for ABORT and STOP RMPP MADs.Sean Hefty2005-08-272-65/+246
| | * [PATCH] IB: fix userspace CM deadlockSean Hefty2005-08-272-313/+160Star
| | * [PATCH] IPoIB: Set full membership bit in P_KeysRoland Dreier2005-08-271-0/+12
| | * [PATCH] IB/mthca: Add SRQ implementationRoland Dreier2005-08-2713-25/+857
| | * [PATCH] IB/mthca: Handle context tables smaller than our chunk sizeRoland Dreier2005-08-271-1/+6
| | * [PATCH] IB/mthca: Move WQE structures into their own headerRoland Dreier2005-08-272-74/+115
| | * [PATCH] IB/mthca: Simplify handling of completions with errorRoland Dreier2005-08-272-9/+9
| | * [PATCH] IB/mthca: Factor out common queue alloc codeRoland Dreier2005-08-275-224/+141Star
| | * [PATCH] IB: userspace SRQ supportRoland Dreier2005-08-274-4/+238
| | * [PATCH] IB: Add SRQ support to midlayerRoland Dreier2005-08-272-5/+158
| | * [PATCH] IB/mthca: Report correct max_msg_szRoland Dreier2005-08-271-0/+3
| | * [PATCH] IB/mthca: Use correct port width capability valueRoland Dreier2005-08-275-13/+10Star
| | * [PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering2005-08-274-4/+0Star
| | * [PATCH] IB: Fix ib_mad_thread_completion_handler declarationHal Rosenstock2005-08-271-3/+2Star
| | * [PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre...Guy German2005-08-271-1/+1
| | * [PATCH] IB: unmap FMRs when destroying FMR poolRoland Dreier2005-08-271-0/+6
| | * [PATCH] IB/mthca: add HCA board ID to sysfs infoMichael S. Tsirkin2005-08-275-69/+109
| | * [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-2734-562/+565
| | * [PATCH] IB: Eliminate redundant NULL checksHal Rosenstock2005-08-271-8/+4Star
| | * [PATCH] IB: Add copyright noticesRoland Dreier2005-08-2739-17/+69
| | * [PATCH] IB: Update current firmware versions in mthca driverTziporet Koren2005-08-271-3/+3
| * | Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-mmc.git Linus Torvalds2005-08-295-21/+109
| |\ \
| | * | [MMC] Use an IDR for host name indiciesRussell King2005-08-191-2/+19
| | * | [MMC] Use class device name for mmc host nameRussell King2005-08-191-2/+1Star