summaryrefslogtreecommitdiff
path: root/include/net/request_sock.h
Commit message (Expand)AuthorAge
* tcp: socket option to set TCP fast open keyYuchung Cheng2017-10-20
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: make struct request_sock_ops::obj_size unsignedAlexey Dobriyan2017-05-23
* ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-29
* inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet2016-04-04
* net: add inet_sk_transparent() helperFlorian Westphal2015-12-22
* tcp/dccp: fix race at listener dismantle phaseEric Dumazet2015-10-16
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-12
* net: align sk_refcnt on 128 bytes boundaryEric Dumazet2015-10-12
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-05
* net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet2015-10-05
* tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet2015-10-03
* tcp: remove max_qlen_logEric Dumazet2015-10-03
* tcp/dccp: remove struct listen_sockEric Dumazet2015-10-03
* tcp/dccp: shrink struct listen_sockEric Dumazet2015-10-03
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-03
* tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()Eric Dumazet2015-10-03
* tcp: move synflood_warned into struct request_sock_queueEric Dumazet2015-10-03
* tcp: move qlen/young out of struct listen_sockEric Dumazet2015-10-03
* tcp: add a spinlock to protect struct request_sock_queueEric Dumazet2015-10-03
* tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-29
* tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2015-09-29
* tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-29
* inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet2015-09-25
* tcp/dccp: constify rtx_synack() and friendsEric Dumazet2015-09-25
* tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-05
* inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-24
* net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-23
* inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2015-03-23
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-20
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-20
* inet: request sock should init IPv6/IPv4 addressesEric Dumazet2015-03-18
* inet: fix request sock refcountingEric Dumazet2015-03-17
* inet: add rsk_listener field to struct request_sockEric Dumazet2015-03-17
* inet: add proper refcounting to request sockEric Dumazet2015-03-16
* inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-12
* inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet2015-03-12
* inet: includes a sock_common in request_sockEric Dumazet2013-10-10
* request_sock.h: Remove extern from function prototypesJoe Perches2013-09-23
* net: remove a stale comment for dl_nextEric Dumazet2013-04-22
* tcp: Remove TCPCTChristoph Paasch2013-03-17
* tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-03
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-31
* tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-08-31
* tcp: Change possible SYN flooding messagesEric Dumazet2011-09-15
* tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila2010-01-17
* TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-02
* net: Fix memory leak in the proto_register functionCatalin Marinas2008-11-21
* tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-06
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-25