summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-10/+10
* [NET]: change layout of ehash tableEric Dumazet2007-02-081-2/+2
* [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller2007-02-081-1/+1
* [TCP]: remove tcp header from tcp_v4_check (take #2)Frederik Deweerdt2007-02-081-6/+6
* [TCP]: Fix iov_len calculation in tcp_v4_send_ack().Craig Schlenter2007-01-091-1/+1
* [TCP]: Trivial fix to message in tcp_v4_inbound_md5_hashLeigh Brown2006-12-171-1/+1
* [TCP]: Fix oops caused by tcp_v4_md5_do_delLeigh Brown2006-12-171-0/+1
* [TCP]: Fix warnings with TCP_MD5SIG disabled.Andrew Morton2006-12-021-4/+4
* [NET]: Possible cleanups.Adrian Bunk2006-12-021-4/+4
* [TCP] MD5SIG: Kill CONFIG_TCP_MD5SIG_DEBUG.David S. Miller2006-12-021-40/+1
* [NET]: Split skb->csumAl Viro2006-12-021-2/+2
* [NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2006-12-021-1/+1
* [TCP_IPV4]: Use kmemdup where appropriateArnaldo Carvalho de Melo2006-12-021-24/+25
* [TCP_IPV4]: CodingStyle cleanups, no code changeArnaldo Carvalho de Melo2006-12-021-68/+75
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-021-1/+1
* [IPV6]: Assorted trivial endianness annotations.Al Viro2006-12-021-5/+5
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-021-30/+643
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-021-2/+1
* [TCP]: Remove dead code in init_sequenceGerrit Renker2006-12-021-2/+2
* [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-021-3/+3
* [TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err()Eric Dumazet2006-10-201-1/+1
* [NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki2006-10-111-9/+7
* [TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number.YOSHIFUJI Hideaki2006-10-111-1/+1
* [IPV4]: struct inet_timewait_sock annotationsAl Viro2006-09-281-1/+1
* [IPV4]: annotate address in inet_request_sockAl Viro2006-09-281-2/+2
* [IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro2006-09-281-1/+1
* [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-221-1/+1
* [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley2006-09-221-2/+2
* [IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu2006-09-221-5/+5
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-3/+3
* [MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala2006-09-221-0/+3
* [TCP]: SNMPv2 tcpAttemptFails counter errorWei Yongjun2006-08-021-2/+0
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-081-0/+18
* [PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar2006-07-031-1/+1
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-301-0/+2
|\
| * [NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu2006-06-301-0/+2
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
|/
* [TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala2006-06-291-1/+2
* [I/OAT]: TCP recv offload to I/OATChris Leech2006-06-171-1/+17
* [IPV4]: Possible cleanups.Adrian Bunk2006-04-141-1/+0
* [NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo2006-03-201-17/+17
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-201-0/+8
* [ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo2006-03-201-12/+1
* [TCP]: MTU probingJohn Heffner2006-03-201-0/+1
* [NET]: Do not export inet_bind_bucket_create twice.Sam Ravnborg2006-01-311-1/+0
* [IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy2006-01-311-1/+1
* [NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy2006-01-071-0/+1
* [TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo2006-01-041-0/+2