summaryrefslogtreecommitdiff
path: root/include/net/inet_connection_sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-0/+3
* Revert "tcp: change pingpong threshold to 3"Wei Wang2022-07-221-9/+1
* Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-161-3/+0
* net: Add a second bind table hashed by port and addressJoanne Koong2022-05-201-0/+3
* net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-121-2/+0
* tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-021-0/+8
* dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-231-1/+1
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-151-1/+1
* tcp: change ICSK_CA_PRIV_SIZE definitionEric Dumazet2021-06-291-1/+1
* tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-03-151-1/+1
* tcp: shrink inet_connection_sock icsk_mtup enabled and probe_sizeNeal Cardwell2021-01-291-3/+3
* tcp: remove unused ICSK_TIME_EARLY_RETRANSPengcheng Yang2021-01-221-3/+1
* tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-181-0/+3
* tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet2020-09-301-1/+2
* inet: remove icsk_ack.blockedEric Dumazet2020-09-301-2/+2
* tcp: Only init congestion control if not initialized alreadyNeal Cardwell2020-09-101-1/+2
* tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-241-0/+1
* tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-241-0/+1
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-111-0/+4
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-1/+2
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-13/+0
* inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni2020-06-041-1/+0
* inet_connection_sock: factor out destroy helper.Paolo Abeni2020-05-151-0/+8
* bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2020-03-091-0/+6
* net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-08-311-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* 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-241-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/+4
* 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-091-1/+1
* inet: drop ->bind_conflictJosef Bacik2017-01-181-6/+0
* tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-131-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/+0
* 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/+2
* tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2015-10-161-0/+1