summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: tcp_syn_flood_action() can be staticEric Dumazet2015-03-291-0/+29
* tcp: fix ipv4 mapped request socksEric Dumazet2015-03-251-1/+1
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-201-1/+1
* inet: fix request sock refcountingEric Dumazet2015-03-171-4/+0
* tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-171-1/+1
* inet: add rsk_listener field to struct request_sockEric Dumazet2015-03-171-1/+1
* inet: uninline inet_reqsk_alloc()Eric Dumazet2015-03-171-0/+24
* inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-171-2/+1
* tcp: uninline tcp_oow_rate_limited()Eric Dumazet2015-03-171-0/+30
* tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet2015-03-171-0/+25
* inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-141-0/+3
* ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2015-03-121-1/+0
* net: fix CONFIG_NET_NS=n compilationEric Dumazet2015-03-111-1/+1
* net: add real socket cookiesEric Dumazet2015-03-111-0/+2
* tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell2015-02-221-1/+1
* tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-081-7/+22
* tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-081-0/+1
* net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal2015-02-021-9/+5
* tcp: use SACK RTTs for CCKenneth Klette Jonassen2015-01-311-2/+4
* tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré2015-01-131-19/+19
* switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-091-4/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-211-2/+2
|\
| * tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens2014-11-211-2/+2
* | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-061-29/+31
|\|
| * tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner2014-11-051-29/+31
* | net: allow setting ecn via routing tableFlorian Westphal2014-11-041-10/+15
* | tcp: Correction to RFC number in commentSowmini Varadhan2014-10-301-1/+1
* | ipv4: minor spelling fixesstephen hemminger2014-10-301-1/+1
* | tcp: allow for bigger reordering levelEric Dumazet2014-10-291-1/+2
|/
* tcp: fix tcp_ack() performance problemEric Dumazet2014-10-141-9/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-122/+163
|\
| * tcp: change TCP_ECN prefixes to lower caseFlorian Westphal2014-09-291-19/+22
| * tcp: move TCP_ECN_create_request out of headerFlorian Westphal2014-09-291-1/+35
| * net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2014-09-291-4/+18
| * net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2014-09-291-2/+10
| * net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2014-09-291-1/+1
| * tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)2014-09-281-3/+2
| * tcp: change tcp_skb_pcount() locationEric Dumazet2014-09-281-4/+4
| * tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet2014-09-231-42/+47
| * tcp: avoid possible arithmetic overflowsEric Dumazet2014-09-221-2/+3
| * tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet2014-09-191-9/+4
| * tcp: do not copy headers in tcp_collapse()Eric Dumazet2014-09-151-15/+2
| * tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2014-09-151-3/+1
| * tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet2014-09-151-5/+5
| * tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet2014-09-051-1/+2
| * tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-051-1/+1
| * tcp: improve undo on timeoutYuchung Cheng2014-08-221-15/+11
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-071-75/+8
|\ \ | |/ |/|