summaryrefslogtreecommitdiffstats
path: root/include/net/request_sock.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+0Star
* 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/+1Star
* inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet2016-04-051-16/+15Star
* net: add inet_sk_transparent() helperFlorian Westphal2015-12-221-1/+1
* tcp/dccp: fix race at listener dismantle phaseEric Dumazet2015-10-161-19/+0Star
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-131-3/+2Star
* 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/+2Star
* tcp/dccp: remove struct listen_sockEric Dumazet2015-10-031-22/+4Star
* tcp/dccp: shrink struct listen_sockEric Dumazet2015-10-031-3/+0Star
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-4/+0Star
* 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/+10Star
* tcp: add a spinlock to protect struct request_sock_queueEric Dumazet2015-10-031-19/+18Star
* tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-301-5/+2Star
* tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2015-09-301-3/+2Star
* 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/+0Star
* net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-231-8/+3Star
* inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2015-03-231-2/+1Star
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-46/+41Star
* 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
* inet: fix request sock refcountingEric Dumazet2015-03-181-0/+11
* inet: add rsk_listener field to struct request_sockEric Dumazet2015-03-181-3/+9
* inet: add proper refcounting to request sockEric Dumazet2015-03-161-6/+7
* inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-131-0/+5
* inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet2015-03-131-0/+8
* inet: includes a sock_common in request_sockEric Dumazet2013-10-101-0/+1
* request_sock.h: Remove extern from function prototypesJoe Perches2013-09-231-7/+7
* net: remove a stale comment for dl_nextEric Dumazet2013-04-221-1/+1
* tcp: Remove TCPCTChristoph Paasch2013-03-171-7/+1Star
* tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-031-4/+8
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-09-011-13/+0Star
* tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-09-011-0/+36
* tcp: Change possible SYN flooding messagesEric Dumazet2011-09-151-1/+2
* tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila2010-01-181-0/+2