| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-06 | 30 | -493/+488 |
|\ |
|
| * | pkt_sched: cls_u32: Fix locking in u32_change() | Jarek Poplawski | 2009-01-06 | 1 | -1/+2 |
| * | iucv: fix cpu hotplug | Heiko Carstens | 2009-01-06 | 1 | -7/+11 |
| * | af_iucv: Free iucv path/socket in path_pending callback | Hendrik Brueckner | 2009-01-06 | 1 | -0/+5 |
| * | af_iucv: avoid left over IUCV connections from failing connects | Ursula Braun | 2009-01-06 | 1 | -0/+7 |
| * | af_iucv: New error return codes for connect() | Hendrik Brueckner | 2009-01-06 | 1 | -1/+15 |
| * | Revert "net: Fix for initial link state in 2.6.28" | David S. Miller | 2009-01-06 | 2 | -6/+5 |
| * | tcp: Kill extraneous SPLICE_F_NONBLOCK checks. | David S. Miller | 2009-01-05 | 1 | -4/+0 |
| * | tcp: don't mask EOF and socket errors on nonblocking splice receive | Lennert Buytenhek | 2009-01-05 | 1 | -4/+4 |
| * | dccp: Integrate the TFRC library with DCCP | Gerrit Renker | 2009-01-05 | 12 | -52/+27 |
| * | dccp: Clean up ccid.c after integration of CCID plugins | Gerrit Renker | 2009-01-05 | 4 | -176/+14 |
| * | dccp: Lockless integration of CCID congestion-control plugins | Gerrit Renker | 2009-01-05 | 11 | -168/+148 |
| * | can: update can-bcm for hrtimer hardirq callbacks | Oliver Hartkopp | 2009-01-05 | 1 | -83/+125 |
| * | DCB: fix kfree(skb) | Roel Kluin | 2009-01-05 | 1 | -7/+7 |
| * | ipv6: IPV6_PKTINFO relied userspace providing correct length | Ilpo Järvinen | 2009-01-05 | 1 | -1/+1 |
| * | net: Fix for initial link state in 2.6.28 | Michael Marineau | 2009-01-05 | 2 | -5/+6 |
| * | net/rfkill/rfkill.c: fix unused rfkill_led_trigger() warning | Simon Holm Thøgersen | 2009-01-05 | 1 | -3/+1 |
| * | gro: Add page frag support | Herbert Xu | 2009-01-05 | 2 | -6/+99 |
| * | gro: Use gso_size to store MSS | Herbert Xu | 2009-01-05 | 3 | -4/+4 |
| * | ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups. | David S. Miller | 2009-01-05 | 1 | -5/+47 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-01-06 | 1 | -2/+0 |
|\ \ |
|
| * | | zero i_uid/i_gid on inode allocation | Al Viro | 2009-01-05 | 1 | -2/+0 |
* | | | sanitize audit_fd_pair() | Al Viro | 2009-01-04 | 1 | -8/+1 |
* | | | sanitize audit_socketcall | Al Viro | 2009-01-04 | 1 | -3/+1 |
|/ / |
|
* | | tty: Fix an ircomm warning and note another bug | Alan Cox | 2009-01-02 | 1 | -2/+3 |
* | | introduce new LSM hooks where vfsmount is available. | Kentaro Takeda | 2009-01-01 | 1 | -0/+4 |
* | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-12-31 | 8 | -111/+350 |
|\ \
| |/
|/| |
|
| * | Merge branch 'devel' into next | Trond Myklebust | 2008-12-30 | 8 | -111/+350 |
| |\ |
|
| | * | rpc: add service field to new upcall | Olga Kornievskaia | 2008-12-23 | 1 | -10/+16 |
| | * | rpc: add target field to new upcall | Olga Kornievskaia | 2008-12-23 | 1 | -7/+21 |
| | * | nfsd: support callbacks with gss flavors | Olga Kornievskaia | 2008-12-23 | 1 | -0/+5 |
| | * | rpc: allow gss callbacks to client | Olga Kornievskaia | 2008-12-23 | 1 | -0/+1 |
| | * | rpc: pass target name down to rpc level on callbacks | Olga Kornievskaia | 2008-12-23 | 1 | -0/+16 |
| | * | nfsd: pass client principal name in rsc downcall | Olga Kornievskaia | 2008-12-23 | 1 | -0/+23 |
| | * | rpc: implement new upcall | \"J. Bruce Fields\ | 2008-12-23 | 1 | -20/+96 |
| | * | rpc: store pointer to pipe inode in gss upcall message | \"J. Bruce Fields\ | 2008-12-23 | 1 | -8/+12 |
| | * | rpc: use count of pipe openers to wait for first open | \"J. Bruce Fields\ | 2008-12-23 | 1 | -3/+61 |
| | * | rpc: track number of users of the gss upcall pipe | \"J. Bruce Fields\ | 2008-12-23 | 1 | -0/+14 |
| | * | rpc: call release_pipe only on last close | \"J. Bruce Fields\ | 2008-12-23 | 1 | -3/+6 |
| | * | rpc: add an rpc_pipe_open method | \"J. Bruce Fields\ | 2008-12-23 | 1 | -7/+15 |
| | * | rpc: minor gss_alloc_msg cleanup | \"J. Bruce Fields\ | 2008-12-23 | 1 | -12/+12 |
| | * | rpc: factor out warning code from gss_pipe_destroy_msg | \"J. Bruce Fields\ | 2008-12-23 | 1 | -9/+14 |
| | * | rpc: remove unnecessary assignment | \"J. Bruce Fields\ | 2008-12-23 | 1 | -1/+0 |
| | * | sunrpc: fix code that makes auth_gss send destroy_cred message (try #2) | Jeff Layton | 2008-12-23 | 1 | -5/+12 |
| | * | optimize attribute timeouts for "noac" and "actimeo=0" | Peter Staubach | 2008-12-23 | 1 | -1/+1 |
| | * | SUNRPC: rpcsec_gss modules should not be used by out-of-tree code | Trond Myklebust | 2008-12-23 | 3 | -14/+14 |
| | * | SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL | Trond Myklebust | 2008-12-23 | 2 | -28/+28 |
| | * | SUNRPC: Remove the last remnant of the BKL... | Trond Myklebust | 2008-12-23 | 2 | -7/+7 |
* | | | net: Fix percpu counters deadlock | Herbert Xu | 2008-12-30 | 6 | -8/+21 |
* | | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net | Rusty Russell | 2008-12-30 | 4 | -8/+8 |