aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-03[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev1-2/+2
2008-04-03[TCP]: Replace socket with sock for reset sending.Denis V. Lunev1-4/+6
2008-03-28[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov1-3/+0
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki1-6/+6
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-7/+7
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-24[NETNS][TCP]: Register /proc/net/tcp in a namespace.Pavel Emelyanov1-2/+17
2008-03-22[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov1-1/+1
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus1-0/+8
2008-03-21[NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]Pavel Emelyanov1-2/+2
2008-03-21[NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano1-6/+6
2008-03-21[NETNS][IPV4] tcp - make proc handle the network namespacesDaniel Lezcano1-9/+35
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-3/+2
2008-03-03[TCP]: Merge exit paths in tcp_v4_conn_request.Denis V. Lunev1-10/+6
2008-02-29[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev1-5/+9
2008-02-29[INET]: Remove struct net_proto_family* from _init calls.Denis V. Lunev1-1/+1
2008-02-17[TCP]: Fix tcp_v4_send_synack() commentKris Katterjohn1-1/+1
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo1-23/+8
2008-01-31[NETNS]: Tcp-v4 sockets per-net lookup.Pavel Emelyanov1-7/+8
2008-01-28[TCP]: Convert several length variable to unsigned.YOSHIFUJI Hideaki1-3/+3
2008-01-28[INET]: Uninline the __inet_hash function.Pavel Emelyanov1-1/+1
2007-11-20[IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps.YOSHIFUJI Hideaki1-4/+4
2007-11-20[IPV4] TCPMD5: Omit redundant NULL check for kfree() argument.YOSHIFUJI Hideaki1-2/+1
2007-11-07[INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet1-5/+6
2007-11-07[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet1-0/+3
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-1/+1
2007-10-30[NET]: Fix incorrect sg_mark_end() calls.David S. Miller1-1/+1
2007-10-29[TCP] MD5: Remove some more unnecessary casting.Matthias M. Dellweg1-5/+5
2007-10-26[TCP]: Fix scatterlist handling in MD5 signature support.David S. Miller1-0/+5
2007-10-10[INET]: local port range robustnessStephen Hemminger1-1/+0
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-09-28[TCP]: Fix MD5 signature handling on big-endian.David S. Miller1-10/+9
2007-08-02[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller1-1/+0
2007-07-10[TCPv4]: Improve BH latency in /proc/net/tcpHerbert Xu1-14/+5
2007-06-12[TCP]: Disable TSO if MD5SIG is enabled.David S. Miller1-1/+2
2007-06-07[TCP]: Honour sk_bound_dev_if in tcp_v4_send_ackPatrick McHardy1-0/+2
2007-06-03[IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDPWei Dong1-1/+4
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu1-2/+1
2007-04-25[NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu1-0/+2
2007-04-25[TCP]: tcp_memory_pressure and tcp_socket are__read_mostly candidatesEric Dumazet1-1/+1
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-16/+16
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-32/+32
2007-04-25[TCP]: Abstract out all write queue operations.David S. Miller1-1/+1
2007-04-25[NET]: Convert xtime.tv_sec to get_seconds()James Morris1-5/+5
2007-04-25[TCP]: struct *sock argument renamed: sp -> skIlpo Järvinen1-11/+11
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-10/+10
2007-02-08[NET]: change layout of ehash tableEric Dumazet1-2/+2
2007-02-08[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller1-1/+1