summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a real API for dealing with blk_congestion_wait()Trond Myklebust2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Use cached page as buffer for NFS symlink requestsChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Clean-up after previous patches.Chuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Create API for displaying remote peer addressChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: remove extraneous header inclusionsChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: create API for getting remote peer addressChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Support for RPC child tasks no longer neededChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Add extra const qualifiersDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Generalise the nfs_client structureDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Add a server capabilities NFS RPC opDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Add a lookupfh NFS RPC opDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Return an error when starting the idmapping pipeDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Rename nfs_server::nfs4_stateDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Add dentry materialisation opDavid Howells2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust2006-09-22
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-09-23
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [IPV6] ADDRCONF: Mobile IPv6 Home Address support.Noriaki TAKAMIYA2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [IPV6] ADDRCONF: Allow non-DAD'able addresses.Noriaki TAKAMIYA2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [IPV6] NDISC: Add proxy_ndp sysctl.YOSHIFUJI Hideaki2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix another GRE keymap leakPatrick McHardy2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: simplify expectation handlingPatrick McHardy2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix header definitionsPatrick McHardy2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: get rid of unnecessary byte order conversionsPatrick McHardy2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix whitespace errorsPatrick McHardy2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: x_tables: simplify compat APIPatrick McHardy2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: TCP conntrack: improve dead connection detectionGeorge Hansper2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUTPatrick McHardy2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: kill listhelp.hPatrick McHardy2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: remove unused include filePatrick McHardy2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GENL]: Provide more information to userspace about registered genl familiesThomas Graf2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER] bridge: simplify nf_bridge_padStephen Hemminger2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER] bridge: code rearrangement for clarityStephen Hemminger2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [IPV4]: Make struct sockaddr_in::sin_port __be16Alexey Dobriyan2006-09-22
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [IPV4]: Make struct in_addr::s_addr __be32Alexey Dobriyan2006-09-22