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