summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-06tcp: md5: check md5 signature without socket lockDmitry Popov
2014-08-04tcp: md5: remove unneeded check in tcp_v4_parse_md5_keysDmitry Popov
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell
2014-06-27tcp: add tcp_conn_requestOctavian Purdila
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng
2014-05-13tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng
2014-05-05net: Call skb_checksum_init in IPv4Tom Herbert
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet
2014-03-20net: remove empty lines from tcp_syn_flood_actionDaniel Baluta
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-01-21tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)
2013-12-26ipv4: fix checkpatch error with foo * barWeilong Chen
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-11-29inet: fix possible seqlock deadlocksEric Dumazet
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-10-02tcp: sndbuf autotuning improvementsEric Dumazet
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian
2013-08-20tcp: trivial: Remove nocache argument from tcp_v4_send_synackChristoph Paasch
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng
2013-07-30tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng
2013-07-10net: rename ll methods to busy-pollEliezer Tamir
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-19ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik