summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | [ALSA] Remove unused tlv_rw field from struct snd_kcontrolTakashi Iwai2006-09-231-1/+0
| | | * | | | | | | | | | | | | | | | | | [ALSA] Control API - more robust TLV implementationJaroslav Kysela2006-09-232-3/+23
| | | * | | | | | | | | | | | | | | | | | [ALSA] Add experimental support of aggressive AC97 power-saving modeTakashi Iwai2006-09-231-0/+32
| | | * | | | | | | | | | | | | | | | | | [ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai2006-09-231-3/+0
| | | * | | | | | | | | | | | | | | | | | [ALSA] Unregister device files at disconnectionTakashi Iwai2006-09-232-2/+2
| | | * | | | | | | | | | | | | | | | | | [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-3/+4
| | | * | | | | | | | | | | | | | | | | | [ALSA] Control API - TLV implementation for additional information like dB scaleJaroslav Kysela2006-09-233-1/+53
| | * | | | | | | | | | | | | | | | | | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-09-2311-77/+187
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust2006-09-221-1/+4
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust2006-09-221-1/+1
| | | * | | | | | | | | | | | | | | | | | | NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | | | | | Add a real API for dealing with blk_congestion_wait()Trond Myklebust2006-09-222-0/+2
| | | * | | | | | | | | | | | | | | | | | | NFS: Use cached page as buffer for NFS symlink requestsChuck Lever2006-09-221-7/+10
| | | * | | | | | | | | | | | | | | | | | | NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever2006-09-221-3/+2
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2006-09-222-8/+0
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-222-0/+23
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Clean-up after previous patches.Chuck Lever2006-09-222-4/+0
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever2006-09-221-1/+2
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Create API for displaying remote peer addressChuck Lever2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever2006-09-221-0/+11
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: remove extraneous header inclusionsChuck Lever2006-09-221-1/+0
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: create API for getting remote peer addressChuck Lever2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-222-1/+2
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Support for RPC child tasks no longer neededChuck Lever2006-09-221-5/+0
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-222-20/+17
| | | * | | | | | | | | | | | | | | | | | | SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-221-0/+16
| | | * | | | | | | | | | | | | | | | | | | NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-12/+9
| | | * | | | | | | | | | | | | | | | | | | NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells2006-09-221-3/+2
| | | * | | | | | | | | | | | | | | | | | | NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2006-09-222-2/+2
| | | * | | | | | | | | | | | | | | | | | | NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells2006-09-221-1/+1
| | | * | | | | | | | | | | | | | | | | | | NFS: Add extra const qualifiersDavid Howells2006-09-222-4/+4
| | | * | | | | | | | | | | | | | | | | | | NFS: Generalise the nfs_client structureDavid Howells2006-09-222-0/+61
| | | * | | | | | | | | | | | | | | | | | | NFS: Add a server capabilities NFS RPC opDavid Howells2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | | | | | NFS: Add a lookupfh NFS RPC opDavid Howells2006-09-221-0/+3
| | | * | | | | | | | | | | | | | | | | | | NFS: Return an error when starting the idmapping pipeDavid Howells2006-09-221-1/+1
| | | * | | | | | | | | | | | | | | | | | | NFS: Rename nfs_server::nfs4_stateDavid Howells2006-09-221-1/+1
| | | * | | | | | | | | | | | | | | | | | | NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-222-8/+8
| | | * | | | | | | | | | | | | | | | | | | NFS: Add dentry materialisation opDavid Howells2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | | | | | NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust2006-09-221-0/+4
| | | * | | | | | | | | | | | | | | | | | | NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust2006-09-221-1/+4
| | | |/ / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-09-2384-1602/+2324
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | [IPV6] ADDRCONF: Mobile IPv6 Home Address support.Noriaki TAKAMIYA2006-09-222-5/+2
| | | * | | | | | | | | | | | | | | | | | | [IPV6] ADDRCONF: Allow non-DAD'able addresses.Noriaki TAKAMIYA2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | | | | | [IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki2006-09-222-6/+5
| | | * | | | | | | | | | | | | | | | | | | [IPV6] NDISC: Add proxy_ndp sysctl.YOSHIFUJI Hideaki2006-09-222-0/+3
| | | * | | | | | | | | | | | | | | | | | | [IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix another GRE keymap leakPatrick McHardy2006-09-221-0/+2
| | | * | | | | | | | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: simplify expectation handlingPatrick McHardy2006-09-221-1/+1
| | | * | | | | | | | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix header definitionsPatrick McHardy2006-09-221-4/+5
| | | * | | | | | | | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: get rid of unnecessary byte order conversionsPatrick McHardy2006-09-223-17/+17
OpenPOWER on IntegriCloud