aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-6/+6
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-8/+8
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet1-0/+29
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet1-1/+1
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-1/+1
2015-03-17inet: fix request sock refcountingEric Dumazet1-4/+0
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-03-17inet: add rsk_listener field to struct request_sockEric Dumazet1-1/+1
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet1-0/+24
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet1-2/+1
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet1-0/+30
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet1-0/+25
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet1-0/+3
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-1/+0
2015-03-11net: fix CONFIG_NET_NS=n compilationEric Dumazet1-1/+1
2015-03-11net: add real socket cookiesEric Dumazet1-0/+2
2015-02-22tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell1-1/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-7/+22
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell1-0/+1
2015-02-02net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal1-9/+5
2015-01-31tcp: use SACK RTTs for CCKenneth Klette Jonassen1-2/+4
2015-01-13tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré1-19/+19
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro1-4/+3
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens1-2/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-4/+4
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+31
2014-11-05tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner1-29/+31
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-10/+15
2014-10-30tcp: Correction to RFC number in commentSowmini Varadhan1-1/+1
2014-10-30ipv4: minor spelling fixesstephen hemminger1-1/+1
2014-10-29tcp: allow for bigger reordering levelEric Dumazet1-1/+2
2014-10-14tcp: fix tcp_ack() performance problemEric Dumazet1-9/+27
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-122/+163
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-75/+8
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal1-19/+22
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal1-1/+35
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal1-4/+18
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal1-2/+10
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann1-1/+1
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)1-3/+2
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet1-4/+4
2014-09-28net_dma: revert 'copied_early'Dan Williams1-14/+8
2014-09-28net_dma: simple removalDan Williams1-61/+0
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet1-42/+47
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet1-2/+3
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet1-9/+4
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet1-15/+2
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet1-3/+1