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