Age | Commit message (Expand) | Author | Files | Lines |
2019-09-27 | tcp: honor SO_PRIORITY in TIME_WAIT state | Eric Dumazet | 1 | -0/+1 |
2019-06-10 | ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state | Eric Dumazet | 1 | -0/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2018-06-05 | net-tcp: remove useless tw_timeout field | Maciej Żenczykowski | 1 | -1/+0 |
2018-05-11 | tcp: Add mark for TIMEWAIT sockets | Jon Maxwell | 1 | -0/+1 |
2018-04-08 | soreuseport: initialise timewait reuseport field | Eric Dumazet | 1 | -0/+1 |
2017-12-13 | tcp/dccp: avoid one atomic operation for timewait hashdance | Eric Dumazet | 1 | -2/+2 |
2017-11-16 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 1 | -4/+0 |
2016-12-29 | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob | Haishuang Yan | 1 | -12/+1 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2015-10-13 | net: align sk_refcnt on 128 bytes boundary | Eric Dumazet | 1 | -1/+1 |
2015-10-05 | tcp/dccp: fix old style declarations | Raanan Avargil | 1 | -2/+2 |
2015-09-22 | tcp/dccp: fix timewait races in timer handling | Eric Dumazet | 1 | -1/+13 |
2015-07-10 | inet: inet_twsk_deschedule factorization | Eric Dumazet | 1 | -1/+1 |
2015-07-10 | inet: simplify timewait refcounting | Eric Dumazet | 1 | -4/+2 |
2015-04-13 | tcp/dccp: get rid of central timewait timer | Eric Dumazet | 1 | -98/+9 |
2015-03-12 | net: add real socket cookies | Eric Dumazet | 1 | -0/+1 |
2014-07-02 | inet: move ipv6only in sock_common | Eric Dumazet | 1 | -1/+2 |
2014-01-18 | ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT | Florent Fourcot | 1 | -3/+3 |
2013-10-17 | netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabled | Randy Dunlap | 1 | -1/+1 |
2013-10-09 | ipv6: make lookups simpler and faster | Eric Dumazet | 1 | -1/+3 |
2013-10-09 | tcp/dccp: remove twchain | Eric Dumazet | 1 | -12/+1 |
2013-10-04 | tcp: shrink tcp6_timewait_sock by one cache line | Eric Dumazet | 1 | -1/+6 |
2013-10-03 | inet: consolidate INET_TW_MATCH | Eric Dumazet | 1 | -8/+0 |
2013-09-21 | inet*.h: Remove extern from function prototypes | Joe Perches | 1 | -19/+18 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -4/+4 |
2012-12-01 | net: move inet_dport/inet_num in sock_common | Eric Dumazet | 1 | -2/+5 |
2011-12-14 | inet: remove rcu protection on tw_net | Eric Dumazet | 1 | -10/+2 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+0 |
2011-11-01 | net: inet_timewait_sock doesnt need <linux/module.h> | Paul Gortmaker | 1 | -1/+0 |
2011-10-27 | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT | Eric Dumazet | 1 | -0/+1 |
2011-10-24 | ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT | Eric Dumazet | 1 | -1/+2 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2010-12-10 | net: optimize INET input path further | Eric Dumazet | 1 | -13/+7 |
2010-04-27 | net: suppress RCU lockdep false positive in twsk_net() | Paul E. McKenney | 1 | -1/+3 |
2009-12-09 | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 1 | -0/+3 |
2009-12-04 | tcp: connect() race with timewait reuse | Eric Dumazet | 1 | -0/+2 |
2009-12-03 | net: Batch inet_twsk_purge | Eric W. Biederman | 1 | -3/+3 |
2009-10-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+4 |
2009-10-20 | net: Fix struct inet_timewait_sock bitfield annotation | Eric Dumazet | 1 | -4/+4 |
2009-10-19 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -1/+1 |
2009-06-15 | net: annotate inet_timewait_sock bitfields | Vegard Nossum | 1 | -1/+4 |
2008-11-17 | net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls | Eric Dumazet | 1 | -5/+5 |
2008-10-01 | ipv4: Implement IP_TRANSPARENT socket option | KOVACS Krisztian | 1 | -1/+2 |
2008-09-09 | netns : fix kernel panic in timewait socket destruction | Daniel Lezcano | 1 | -0/+3 |
2008-03-26 | [NETNS]: Compilation warnings under CONFIG_NET_NS. | Denis V. Lunev | 1 | -1/+1 |
2008-03-25 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -0/+18 |
2008-02-03 | [INET_TIMEWAIT_SOCK]: Reorganize struct inet_timewait_sock to save some bytes | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2008-01-29 | [INET]: Uninline the inet_twsk_put function. | Pavel Emelyanov | 1 | -13/+1 |
2007-10-11 | [NET]: Add a network namespace parameter to struct sock | Eric W. Biederman | 1 | -0/+1 |