summaryrefslogtreecommitdiffstats
path: root/include/net/inet_connection_sock.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* tcp: change pingpong threshold to 3Wei Wang2019-01-271-1/+9
* tcp: Refactor pingpong codeWei Wang2019-01-271-0/+17
* tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha2019-01-251-2/+2
* inet/connection_sock: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-141-1/+2
* tcp: mandate a one-time immediate ACKYuchung Cheng2018-08-111-1/+2
* net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches2018-05-101-18/+4Star
* tcp: Add clean acked data hookIlya Lesokhin2018-05-011-0/+2
* inet: whitespace cleanupStephen Hemminger2018-02-281-5/+5
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+2
|\
| * inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-031-0/+2
* | net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
|/
* inet/connection_sock: Convert timers to use timer_setup()Kees Cook2017-10-181-3/+3
* tcp: ULP infrastructureDave Watson2017-06-151-0/+4
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-101-1/+1
* inet: drop ->bind_conflictJosef Bacik2017-01-181-6/+0Star
* tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-141-1/+3
* inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-171-2/+4
* tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-291-5/+0Star
* tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88Neal Cardwell2016-09-211-2/+2
* tcp/dccp: fix another race at listener dismantleEric Dumazet2016-02-181-2/+3
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-1/+6
* tcp/dccp: fix race at listener dismantle phaseEric Dumazet2015-10-161-7/+2Star
* tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2015-10-161-0/+1
* tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet2015-10-151-1/+1
* tcp: remove max_qlen_logEric Dumazet2015-10-031-1/+1
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-4/+0Star
* tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet2015-10-031-2/+1Star
* tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-301-1/+1
* inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet2015-09-301-1/+2
* inet: constify inet_csk_route_req() socket argumentEric Dumazet2015-09-251-1/+1
* tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-06-011-1/+2
* inet: properly align icsk_ca_privEric Dumazet2015-05-191-2/+3
* inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-241-19/+1Star
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-11/+4Star
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-201-7/+4Star
* inet: fix request sock refcountingEric Dumazet2015-03-181-5/+0Star
* inet: add proper refcounting to request sockEric Dumazet2015-03-161-0/+5
* ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du2015-03-061-0/+2
* net: tcp: add key management to congestion controlDaniel Borkmann2015-01-061-1/+2
* tcp: avoid possible arithmetic overflowsEric Dumazet2014-09-221-0/+9
* tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-141-0/+1
* ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-151-1/+1
* inet*.h: Remove extern from function prototypesJoe Perches2013-09-211-41/+38Star
* tcp: Tail loss probe (TLP)Nandita Dukkipati2013-03-121-1/+4
* inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2012-12-141-0/+1
* net: ipv6: fix TCP early demuxEric Dumazet2012-08-061-0/+1
* ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2012-07-201-2/+1Star
* ipv4: Add helper inet_csk_update_pmtu().David S. Miller2012-07-161-0/+2