| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh | Linus Torvalds | 2006-10-04 | 4 | -4/+0 |
|\ |
|
| * | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 4 | -4/+0 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-10-04 | 27 | -346/+416 |
|\ \ |
|
| * | | [XFRM]: BEET mode | Diego Beltrami | 2006-10-04 | 10 | -9/+295 |
| * | | [TCP]: Kill warning in tcp_clean_rtx_queue(). | David S. Miller | 2006-10-04 | 1 | -1/+1 |
| * | | [NET_SCHED]: Remove old estimator implementation | Patrick McHardy | 2006-10-04 | 1 | -196/+0 |
| * | | [TIPC]: fix printk warning | Jeff Garzik | 2006-10-04 | 1 | -2/+3 |
| * | | [XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect. | David S. Miller | 2006-10-04 | 1 | -2/+5 |
| * | | [XFRM] STATE: Use destination address for src hash. | Masahide NAKAMURA | 2006-10-04 | 2 | -10/+13 |
| * | | [NEIGH]: always use hash_mask under tbl lock | Julian Anastasov | 2006-10-04 | 1 | -6/+6 |
| * | | [UDP]: Fix MSG_PROBE crash | Herbert Xu | 2006-10-04 | 2 | -0/+4 |
| * | | [UDP6]: Fix flowi clobbering | Herbert Xu | 2006-10-04 | 1 | -31/+31 |
| * | | [NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY_NODE" | Ismail Donmez | 2006-10-04 | 1 | -1/+1 |
| * | | [NETFILTER]: ebt_mark: add or/and/xor action support to mark target | Bart De Schuymer | 2006-10-04 | 1 | -4/+17 |
| * | | [NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse function | Patrick McHardy | 2006-10-04 | 1 | -78/+19 |
| * | | [NETFILTER]: Honour source routing for LVS-NAT | Simon Horman | 2006-10-04 | 1 | -0/+10 |
| * | | [NETFILTER]: add type parameter to ip_route_me_harder | Simon Horman | 2006-10-04 | 3 | -5/+10 |
| * | | [NETFILTER]: Kconfig: fix xt_physdev dependencies | Patrick McHardy | 2006-10-04 | 1 | -1/+1 |
| |/ |
|
* | | [PATCH] knfsd: svcrpc: use consistent variable name for the reply state | J.Bruce Fields | 2006-10-04 | 1 | -3/+3 |
* | | [PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity case | J.Bruce Fields | 2006-10-04 | 1 | -12/+18 |
* | | [PATCH] knfsd: svcrpc: gss: factor out some common wrapping code | J.Bruce Fields | 2006-10-04 | 1 | -20/+23 |
* | | [PATCH] knfsd: register all RPC programs with portmapper by default | Olaf Kirch | 2006-10-04 | 1 | -14/+23 |
* | | [PATCH] knfsd: knfsd: cache ipmap per TCP socket | Greg Banks | 2006-10-04 | 2 | -3/+46 |
* | | [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP | Greg Banks | 2006-10-04 | 1 | -0/+15 |
* | | [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom | NeilBrown | 2006-10-04 | 1 | -1/+2 |
* | | [PATCH] knfsd: Replace two page lists in struct svc_rqst with one | NeilBrown | 2006-10-04 | 3 | -37/+29 |
* | | [PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socket | NeilBrown | 2006-10-04 | 1 | -0/+3 |
* | | [PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port... | NeilBrown | 2006-10-04 | 1 | -0/+2 |
* | | [PATCH] slab: clean up leak tracking ifdefs a little bit | Christoph Hellwig | 2006-10-04 | 1 | -1/+2 |
|/ |
|
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 2 | -2/+2 |
* | Still more typo fixes | Matt LaPlante | 2006-10-03 | 2 | -2/+2 |
* | more misc typo fixes | Matt LaPlante | 2006-10-03 | 3 | -4/+4 |
* | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 2006-10-02 | 1 | -1/+1 |
* | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 2006-10-02 | 2 | -9/+9 |
* | [PATCH] knfsd: make rpc threads pools numa aware | Greg Banks | 2006-10-02 | 2 | -2/+260 |
* | [PATCH] knfsd: add svc_set_num_threads | Greg Banks | 2006-10-02 | 2 | -3/+138 |
* | [PATCH] knfsd: split svc_serv into pools | Greg Banks | 2006-10-02 | 2 | -52/+129 |
* | [PATCH] knfsd: test and set SK_BUSY atomically | Greg Banks | 2006-10-02 | 1 | -10/+10 |
* | [PATCH] knfsd: convert sk_reserved to atomic_t | Greg Banks | 2006-10-02 | 1 | -7/+5 |
* | [PATCH] knfsd: use new lock for svc_sock deferred list | Greg Banks | 2006-10-02 | 1 | -6/+6 |
* | [PATCH] knfsd: convert sk_inuse to atomic_t | Greg Banks | 2006-10-02 | 1 | -18/+11 |
* | [PATCH] knfsd: move tempsock aging to a timer | Greg Banks | 2006-10-02 | 2 | -26/+73 |
* | [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process | NeilBrown | 2006-10-02 | 2 | -2/+4 |
* | [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' | NeilBrown | 2006-10-02 | 1 | -4/+45 |
* | [PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports | NeilBrown | 2006-10-02 | 1 | -0/+40 |
* | [PATCH] knfsd: add a callback for when last rpc thread finishes | NeilBrown | 2006-10-02 | 1 | -1/+6 |
* | [PATCH] knfsd: remove an unused variable from auth_unix_lookup() | Greg Banks | 2006-10-02 | 1 | -4/+1 |
* | [PATCH] Kprobes: Make kprobe modules more portable | Ananth N Mavinakayanahalli | 2006-10-02 | 1 | -2/+4 |
* | [PATCH] const struct tty_operations | Jeff Dike | 2006-10-02 | 2 | -2/+2 |
* | [PATCH] file: modify struct fown_struct to use a struct pid | Eric W. Biederman | 2006-10-02 | 1 | -1/+1 |