| Commit message (Expand) | Author | Age | Files | Lines |
* | [NET]: deinline 200+ byte inlines in sock.h | Denis Vlasenko | 2006-03-29 | 1 | -0/+93 |
* | [ECONET]: Convert away from SOCKOPS_WRAPPED | David S. Miller | 2006-03-29 | 1 | -55/+85 |
* | [NET]: Fix ipx/econet/appletalk/irda ioctl crashes | Petr Vandrovec | 2006-03-29 | 4 | -0/+86 |
* | [PATCH] Typo fixes | Alexey Dobriyan | 2006-03-28 | 1 | -3/+3 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 2 | -2/+2 |
* | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 2006-03-28 | 2 | -3/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-03-27 | 2 | -1/+6 |
|\ |
|
| * | [NET]: drop duplicate assignment in request_sock | Norbert Kiesel | 2006-03-27 | 1 | -1/+1 |
| * | [IPSEC]: Fix tunnel error handling in ipcomp6 | Herbert Xu | 2006-03-27 | 1 | -0/+5 |
* | | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 8 | -50/+57 |
* | | [PATCH] knfsd: Tidy up unix_domain_find | NeilBrown | 2006-03-27 | 1 | -8/+8 |
* | | [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static | Adrian Bunk | 2006-03-27 | 2 | -2/+1 |
* | | [PATCH] knfsd: Convert sunrpc_cache to use krefs | NeilBrown | 2006-03-27 | 3 | -36/+32 |
* | | [PATCH] knfsd: Unexport cache_fresh and fix a small race | NeilBrown | 2006-03-27 | 2 | -22/+30 |
* | | [PATCH] knfsd: An assortment of little fixes to the sunrpc cache code | NeilBrown | 2006-03-27 | 1 | -6/+8 |
* | | [PATCH] knfsd: Use new cache code for rsc cache | NeilBrown | 2006-03-27 | 1 | -10/+64 |
* | | [PATCH] knfsd: Use new sunrpc cache for rsi cache | NeilBrown | 2006-03-27 | 1 | -7/+59 |
* | | [PATCH] knfsd: Convert ip_map cache to use the new lookup routine | NeilBrown | 2006-03-27 | 1 | -47/+95 |
* | | [PATCH] knfsd: Create cache_lookup function instead of using a macro to decla... | NeilBrown | 2006-03-27 | 1 | -0/+98 |
* | | [PATCH] knfsd: Get rid of 'inplace' sunrpc caches | NeilBrown | 2006-03-27 | 2 | -3/+3 |
* | | [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' | NeilBrown | 2006-03-27 | 4 | -137/+72 |
|/ |
|
* | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 2006-03-26 | 1 | -8/+4 |
* | [PATCH] sem2mutex: misc static one-file mutexes | Ingo Molnar | 2006-03-26 | 3 | -13/+16 |
* | Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2006-03-25 | 1 | -0/+7 |
|\ |
|
| * | [PATCH] promiscuous mode | Steve Grubb | 2006-03-20 | 1 | -0/+7 |
* | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2006-03-25 | 15 | -69/+330 |
|\ \ |
|
| * \ | Merge branch 'linus' | Trond Myklebust | 2006-03-24 | 283 | -6525/+21060 |
| |\ \ |
|
| * \ \ | Merge branch 'linus' | Trond Myklebust | 2006-03-21 | 13 | -107/+440 |
| |\ \ \ |
|
| * | | | | SUNRPC,RPCSEC_GSS: spkm3: import contexts using NID_cast5_cbc | J. Bruce Fields | 2006-03-21 | 1 | -0/+6 |
| * | | | | SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers. | J. Bruce Fields | 2006-03-21 | 2 | -6/+14 |
| * | | | | SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksum | J. Bruce Fields | 2006-03-21 | 5 | -17/+12 |
| * | | | | SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release() | Trond Myklebust | 2006-03-21 | 2 | -4/+11 |
| * | | | | SUNRPC: Fix memory barriers for req->rq_received | Trond Myklebust | 2006-03-20 | 2 | -1/+7 |
| * | | | | SUNRPC: Fix a 'Busy inodes' error in rpc_pipefs | Trond Myklebust | 2006-03-20 | 2 | -14/+32 |
| * | | | | SUNRPC: fix compile warnings on 64-bit platforms | Chuck Lever | 2006-03-20 | 1 | -1/+1 |
| * | | | | SUNRPC: minor cleanup | Chuck Lever | 2006-03-20 | 1 | -1/+0 |
| * | | | | SUNRPC: eliminate rpc_call() | Chuck Lever | 2006-03-20 | 1 | -12/+22 |
| * | | | | SUNRPC: display human-readable procedure name in rpc_iostats output | Chuck Lever | 2006-03-20 | 2 | -2/+18 |
| * | | | | SUNRPC: provide a mechanism for collecting stats in the RPC client | Chuck Lever | 2006-03-20 | 3 | -3/+113 |
| * | | | | SUNRPC: introduce per-task RPC iostats | Chuck Lever | 2006-03-20 | 4 | -0/+8 |
| * | | | | SUNRPC: add a handful of per-xprt counters | Chuck Lever | 2006-03-20 | 3 | -6/+64 |
| * | | | | SUNRPC: track length of RPC wait queues | Chuck Lever | 2006-03-20 | 1 | -0/+2 |
| * | | | | SUNRPC: more verbose output for rpc auth weak error | Levent Serinol | 2006-03-20 | 1 | -2/+2 |
| * | | | | SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry | Trond Myklebust | 2006-03-20 | 3 | -2/+7 |
| * | | | | SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of generic | Trond Myklebust | 2006-03-20 | 2 | -3/+4 |
| * | | | | SUNRPC: Auto-load RPC authentication kernel modules | Olaf Kirch | 2006-03-20 | 1 | -2/+14 |
| | |_|/
| |/| | |
|
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-03-25 | 8 | -78/+80 |
|\ \ \ \ |
|
| * | | | | [NETFILTER] x_table.c: sem2mutex | Ingo Molnar | 2006-03-25 | 1 | -27/+29 |
| * | | | | [IPV4]: Aggregate route entries with different TOS values | Ilia Sotnikov | 2006-03-25 | 2 | -28/+19 |
| * | | | | [TCP]: Mark tcp_*mem[] __read_mostly. | David S. Miller | 2006-03-25 | 1 | -3/+4 |