summaryrefslogtreecommitdiffstats
path: root/net/core/request_sock.c
AgeCommit message (Expand)AuthorLines
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan-2/+0
2015-10-05tcp: restore fastopen operationsEric Dumazet-1/+0
2015-10-03tcp: remove max_qlen_logEric Dumazet-7/+1
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet-44/+3
2015-10-03tcp/dccp: shrink struct listen_sockEric Dumazet-11/+3
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet-27/+1
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet-4/+4
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet-0/+1
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet-1/+8
2015-08-10inet: fix races with reqsk timersEric Dumazet-1/+7
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet-7/+7
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet-4/+9
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet-11/+7
2015-03-16inet: add proper refcounting to request sockEric Dumazet-2/+2
2014-06-25inet: reduce TLB pressure for listenersEric Dumazet-31/+12
2014-02-13net: remove unnecessary return'sstephen hemminger-1/+0
2013-01-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet-2/+0
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu-0/+95
2011-12-06ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)-3/+4
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-3/+1
2010-12-02tcp: Add timewait recycling bits to ipv6 connect code.David S. Miller-0/+1
2010-11-21net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet-3/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen-1/+1
2008-01-28[NET] net/core/request_sock.c: Remove unused exports.Adrian Bunk-5/+0
2007-11-15[INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov-0/+35
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet-10/+25
2006-04-09[NET]: More kzalloc conversions.Andrew Morton-3/+1
2006-03-26[NET]: drop duplicate assignment in request_sockNorbert Kiesel-1/+1
2006-02-27[REQSK]: Don't reset rskq_defer_accept in reqsk_queue_allocArnaldo Carvalho de Melo-1/+0
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo-0/+1
2005-08-29[IPV4]: possible cleanupsAdrian Bunk-1/+0
2005-08-29[REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroyArnaldo Carvalho de Melo-0/+26
2005-06-18[NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller-0/+16
2005-06-18[NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo-2/+2
2005-06-18[NET] Generalise tcp_listen_optArnaldo Carvalho de Melo-0/+48