aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Add Scalable TCP congestion control module.John Heffner2005-06-233-0/+78
* [TCP]: Add H-TCP congestion control module.Baruch Even2005-06-233-0/+303
* [TCP]: Add TCP Vegas congestion control module.Stephen Hemminger2005-06-233-0/+423
* [TCP]: Add TCP Hybla congestion control module.Daniele Lacamera2005-06-233-0/+198
* [TCP]: Add High Speed TCP congestion control module.John Heffner2005-06-233-0/+193
* [TCP]: Add TCP Westwood congestion control module.Stephen Hemminger2005-06-233-0/+275
* [TCP]: Add TCP BIC congestion control module.Stephen Hemminger2005-06-233-0/+353
* [TCP]: Report congestion control algorithm in tcp_diag.Stephen Hemminger2005-06-231-0/+5
* [TCP]: Change tcp_diag to use the existing __RTA_PUT() macro.Stephen Hemminger2005-06-231-7/+2
* [TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger2005-06-2310-790/+313
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-235-27/+7
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-06-229-103/+203
|\
| * [X25]: Fast select with no restriction on responseShaun Pereira2005-06-223-14/+80
| * [X25]: Selective sub-address matching with call user data.Shaun Pereira2005-06-222-43/+48
| * [EBTABLES]: vfree() checking cleanupsJames Lamanna2005-06-221-14/+7
| * [ATALK] aarp: replace schedule_timeout() with msleep()Nishanth Aravamudan2005-06-221-4/+3
| * [IPV4]: Fix route.c gcc4 warningsChuck Short2005-06-221-4/+4
| * [NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer2005-06-221-10/+29
| * [NETPOLL]: Introduce a netpoll_info structJeff Moyer2005-06-221-19/+38
| * [NET]: dont use strlen() but the result from a prior sprintf()Eric Dumazet2005-06-221-2/+1
| * [NETFILTER]: Fix handling of ICMP packets (RELATED) in ipt_CLUSTERIP target.Harald Welte2005-06-221-1/+1
* | [PATCH] RPC: kick off socket connect operations fasterChuck Lever2005-06-221-1/+8
* | [PATCH] RPC: TCP reconnects are too slowChuck Lever2005-06-221-2/+1
* | [PATCH] RPC: Clean up socket autodisconnectTrond Myklebust2005-06-221-2/+2
* | [PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flagTrond Myklebust2005-06-221-34/+37
* | [PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a sing...Andreas Gruenbacher2005-06-221-17/+18
* | [PATCH] RPC: Encode and decode arbitrary XDR arraysAndreas Gruenbacher2005-06-222-3/+257
* | [PATCH] RPC: fix accounting bug in the case of a truncated RPC messageTrond Myklebust2005-06-222-16/+41
* | [PATCH] RPC: Lazy RPC receive buffer allocationOlaf Kirch2005-06-222-7/+35
* | [PATCH] RPC: Allow multiple RPC client programs to share the same transportAndreas Gruenbacher2005-06-223-0/+44
* | [PATCH] RPC: Return -EPFNOSUPPORT for RPC programs that are unavailableAndreas Gruenbacher2005-06-221-10/+14
* | [PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields2005-06-223-9/+16
* | [PATCH] RPC: Don't fall back from krb5p to krb5iJ. Bruce Fields2005-06-221-3/+2
* | [PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()Trond Myklebust2005-06-221-13/+18
* | [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...Trond Myklebust2005-06-222-2/+59
* | [PATCH] RPC: Make rpc_create_client() destroy the transport on failure.Trond Myklebust2005-06-223-4/+2
* | [PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_headerTrond Myklebust2005-06-223-4/+19
* | [PATCH] RPC: Fix a race with rpc_restart_call()Trond Myklebust2005-06-221-23/+30
|/
* [PATCH] Fix extra double quote in IPV4 KconfigKumar Gala2005-06-221-1/+1
* [IPV4]: Fix fib_trie.c's args to fib_dump_info().David S. Miller2005-06-211-1/+1
* [NETFILTER]: Fix ip6t_LOG sit tunnel loggingPatrick McHardy2005-06-211-35/+19
* [NETFILTER]: Drop conntrack reference in ip_call_ra_chain()/ip_mr_input()Patrick McHardy2005-06-212-0/+2
* [NETFILTER]: Check TCP checksum in ipt_REJECTPatrick McHardy2005-06-211-1/+12
* [NETFILTER]: Avoid unncessary checksum validation in UDP connection trackingKeir Fraser2005-06-211-0/+1
* [NETFILTER]: Missing owner-field initialization in ip6table_rawPatrick McHardy2005-06-211-2/+4
* [NETFILTER]: expectation timeouts are compulsoryPhil Oester2005-06-211-9/+5
* [NETFILTER]: Restore netfilter assumptions in IPv6 multicastPatrick McHardy2005-06-211-21/+26
* [NETFILTER]: Kill nf_debugPatrick McHardy2005-06-2111-220/+0
* [NETFILTER]: Kill lockhelp.hPatrick McHardy2005-06-2119-168/+158
* [IPV6]: multicast join and miscDavid L Stevens2005-06-212-2/+24