summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-251-2/+1
* [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-251-0/+2
* [TCP]: tcp_memory_pressure and tcp_socket are__read_mostly candidatesEric Dumazet2007-04-251-1/+1
* [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-251-16/+16
* [TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-32/+32
* [TCP]: Abstract out all write queue operations.David S. Miller2007-04-251-1/+1
* [NET]: Convert xtime.tv_sec to get_seconds()James Morris2007-04-251-5/+5
* [TCP]: struct *sock argument renamed: sp -> skIlpo Järvinen2007-04-251-11/+11
* [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
OpenPOWER on IntegriCloud