Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | xprtrdma: Do not truncate iova_start values in frmr registrations. | Steve Wise | 2010-08-11 | 1 | -1/+1 | |
| | * | | | | | SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494) | Andy Chittenden | 2010-08-10 | 1 | -6/+22 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-17 | 12 | -57/+59 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-13 | 10 | -34/+76 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2010-08-13 | 2 | -5/+92 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | DNS: If the DNS server returns an error, allow that to be cached [ver #2] | Wang Lei | 2010-08-11 | 2 | -5/+92 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2010-08-12 | 3 | -13/+24 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | param: simple locking for sysfs-writable charp parameters | Rusty Russell | 2010-08-11 | 1 | -0/+2 | |
| | * | | | | | | | | nfs: update for module_param_named API change | Stephen Rothwell | 2010-08-11 | 1 | -2/+7 | |
| | * | | | | | | | | param: use ops in struct kernel_param, rather than get and set fns directly | Rusty Russell | 2010-08-11 | 1 | -11/+15 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Add a dummy printk function for the maintenance of unused printks | David Howells | 2010-08-12 | 1 | -11/+5 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-09 | 18 | -99/+150 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-08-07 | 2 | -2/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | net: sunrpc: removed duplicated #include | Andrea Gelmini | 2010-08-06 | 1 | -1/+0 | |
| | * | | | | | | | | sunrpc: make the cache cleaner workqueue deferrable | Artem Bityutskiy | 2010-07-06 | 2 | -1/+7 | |
| * | | | | | | | | | Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2010-08-07 | 9 | -235/+301 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | SUNRPC: Defer deleting the security context until gss_do_free_ctx() | Trond Myklebust | 2010-08-04 | 1 | -6/+1 | |
| | * | | | | | | | | | SUNRPC: prevent task_cleanup running on freed xprt | J. Bruce Fields | 2010-08-04 | 1 | -0/+1 | |
| | * | | | | | | | | | SUNRPC: Reduce asynchronous RPC task stack usage | Trond Myklebust | 2010-08-04 | 1 | -2/+3 | |
| | * | | | | | | | | | SUNRPC: Move the bound cred to struct rpc_rqst | Trond Myklebust | 2010-08-04 | 7 | -85/+83 | |
| | * | | | | | | | | | SUNRPC: Clean up of rpc_bindcred() | Trond Myklebust | 2010-08-04 | 3 | -29/+21 | |
| | * | | | | | | | | | SUNRPC: Move remaining RPC client related task initialisation into clnt.c | Trond Myklebust | 2010-08-04 | 2 | -73/+88 | |
| | * | | | | | | | | | SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task | Trond Myklebust | 2010-08-04 | 1 | -11/+9 | |
| | * | | | | | | | | | SUNRPC: Make the credential cache hashtable size configurable | Trond Myklebust | 2010-08-04 | 1 | -5/+55 | |
| | * | | | | | | | | | SUNRPC: Store the hashtable size in struct rpc_cred_cache | Trond Myklebust | 2010-08-04 | 1 | -3/+7 | |
| | * | | | | | | | | | NFS: Ensure the AUTH_UNIX credcache is allocated dynamically | Trond Myklebust | 2010-08-04 | 4 | -25/+36 | |
| | * | | | | | | | | | SUNRPC: The function rpc_restart_call() should return success/failure | Trond Myklebust | 2010-08-03 | 1 | -5/+6 | |
| * | | | | | | | | | | [DNS RESOLVER] Minor typo correction | Steve French | 2010-08-06 | 1 | -1/+1 | |
| * | | | | | | | | | | DNS: Fixes for the DNS query module | David Howells | 2010-08-06 | 1 | -1/+1 | |
| * | | | | | | | | | | cifs: Include linux/err.h for IS_ERR and PTR_ERR | Stephen Rothwell | 2010-08-06 | 2 | -0/+2 | |
| * | | | | | | | | | | DNS: Separate out CIFS DNS Resolver code | Wang Lei | 2010-08-05 | 7 | -0/+449 | |
* | | | | | | | | | | | udp: add rehash on connect() | Eric Dumazet | 2010-09-08 | 4 | -2/+64 | |
* | | | | | | | | | | | net: blackhole route should always be recalculated | Jianzhao Wang | 2010-09-08 | 1 | -1/+6 | |
* | | | | | | | | | | | ipv4: Suppress lockdep-RCU false positive in FIB trie (3) | Jarek Poplawski | 2010-09-08 | 1 | -2/+6 | |
* | | | | | | | | | | | ipvs: fix active FTP | Julian Anastasov | 2010-09-08 | 3 | -12/+13 | |
* | | | | | | | | | | | gro: Re-fix different skb headrooms | Jarek Poplawski | 2010-09-08 | 1 | -1/+1 | |
* | | | | | | | | | | | ipv4: Fix reverse path filtering with multipath routing. | David S. Miller | 2010-09-07 | 1 | -2/+13 | |
* | | | | | | | | | | | UNIX: Do not loop forever at unix_autobind(). | Tetsuo Handa | 2010-09-07 | 1 | -3/+12 | |
* | | | | | | | | | | | irda: off by one | Dan Carpenter | 2010-09-07 | 1 | -1/+1 | |
* | | | | | | | | | | | netfilter: discard overlapping IPv6 fragment | Nicolas Dichtel | 2010-09-07 | 1 | -65/+15 | |
* | | | | | | | | | | | ipv6: discard overlapping fragment | Nicolas Dichtel | 2010-09-07 | 1 | -56/+15 | |
* | | | | | | | | | | | net: fix tx queue selection for bridged devices implementing select_queue | Helmut Schaa | 2010-09-07 | 1 | -8/+8 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
* | | | | | | | | | | pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimator | Jarek Poplawski | 2010-09-02 | 1 | -6/+6 | |
* | | | | | | | | | | ipvs: avoid oops for passive FTP | Julian Anastasov | 2010-09-02 | 1 | -1/+2 | |
* | | | | | | | | | | gro: fix different skb headrooms | Eric Dumazet | 2010-09-01 | 1 | -2/+6 | |
* | | | | | | | | | | bridge: Clear INET control block of SKBs passed into ip_fragment(). | David S. Miller | 2010-09-01 | 1 | -2/+4 | |
* | | | | | | | | | | ipv4: minor fix about RPF in help of Kconfig | Nicolas Dichtel | 2010-09-01 | 1 | -1/+1 | |
* | | | | | | | | | | xfrm_user: avoid a warning with some compiler | Nicolas Dichtel | 2010-09-01 | 1 | -1/+1 | |
* | | | | | | | | | | net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf() | Michal Soltys | 2010-09-01 | 1 | -1/+1 | |
* | | | | | | | | | | net sched: fix kernel leak in act_police | Jeff Mahoney | 2010-09-01 | 1 | -12/+9 |