summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2017-12-26Merge android-4.4.99 (7eab308) into msm-4.4Srinivasarao P
2017-11-18Merge 4.4.99 into android-4.4Greg Kroah-Hartman
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2016-11-21Merge tag 'v4.4.34' into android-4.4.yDmitry Shmidt
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-18tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-11-15tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-10-28Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang
2016-09-30tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-09-07Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt
2016-09-02UPSTREAM: tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-08-01Merge tag 'v4.4.16' into android-4.4.yDmitry Shmidt
2016-07-15WLAN subsystem: Sysctl support for key TCP/IP parametersRavi Joshi
2016-07-12Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang
2016-05-19Revert "net: socket ioctl to reset connections matching local address"Dmitry Shmidt
2016-04-22Revert "net: socket ioctl to reset connections matching local address"Dmitry Shmidt
2016-04-07net: diag: Support destroying TCP sockets.Lorenzo Colitti
2016-03-14Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-03-03tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-02-25net: diag: Support destroying TCP sockets.Lorenzo Colitti
2016-02-16tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall
2016-02-16net: socket ioctl to reset connections matching local addressRobert Love
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-21tcp: use RACK to detect lossesYuchung Cheng
2015-10-21tcp: track the packet timings in RACKYuchung Cheng
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp: get_openreq[46]() changesEric Dumazet
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-08-25tcp: refine pacing rate determinationEric Dumazet
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet
2015-07-09tcp: do not slow start when cwnd equals ssthreshYuchung Cheng
2015-07-09tcp: add tcp_in_slow_start helperYuchung Cheng
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet