aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-278-50/+57
* [PATCH] knfsd: Tidy up unix_domain_findNeilBrown2006-03-271-8/+8
* [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk2006-03-272-2/+1
* [PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown2006-03-273-36/+32
* [PATCH] knfsd: Unexport cache_fresh and fix a small raceNeilBrown2006-03-272-22/+30
* [PATCH] knfsd: An assortment of little fixes to the sunrpc cache codeNeilBrown2006-03-271-6/+8
* [PATCH] knfsd: Use new cache code for rsc cacheNeilBrown2006-03-271-10/+64
* [PATCH] knfsd: Use new sunrpc cache for rsi cacheNeilBrown2006-03-271-7/+59
* [PATCH] knfsd: Convert ip_map cache to use the new lookup routineNeilBrown2006-03-271-47/+95
* [PATCH] knfsd: Create cache_lookup function instead of using a macro to decla...NeilBrown2006-03-271-0/+98
* [PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown2006-03-272-3/+3
* [PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown2006-03-274-137/+72
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-8/+4
* [PATCH] sem2mutex: misc static one-file mutexesIngo Molnar2006-03-263-13/+16
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-251-0/+7
|\
| * [PATCH] promiscuous modeSteve Grubb2006-03-201-0/+7
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-03-2515-69/+330
|\ \
| * \ Merge branch 'linus'Trond Myklebust2006-03-23283-6525/+21060
| |\ \
| * \ \ Merge branch 'linus'Trond Myklebust2006-03-2113-107/+440
| |\ \ \
| * | | | SUNRPC,RPCSEC_GSS: spkm3: import contexts using NID_cast5_cbcJ. Bruce Fields2006-03-201-0/+6
| * | | | SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers.J. Bruce Fields2006-03-202-6/+14
| * | | | SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksumJ. Bruce Fields2006-03-205-17/+12
| * | | | SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust2006-03-202-4/+11
| * | | | SUNRPC: Fix memory barriers for req->rq_receivedTrond Myklebust2006-03-202-1/+7
| * | | | SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust2006-03-202-14/+32
| * | | | SUNRPC: fix compile warnings on 64-bit platformsChuck Lever2006-03-201-1/+1
| * | | | SUNRPC: minor cleanupChuck Lever2006-03-201-1/+0
| * | | | SUNRPC: eliminate rpc_call()Chuck Lever2006-03-201-12/+22
| * | | | SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever2006-03-202-2/+18
| * | | | SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever2006-03-203-3/+113
| * | | | SUNRPC: introduce per-task RPC iostatsChuck Lever2006-03-204-0/+8
| * | | | SUNRPC: add a handful of per-xprt countersChuck Lever2006-03-203-6/+64
| * | | | SUNRPC: track length of RPC wait queuesChuck Lever2006-03-201-0/+2
| * | | | SUNRPC: more verbose output for rpc auth weak errorLevent Serinol2006-03-201-2/+2
| * | | | SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust2006-03-203-2/+7
| * | | | SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust2006-03-202-3/+4
| * | | | SUNRPC: Auto-load RPC authentication kernel modulesOlaf Kirch2006-03-201-2/+14
| | |_|/ | |/| |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-258-78/+80
|\ \ \ \
| * | | | [NETFILTER] x_table.c: sem2mutexIngo Molnar2006-03-251-27/+29
| * | | | [IPV4]: Aggregate route entries with different TOS valuesIlia Sotnikov2006-03-252-28/+19
| * | | | [TCP]: Mark tcp_*mem[] __read_mostly.David S. Miller2006-03-251-3/+4
| * | | | [TCP]: Set default max buffers from memory pool sizeJohn Heffner2006-03-251-9/+14
| * | | | [SCTP]: Fix up sctp_rcv return valueHerbert Xu2006-03-251-8/+4
| * | | | [NET]: Take RTNL when unregistering notifierHerbert Xu2006-03-251-1/+6
| * | | | [NET]: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.David S. Miller2006-03-241-2/+3
| * | | | [BRIDGE]: Unaligned accesses in the ethernet bridgePeter Chubb2006-03-241-2/+3
* | | | | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-256-2/+11
* | | | | [PATCH] fix 'defined but not used' warning in net/rxrpc/main.c::rxrpc_initialiseJesper Juhl2006-03-251-1/+1
* | | | | [PATCH] slab: implement /proc/slab_allocatorsAl Viro2006-03-251-1/+1
|/ / / /
* | | | [PATCH] s/;;/;/gAlexey Dobriyan2006-03-243-3/+3