summaryrefslogtreecommitdiffstats
path: root/include/net/request_sock.h
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-121-3/+2
* net: align sk_refcnt on 128 bytes boundaryEric Dumazet2015-10-121-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-291-5/+2
* tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2015-09-291-3/+2
* tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-291-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-181-0/+5
* inet: fix request sock refcountingEric Dumazet2015-03-171-0/+11
* inet: add rsk_listener field to struct request_sockEric Dumazet2015-03-171-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-121-0/+5
* inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet2015-03-121-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/+1
* tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-031-4/+8
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-311-13/+0
* tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-08-311-0/+36
* tcp: Change possible SYN flooding messagesEric Dumazet2011-09-151-1/+2
* tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila2010-01-171-0/+2
* TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-021-1/+7
* net: Fix memory leak in the proto_register functionCatalin Marinas2008-11-211-0/+1
* tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-061-1/+1
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-2/+3
OpenPOWER on IntegriCloud