summaryrefslogtreecommitdiffstats
path: root/include/net/request_sock.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet2024-06-061-33/+0
* tcp: small changes in reqsk_put() and reqsk_free()Eric Dumazet2024-06-061-2/+2
* tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2024-05-281-0/+12
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+3
|\
| * mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-261-2/+3
* | rstreason: prepare for passive resetJason Xing2024-04-261-1/+3
|/
* tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima2024-03-201-1/+6
* bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().Kuniyuki Iwashima2024-01-231-2/+13
* tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima2024-01-231-0/+28
* tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-021-0/+2
* tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-241-0/+1
* tcp: Use a struct to represent a saved_synMartin KaFai Lau2020-08-241-1/+7
* tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-08-011-1/+1
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-101-2/+2
* inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-191-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault2019-03-191-3/+7
* net: keep refcount warning in reqsk_free()Guillaume Nault2019-03-101-1/+0
* tcp: socket option to set TCP fast open keyYuchung Cheng2017-10-201-0/+2
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+5
* net: make struct request_sock_ops::obj_size unsignedAlexey Dobriyan2017-05-231-1/+1
* ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-291-3/+1
* inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet2016-04-051-16/+15
* net: add inet_sk_transparent() helperFlorian Westphal2015-12-221-1/+1
* tcp/dccp: fix race at listener dismantle phaseEric Dumazet2015-10-161-19/+0
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-131-3/+2
* net: align sk_refcnt on 128 bytes boundaryEric Dumazet2015-10-131-1/+1
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-051-3/+8
* net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet2015-10-051-0/+1
* tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet2015-10-031-1/+3
* tcp: remove max_qlen_logEric Dumazet2015-10-031-8/+2
* tcp/dccp: remove struct listen_sockEric Dumazet2015-10-031-22/+4
* tcp/dccp: shrink struct listen_sockEric Dumazet2015-10-031-3/+0
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-4/+0
* tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()Eric Dumazet2015-10-031-10/+12
* tcp: move synflood_warned into struct request_sock_queueEric Dumazet2015-10-031-1/+1
* tcp: move qlen/young out of struct listen_sockEric Dumazet2015-10-031-30/+10
* tcp: add a spinlock to protect struct request_sock_queueEric Dumazet2015-10-031-19/+18
* tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-301-5/+2
* tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2015-09-301-3/+2
* tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-301-2/+2
* inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet2015-09-251-1/+1
* tcp/dccp: constify rtx_synack() and friendsEric Dumazet2015-09-251-1/+1
* tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-051-1/+3
* inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-241-18/+0
* net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-231-8/+3
* inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2015-03-231-2/+1
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-46/+41
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-201-4/+11
* inet: request sock should init IPv6/IPv4 addressesEric Dumazet2015-03-191-0/+5