| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | [PATCH] node-aware skb allocation | Christoph Hellwig | 2006-12-07 | 1 | -5/+7 |
| |/ / |
|
* | | | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus | Trond Myklebust | 2006-12-07 | 29 | -126/+149 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 21 | -148/+314 |
| |\ \
| | |/ |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 364 | -7798/+21212 |
| |\ \ |
|
| * | | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 21 | -87/+107 |
| * | | | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 2006-11-22 | 8 | -28/+32 |
| * | | | WorkStruct: Separate delayable and non-delayable events. | David Howells | 2006-11-22 | 4 | -11/+11 |
* | | | | SUNRPC: Remove pprintk() from net/sunrpc/xprt.c | Chuck Lever | 2006-12-06 | 1 | -2/+0 |
* | | | | SUNRPC: relocate the creation of socket-specific tunables | Chuck Lever | 2006-12-06 | 2 | -53/+104 |
* | | | | SUNRPC: create stubs for xprtsock init and cleanup | Chuck Lever | 2006-12-06 | 2 | -0/+22 |
* | | | | SUNRPC: Rename skb_reader_t and friends | Chuck Lever | 2006-12-06 | 2 | -10/+10 |
* | | | | SUNRPC: skb_read_bits is the same as xs_tcp_copy_data | Chuck Lever | 2006-12-06 | 2 | -27/+11 |
* | | | | SUNRPC: Make address format buffers more generic | Chuck Lever | 2006-12-06 | 2 | -20/+9 |
* | | | | SUNRPC: move saved socket callback functions to a private data structure | Chuck Lever | 2006-12-06 | 1 | -9/+16 |
* | | | | SUNRPC: Move the UDP socket bufsize parameters to a private data structure | Chuck Lever | 2006-12-06 | 1 | -8/+16 |
* | | | | SUNRPC: Move rpc_xprt socket connect fields into private data structure | Chuck Lever | 2006-12-06 | 1 | -18/+33 |
* | | | | SUNRPC: Move TCP state flags into xprtsock.c | Chuck Lever | 2006-12-06 | 1 | -20/+29 |
* | | | | SUNRPC: Move TCP receive state variables into private data structure | Chuck Lever | 2006-12-06 | 1 | -68/+86 |
* | | | | SUNRPC: Remove sock and inet fields from rpc_xprt | Chuck Lever | 2006-12-06 | 1 | -23/+39 |
* | | | | SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields | Chuck Lever | 2006-12-06 | 1 | -2/+8 |
* | | | | rpcgss: krb5: miscellaneous cleanup | J. Bruce Fields | 2006-12-06 | 3 | -20/+15 |
* | | | | rpcgss: krb5: ignore seed | J. Bruce Fields | 2006-12-06 | 1 | -5/+6 |
* | | | | rpcgss: krb5: sanity check sealalg value in the downcall | J. Bruce Fields | 2006-12-06 | 3 | -30/+5 |
* | | | | rpcgss: krb5: clean up some goto's, etc. | J. Bruce Fields | 2006-12-06 | 3 | -75/+48 |
* | | | | rpcgss: simplify make_checksum | J. Bruce Fields | 2006-12-06 | 4 | -16/+5 |
* | | | | rpcgss: krb5: kill checksum_type, miscellaneous small cleanup | J. Bruce Fields | 2006-12-06 | 3 | -20/+4 |
* | | | | rpcgss: krb5: expect a constant signalg value | J. Bruce Fields | 2006-12-06 | 2 | -60/+27 |
* | | | | gss: krb5: remove signalg and sealalg | J. Bruce Fields | 2006-12-06 | 3 | -47/+22 |
* | | | | rpc: spkm3 update | Olga Kornievskaia | 2006-12-06 | 5 | -162/+166 |
* | | | | rpc: move process_xdr_buf | Olga Kornievskaia | 2006-12-06 | 2 | -69/+72 |
* | | | | rpc: gss: fix a kmap_atomic race in krb5 code | J. Bruce Fields | 2006-12-06 | 1 | -2/+2 |
* | | | | rpc: gss: eliminate print_hexl()'s | J. Bruce Fields | 2006-12-06 | 5 | -64/+2 |
* | | | | SUNRPC: another pmap wakeup fix | Chuck Lever | 2006-12-06 | 1 | -5/+6 |
* | | | | SUNRPC: Make the transport-specific setup routine allocate rpc_xprt | Chuck Lever | 2006-12-06 | 2 | -45/+59 |
* | | | | SUNRPC: Clean up xs_send_pages() | Trond Myklebust | 2006-12-06 | 1 | -75/+65 |
* | | | | SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overruns | Trond Myklebust | 2006-12-06 | 1 | -33/+26 |
* | | | | SUNRPC: Add __(read|write)_bytes_from_xdr_buf | Trond Myklebust | 2006-12-06 | 1 | -29/+37 |
* | | | | SUNRPC: Clean up argument types in xdr.c | Trond Myklebust | 2006-12-06 | 1 | -43/+43 |
* | | | | SUNRPC: Remove BKL around the RPC socket operations etc. | Trond Myklebust | 2006-12-06 | 2 | -5/+11 |
* | | | | SUNRPC: Fix up missing BKL in asynchronous RPC callback functions | Trond Myklebust | 2006-12-06 | 2 | -6/+12 |
* | | | | SUNRPC: Give cloned RPC clients their own rpc_pipefs directory | Trond Myklebust | 2006-12-06 | 1 | -10/+13 |
* | | | | SUNRPC: Handle the cases where rpc_alloc_iostats() fails | Trond Myklebust | 2006-12-06 | 1 | -1/+10 |
* | | | | SUNRPC: Fix a potential race in rpc_wake_up_task() | Trond Myklebust | 2006-12-06 | 1 | -10/+20 |
* | | | | Fix a second potential rpc_wakeup race... | Trond Myklebust | 2006-12-06 | 4 | -44/+58 |
* | | | | Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race condition | Christophe Saout | 2006-12-06 | 1 | -4/+6 |
| |_|/
|/| | |
|
* | | | Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2006-12-04 | 16 | -1/+35 |
|\ \ \ |
|
| * | | | [PATCH] severing skbuff.h -> mm.h | Al Viro | 2006-12-04 | 10 | -0/+10 |
| * | | | [PATCH] severing skbuff.h -> highmem.h | Al Viro | 2006-12-04 | 6 | -1/+25 |
| | |/
| |/| |
|
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 | David S. Miller | 2006-12-03 | 4 | -139/+237 |
|\ \ \ |
|
| * | | | [DCCP] tfrc: Binary search for reverse TFRC lookup | Gerrit Renker | 2006-12-03 | 1 | -14/+24 |