| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: allocate tcp_death_row outside of struct netns_ipv4 | Eric Dumazet | 2022-01-27 | 1 | -0/+1 |
* | dccp: don't duplicate ccid when cloning dccp sock | Lin, Zhenpeng | 2021-09-08 | 1 | -0/+2 |
* | dccp: Add missing annotation for dccp_child_process() | Jules Irenge | 2020-02-24 | 1 | -0/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | net-tcp: remove useless tw_timeout field | Maciej Żenczykowski | 2018-06-05 | 1 | -1/+0 |
* | tcp/dccp: avoid one atomic operation for timewait hashdance | Eric Dumazet | 2017-12-13 | 1 | -3/+4 |
* | tcp/dccp: block bh before arming time_wait timer | Eric Dumazet | 2017-12-01 | 1 | -0/+6 |
* | dccp: fix use-after-free in dccp_feat_activate_values | Eric Dumazet | 2017-03-07 | 1 | -8/+16 |
* | net: Introduce sk_clone_lock() error path routine | Arnaldo Carvalho de Melo | 2017-03-02 | 1 | -5/+1 |
* | dccp: Unlock sock before calling sk_free() | Arnaldo Carvalho de Melo | 2017-03-02 | 1 | -0/+1 |
* | dccp: rename DCCP_INC_STATS_BH() | Eric Dumazet | 2016-04-28 | 1 | -1/+1 |
* | tcp/dccp: fix hashdance race for passive sessions | Eric Dumazet | 2015-10-23 | 1 | -7/+7 |
* | dccp: constify dccp_create_openreq_child() sock argument | Eric Dumazet | 2015-09-30 | 1 | -1/+1 |
* | tcp/dccp: constify send_synack and send_reset socket argument | Eric Dumazet | 2015-09-30 | 1 | -1/+1 |
* | tcp/dccp: fix timewait races in timer handling | Eric Dumazet | 2015-09-22 | 1 | -2/+2 |
* | inet: fix possible panic in reqsk_queue_unlink() | Eric Dumazet | 2015-04-24 | 1 | -2/+1 |
* | tcp/dccp: get rid of central timewait timer | Eric Dumazet | 2015-04-13 | 1 | -16/+3 |
* | inet: drop prev pointer handling in request sock | Eric Dumazet | 2015-03-20 | 1 | -4/+3 |
* | inet: move ipv6only in sock_common | Eric Dumazet | 2014-07-02 | 1 | -3/+1 |
* | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2014-04-11 | 1 | -1/+1 |
* | inet: rename ir_loc_port to ir_num | Eric Dumazet | 2013-10-10 | 1 | -4/+4 |
* | inet: includes a sock_common in request_sock | Eric Dumazet | 2013-10-10 | 1 | -2/+2 |
* | ipv6: make lookups simpler and faster | Eric Dumazet | 2013-10-09 | 1 | -5/+2 |
* | tcp: better retrans tracking for defer-accept | Eric Dumazet | 2012-11-03 | 1 | -2/+1 |
* | dccp: fix bug in sequence number validation during connection setup | Samuel Jero | 2012-03-03 | 1 | -7/+11 |
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-12 | 1 | -1/+1 |
* | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 1 | -2/+2 |
* | net: rename sk_clone to sk_clone_lock | Eric Dumazet | 2011-11-08 | 1 | -1/+1 |
* | dccp: fix the adjustments to AWL and SWL | Gerrit Renker | 2010-10-12 | 1 | -21/+9 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | net: backlog functions rename | Zhu Yi | 2010-03-05 | 1 | -1/+1 |
* | TCPCT part 1a: add request_values parameter for sending SYNACK | William Allen Simpson | 2009-12-03 | 1 | -1/+1 |
* | dccp: Implement both feature-local and feature-remote Sequence Window feature | Gerrit Renker | 2009-01-21 | 1 | -11/+0 |
* | dccp ccid-2: Phase out the use of boolean Ack Vector sysctl | Gerrit Renker | 2008-12-08 | 1 | -1/+0 |
* | dccp: Remove manual influence on NDP Count feature | Gerrit Renker | 2008-12-08 | 1 | -1/+0 |
* | dccp: Remove obsolete parts of the old CCID interface | Gerrit Renker | 2008-12-08 | 1 | -2/+0 |
* | dccp: Integration of dynamic feature activation - part 2 (server side) | Gerrit Renker | 2008-12-08 | 1 | -30/+12 |
* | dccp: Deprecate Ack Ratio sysctl | Gerrit Renker | 2008-11-17 | 1 | -1/+0 |
* | dccp: Per-socket initialisation of feature negotiation | Gerrit Renker | 2008-11-05 | 1 | -1/+6 |
* | dccp: Port redirection support for DCCP | Gerrit Renker | 2008-10-20 | 1 | -0/+1 |
* | tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup | Gui Jianfeng | 2008-08-07 | 1 | -1/+2 |
* | dccp: Bug in initial acknowledgment number assignment | Gerrit Renker | 2008-06-11 | 1 | -4/+4 |
* | [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. | Denis V. Lunev | 2008-02-29 | 1 | -1/+1 |
* | [DCCP]: Handle timestamps on Request/Response exchange separately | Gerrit Renker | 2008-01-28 | 1 | -8/+13 |
* | [DCCP]: Add (missing) option parsing to request_sock processing | Gerrit Renker | 2008-01-28 | 1 | -6/+6 |
* | [DCCP]: Tidy-up -- minisock initialisation | Gerrit Renker | 2007-10-11 | 1 | -0/+10 |
* | [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore | Arnaldo Carvalho de Melo | 2007-10-11 | 1 | -1/+0 |
* | [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net | Milind Arun Choudhary | 2007-04-26 | 1 | -1/+1 |
* | [DCCP]: Set RTO for newly created child socket | Gerrit Renker | 2007-03-06 | 1 | -1/+1 |
* | [DCCP]: Whitespace cleanups | Arnaldo Carvalho de Melo | 2006-12-11 | 1 | -1/+1 |