summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [PATCH] Allow NULL pointers in percpu_freeAlan Stern2006-12-071-4/+2
| * | | [PATCH] node-aware skb allocationChristoph Hellwig2006-12-071-5/+7
| |/ /
* | | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-0729-126/+149
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0521-148/+314
| |\ \ | | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05364-7798/+21212
| |\ \
| * | | WorkStruct: make allyesconfigDavid Howells2006-11-2221-87/+107
| * | | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-228-28/+32
| * | | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-224-11/+11
* | | | SUNRPC: Remove pprintk() from net/sunrpc/xprt.cChuck Lever2006-12-061-2/+0
* | | | SUNRPC: relocate the creation of socket-specific tunablesChuck Lever2006-12-062-53/+104
* | | | SUNRPC: create stubs for xprtsock init and cleanupChuck Lever2006-12-062-0/+22
* | | | SUNRPC: Rename skb_reader_t and friendsChuck Lever2006-12-062-10/+10
* | | | SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever2006-12-062-27/+11
* | | | SUNRPC: Make address format buffers more genericChuck Lever2006-12-062-20/+9
* | | | SUNRPC: move saved socket callback functions to a private data structureChuck Lever2006-12-061-9/+16
* | | | SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever2006-12-061-8/+16
* | | | SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever2006-12-061-18/+33
* | | | SUNRPC: Move TCP state flags into xprtsock.cChuck Lever2006-12-061-20/+29
* | | | SUNRPC: Move TCP receive state variables into private data structureChuck Lever2006-12-061-68/+86
* | | | SUNRPC: Remove sock and inet fields from rpc_xprtChuck Lever2006-12-061-23/+39
* | | | SUNRPC: Allocate a private data area for socket-specific rpc_xprt fieldsChuck Lever2006-12-061-2/+8
* | | | rpcgss: krb5: miscellaneous cleanupJ. Bruce Fields2006-12-063-20/+15
* | | | rpcgss: krb5: ignore seedJ. Bruce Fields2006-12-061-5/+6
* | | | rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields2006-12-063-30/+5
* | | | rpcgss: krb5: clean up some goto's, etc.J. Bruce Fields2006-12-063-75/+48
* | | | rpcgss: simplify make_checksumJ. Bruce Fields2006-12-064-16/+5
* | | | rpcgss: krb5: kill checksum_type, miscellaneous small cleanupJ. Bruce Fields2006-12-063-20/+4
* | | | rpcgss: krb5: expect a constant signalg valueJ. Bruce Fields2006-12-062-60/+27
* | | | gss: krb5: remove signalg and sealalgJ. Bruce Fields2006-12-063-47/+22
* | | | rpc: spkm3 updateOlga Kornievskaia2006-12-065-162/+166
* | | | rpc: move process_xdr_bufOlga Kornievskaia2006-12-062-69/+72
* | | | rpc: gss: fix a kmap_atomic race in krb5 codeJ. Bruce Fields2006-12-061-2/+2
* | | | rpc: gss: eliminate print_hexl()'sJ. Bruce Fields2006-12-065-64/+2
* | | | SUNRPC: another pmap wakeup fixChuck Lever2006-12-061-5/+6
* | | | SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever2006-12-062-45/+59
* | | | SUNRPC: Clean up xs_send_pages()Trond Myklebust2006-12-061-75/+65
* | | | SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overrunsTrond Myklebust2006-12-061-33/+26
* | | | SUNRPC: Add __(read|write)_bytes_from_xdr_bufTrond Myklebust2006-12-061-29/+37
* | | | SUNRPC: Clean up argument types in xdr.cTrond Myklebust2006-12-061-43/+43
* | | | SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust2006-12-062-5/+11
* | | | SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2006-12-062-6/+12
* | | | SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust2006-12-061-10/+13
* | | | SUNRPC: Handle the cases where rpc_alloc_iostats() failsTrond Myklebust2006-12-061-1/+10
* | | | SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2006-12-061-10/+20
* | | | Fix a second potential rpc_wakeup race...Trond Myklebust2006-12-064-44/+58
* | | | Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race conditionChristophe Saout2006-12-061-4/+6
| |_|/ |/| |
* | | Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-12-0416-1/+35
|\ \ \
| * | | [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-0410-0/+10
| * | | [PATCH] severing skbuff.h -> highmem.hAl Viro2006-12-046-1/+25
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller2006-12-034-139/+237
|\ \ \
OpenPOWER on IntegriCloud