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