summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust2006-09-231-0/+8
| * | | | | | | | | | | | | SUNRPC: rpc_delay() should not clobber the rpc_task->tk_statusTrond Myklebust2006-09-231-10/+6
| * | | | | | | | | | | | | SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust2006-09-232-20/+25
| * | | | | | | | | | | | | SUNRPC: export new RPC client functions with _GPLChuck Lever2006-09-231-5/+5
| * | | | | | | | | | | | | SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2006-09-234-125/+1
| * | | | | | | | | | | | | SUNRPC: Convert RPC portmapper to use new rpc_create() APIChuck Lever2006-09-231-18/+15
| * | | | | | | | | | | | | SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-232-0/+136
| * | | | | | | | | | | | | SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever2006-09-233-7/+13
| * | | | | | | | | | | | | SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() APIChuck Lever2006-09-231-4/+2
| * | | | | | | | | | | | | SUNRPC: Create API for displaying remote peer addressChuck Lever2006-09-231-0/+13
| * | | | | | | | | | | | | SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever2006-09-231-8/+71
| * | | | | | | | | | | | | SUNRPC: remove extraneous header inclusionsChuck Lever2006-09-233-4/+0
| * | | | | | | | | | | | | SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API.Chuck Lever2006-09-231-2/+3
| * | | | | | | | | | | | | SUNRPC: create API for getting remote peer addressChuck Lever2006-09-231-0/+21
| * | | | | | | | | | | | | SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-233-4/+5
| * | | | | | | | | | | | | SUNRPC: Support for RPC child tasks no longer neededChuck Lever2006-09-231-82/+0
| * | | | | | | | | | | | | SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.cChuck Lever2006-09-231-28/+42
| * | | | | | | | | | | | | SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-233-61/+106
| * | | | | | | | | | | | | SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-234-11/+20
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | [IPV6] ADDRCONF: Mobile IPv6 Home Address support.Noriaki TAKAMIYA2006-09-231-3/+41
* | | | | | | | | | | | | [IPV6] ADDRCONF: Allow non-DAD'able addresses.Noriaki TAKAMIYA2006-09-231-15/+16
* | | | | | | | | | | | | [IPV6] NDISC: Fix is_router flag setting.YOSHIFUJI Hideaki2006-09-231-5/+2
* | | | | | | | | | | | | [IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki2006-09-235-30/+31
* | | | | | | | | | | | | [IPV6] NDISC: Add proxy_ndp sysctl.YOSHIFUJI Hideaki2006-09-233-2/+21
* | | | | | | | | | | | | [IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala2006-09-232-6/+19
* | | | | | | | | | | | | [IPV6] NDISC: Avoid updating neighbor cache for proxied address in receiving NA.Ville Nuorvala2006-09-231-0/+9
* | | | | | | | | | | | | [IPV6]: Don't forward packets to proxied link-local address.Ville Nuorvala2006-09-231-1/+16
* | | | | | | | | | | | | [IPV6] NDISC: Handle NDP messages to proxied addresses.Ville Nuorvala2006-09-231-0/+45
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix another GRE keymap leakPatrick McHardy2006-09-232-10/+7
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix GRE keymap leakPatrick McHardy2006-09-231-0/+1
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix PPTP_IN_CALL message typesPatrick McHardy2006-09-232-6/+8
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: check call ID before changing statePatrick McHardy2006-09-231-19/+13
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: clean up debugging cruftPatrick McHardy2006-09-231-77/+51
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: consolidate header parsingPatrick McHardy2006-09-231-72/+47
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: consolidate header size checksPatrick McHardy2006-09-231-43/+22
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: simplify expectation handlingPatrick McHardy2006-09-232-116/+34
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: remove unnecessary cid/pcid header pointersPatrick McHardy2006-09-231-28/+28
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix header definitionsPatrick McHardy2006-09-231-1/+1
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: remove more dead codePatrick McHardy2006-09-231-15/+2
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: remove dead codePatrick McHardy2006-09-231-14/+2
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: get rid of unnecessary byte order conversionsPatrick McHardy2006-09-233-33/+33
* | | | | | | | | | | | | [NETFILTER]: PPTP conntrack: fix whitespace errorsPatrick McHardy2006-09-234-108/+108
* | | | | | | | | | | | | [NETFILTER]: ipt_hashlimit: add compat conversion functionsPatrick McHardy2006-09-231-0/+29
* | | | | | | | | | | | | [NETFILTER]: xt_limit: add compat conversion functionsPatrick McHardy2006-09-231-0/+49
* | | | | | | | | | | | | [NETFILTER]: xt_CONNMARK: add compat conversion functionsPatrick McHardy2006-09-231-0/+36
* | | | | | | | | | | | | [NETFILTER]: xt_connmark: add compat conversion functionsPatrick McHardy2006-09-231-0/+36
* | | | | | | | | | | | | [NETFILTER]: xt_MARK: add compat conversion functionsPatrick McHardy2006-09-231-0/+34
* | | | | | | | | | | | | [NETFILTER]: xt_mark: add compat conversion functionsPatrick McHardy2006-09-231-0/+36
* | | | | | | | | | | | | [NETFILTER]: x_tables: simplify compat APIPatrick McHardy2006-09-232-174/+133
* | | | | | | | | | | | | [NETFILTER]: ip_tables: revision support for compat codePatrick McHardy2006-09-231-2/+3