aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-1/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-5/+5
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-2/+2
2016-04-04tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet1-1/+4
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet1-1/+2
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-3/+0
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal1-5/+2
2015-11-05tcp: fix req->saved_syn raceEric Dumazet1-3/+0
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-7/+4
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+2
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-0/+1
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-9/+9
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet1-0/+1
2015-10-03tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet1-2/+0
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet1-1/+3
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-1/+1
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-2/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet1-10/+18
2015-09-24tcp: factorize sk_txhash initEric Dumazet1-0/+1
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet1-7/+6
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-1/+2
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet1-4/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell1-1/+4
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+1
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+3
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet1-3/+4
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-26/+9
2015-04-08tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet1-4/+10
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-2/+3
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-3/+2
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-5/+24
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-0/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-1/+5
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-4/+26
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal1-3/+3
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-3/+2
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+1
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-1/+1
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-0/+31
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-2/+2
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot1-0/+1