summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* [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-181-1/+1
* [TCP]: Fix oops caused by tcp_v4_md5_do_delLeigh Brown2006-12-181-0/+1
* [TCP]: Fix warnings with TCP_MD5SIG disabled.Andrew Morton2006-12-031-4/+4
* [NET]: Possible cleanups.Adrian Bunk2006-12-031-4/+4
* [TCP] MD5SIG: Kill CONFIG_TCP_MD5SIG_DEBUG.David S. Miller2006-12-031-40/+1Star
* [NET]: Split skb->csumAl Viro2006-12-031-2/+2
* [NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2006-12-031-1/+1
* [TCP_IPV4]: Use kmemdup where appropriateArnaldo Carvalho de Melo2006-12-031-24/+25
* [TCP_IPV4]: CodingStyle cleanups, no code changeArnaldo Carvalho de Melo2006-12-031-68/+75
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-031-1/+1
* [IPV6]: Assorted trivial endianness annotations.Al Viro2006-12-031-5/+5
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-031-30/+643
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-031-2/+1Star
* [TCP]: Remove dead code in init_sequenceGerrit Renker2006-12-031-2/+2
* [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-031-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-121-9/+7Star
* [TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number.YOSHIFUJI Hideaki2006-10-121-1/+1
* [IPV4]: struct inet_timewait_sock annotationsAl Viro2006-09-291-1/+1
* [IPV4]: annotate address in inet_request_sockAl Viro2006-09-291-2/+2
* [IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro2006-09-291-1/+1
* [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-231-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/+0Star
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-081-0/+18
* [PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar2006-07-041-1/+1
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-041-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-07-011-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/+0Star
|/
* [TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala2006-06-301-1/+2
* [I/OAT]: TCP recv offload to I/OATChris Leech2006-06-181-1/+17
* [IPV4]: Possible cleanups.Adrian Bunk2006-04-151-1/+0Star
* [NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo2006-03-211-17/+17
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-211-0/+8
* [ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo2006-03-211-12/+1Star
* [TCP]: MTU probingJohn Heffner2006-03-211-0/+1
* [NET]: Do not export inet_bind_bucket_create twice.Sam Ravnborg2006-02-011-1/+0Star
* [IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy2006-02-011-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
* [TCP]: less inline'sStephen Hemminger2006-01-041-5/+4Star
* [IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2006-01-031-6/+6