summaryrefslogtreecommitdiffstats
path: root/net/core/request_sock.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-291-2/+0
* tcp: restore fastopen operationsEric Dumazet2015-10-051-1/+0
* tcp: remove max_qlen_logEric Dumazet2015-10-031-7/+1
* tcp/dccp: remove struct listen_sockEric Dumazet2015-10-031-44/+3
* tcp/dccp: shrink struct listen_sockEric Dumazet2015-10-031-11/+3
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-27/+1
* tcp: move qlen/young out of struct listen_sockEric Dumazet2015-10-031-4/+4
* tcp: add a spinlock to protect struct request_sock_queueEric Dumazet2015-10-031-0/+1
* tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-291-1/+8
* inet: fix races with reqsk timersEric Dumazet2015-08-101-1/+7
* net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-231-7/+7
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-4/+9
* tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-171-11/+7
* inet: add proper refcounting to request sockEric Dumazet2015-03-161-2/+2
* inet: reduce TLB pressure for listenersEric Dumazet2014-06-251-31/+12
* net: remove unnecessary return'sstephen hemminger2014-02-131-1/+0
* tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet2013-01-141-2/+0
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-311-0/+95
* ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)2011-12-061-3/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-3/+1
|\
| * net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet2010-11-211-3/+1
* | tcp: Add timewait recycling bits to ipv6 connect code.David S. Miller2010-12-021-0/+1
|/
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-1/+1
* [NET] net/core/request_sock.c: Remove unused exports.Adrian Bunk2008-01-281-5/+0
* [INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov2007-11-151-0/+35
* [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-021-10/+25
* [NET]: More kzalloc conversions.Andrew Morton2006-04-091-3/+1
* [NET]: drop duplicate assignment in request_sockNorbert Kiesel2006-03-261-1/+1
* [REQSK]: Don't reset rskq_defer_accept in reqsk_queue_allocArnaldo Carvalho de Melo2006-02-271-1/+0
* [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo2005-08-291-0/+1
* [IPV4]: possible cleanupsAdrian Bunk2005-08-291-1/+0
* [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroyArnaldo Carvalho de Melo2005-08-291-0/+26
* [NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller2005-06-181-0/+16
* [NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo2005-06-181-2/+2
* [NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2005-06-181-0/+48
OpenPOWER on IntegriCloud