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