Age | Commit message (Expand) | Author |
2019-10-13 | tcp: add rcu protection around tp->fastopen_rsk | Eric Dumazet |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2016-12-29 | ipv4: Namespaceify tcp_max_syn_backlog knob | Haishuang Yan |
2015-10-05 | tcp: restore fastopen operations | Eric Dumazet |
2015-10-03 | tcp: remove max_qlen_log | Eric Dumazet |
2015-10-03 | tcp/dccp: remove struct listen_sock | Eric Dumazet |
2015-10-03 | tcp/dccp: shrink struct listen_sock | Eric Dumazet |
2015-10-03 | tcp/dccp: install syn_recv requests into ehash table | Eric Dumazet |
2015-10-03 | tcp: move qlen/young out of struct listen_sock | Eric Dumazet |
2015-10-03 | tcp: add a spinlock to protect struct request_sock_queue | Eric Dumazet |
2015-09-29 | tcp: prepare fastopen code for upcoming listener changes | Eric Dumazet |
2015-08-10 | inet: fix races with reqsk timers | Eric Dumazet |
2015-03-23 | net: convert syn_wait_lock to a spinlock | Eric Dumazet |
2015-03-20 | inet: get rid of central tcp/dccp listener timer | Eric Dumazet |
2015-03-17 | tcp: rename struct tcp_request_sock listener | Eric Dumazet |
2015-03-16 | inet: add proper refcounting to request sock | Eric Dumazet |
2014-06-25 | inet: reduce TLB pressure for listeners | Eric Dumazet |
2014-02-13 | net: remove unnecessary return's | stephen hemminger |
2013-01-14 | tcp: fix a panic on UP machines in reqsk_fastopen_remove | Eric Dumazet |
2012-08-31 | tcp: TCP Fast Open Server - support TFO listeners | Jerry Chu |
2011-12-06 | ipv4:correct description for tcp_max_syn_backlog | Peter Pan(潘卫平) |
2010-12-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-12-02 | tcp: Add timewait recycling bits to ipv6 connect code. | David S. Miller |
2010-11-21 | net: allow GFP_HIGHMEM in __vmalloc() | Eric Dumazet |
2008-07-25 | net: convert BUG_TRAP to generic WARN_ON | Ilpo Järvinen |
2008-01-28 | [NET] net/core/request_sock.c: Remove unused exports. | Adrian Bunk |
2007-11-15 | [INET]: Fix potential kfree on vmalloc-ed area of request_sock_queue | Pavel Emelyanov |
2006-12-02 | [NET]: Size listen hash tables using backlog hint | Eric Dumazet |
2006-04-09 | [NET]: More kzalloc conversions. | Andrew Morton |
2006-03-26 | [NET]: drop duplicate assignment in request_sock | Norbert Kiesel |
2006-02-27 | [REQSK]: Don't reset rskq_defer_accept in reqsk_queue_alloc | Arnaldo Carvalho de Melo |
2005-08-29 | [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer | Arnaldo Carvalho de Melo |
2005-08-29 | [IPV4]: possible cleanups | Adrian Bunk |
2005-08-29 | [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy | Arnaldo Carvalho de Melo |
2005-06-18 | [NET]: Move sysctl_max_syn_backlog into request_sock.c | David S. Miller |
2005-06-18 | [NET] rename struct tcp_listen_opt to struct listen_sock | Arnaldo Carvalho de Melo |
2005-06-18 | [NET] Generalise tcp_listen_opt | Arnaldo Carvalho de Melo |