| Commit message (Expand) | Author | Age | Files | Lines |
* | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -4/+4 |
* | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob | Haishuang Yan | 2016-12-29 | 1 | -2/+1 |
* | timers, net/ipv4/inet: Initialize connection request timers as pinned | Thomas Gleixner | 2016-07-07 | 1 | -2/+3 |
* | tcp: must block bh in __inet_twsk_hashdance() | Eric Dumazet | 2016-05-04 | 1 | -3/+3 |
* | net: rename NET_{ADD|INC}_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -2/+2 |
* | tcp/dccp: fix timewait races in timer handling | Eric Dumazet | 2015-09-21 | 1 | -6/+10 |
* | inet: inet_twsk_deschedule factorization | Eric Dumazet | 2015-07-09 | 1 | -5/+8 |
* | inet: simplify timewait refcounting | Eric Dumazet | 2015-07-09 | 1 | -36/+6 |
* | tcp/dccp: tw_timer_handler() is static | Eric Dumazet | 2015-05-13 | 1 | -1/+1 |
* | tcp/dccp: get rid of central timewait timer | Eric Dumazet | 2015-04-13 | 1 | -234/+36 |
* | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 2015-04-03 | 1 | -1/+1 |
* | inet: add a schedule point in inet_twsk_purge() | Eric Dumazet | 2015-03-18 | 1 | -0/+1 |
* | net: Kill hold_net release_net | Eric W. Biederman | 2015-03-12 | 1 | -2/+1 |
* | net: add real socket cookies | Eric Dumazet | 2015-03-11 | 1 | -0/+1 |
* | tcp/dccp: remove twchain | Eric Dumazet | 2013-10-08 | 1 | -27/+28 |
* | tcp: shrink tcp6_timewait_sock by one cache line | Eric Dumazet | 2013-10-03 | 1 | -2/+2 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -4/+3 |
* | net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug | Joe Perches | 2012-05-16 | 1 | -2/+2 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -1/+1 |
* | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT | Eric Dumazet | 2011-10-24 | 1 | -0/+1 |
* | tcp: fix inet_twsk_deschedule() | Eric Dumazet | 2011-02-19 | 1 | -0/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | [PATCH] tcp: documents timewait refcnt tricks | Eric Dumazet | 2009-12-08 | 1 | -14/+24 |
* | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 2009-12-08 | 1 | -8/+21 |
* | tcp: fix a timewait refcnt race | Eric Dumazet | 2009-12-03 | 1 | -3/+16 |
* | tcp: connect() race with timewait reuse | Eric Dumazet | 2009-12-03 | 1 | -10/+28 |
* | net: Batch inet_twsk_purge | Eric W. Biederman | 2009-12-03 | 1 | -5/+5 |
* | net: Use rcu lookups in inet_twsk_purge. | Eric W. Biederman | 2009-12-03 | 1 | -15/+24 |
* | inet: rename some inet_sock fields | Eric Dumazet | 2009-10-18 | 1 | -6/+6 |
* | tcp: replace ehash_size by ehash_mask | Eric Dumazet | 2009-10-13 | 1 | -1/+1 |
* | tcp: fix premature termination of FIN_WAIT2 time-wait sockets | Octavian Purdila | 2009-08-29 | 1 | -1/+1 |
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve... | Linus Torvalds | 2009-06-16 | 1 | -0/+3 |
|\ |
|
| * | net: annotate inet_timewait_sock bitfields | Vegard Nossum | 2009-06-15 | 1 | -0/+3 |
* | | net: Make inet_twsk_put similar to sock_put | Arnaldo Carvalho de Melo | 2009-05-06 | 1 | -10/+13 |
|/ |
|
* | net: convert TCP/DCCP ehash rwlocks to spinlocks | Eric Dumazet | 2008-11-20 | 1 | -11/+11 |
* | net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls | Eric Dumazet | 2008-11-16 | 1 | -11/+15 |
* | ipv4: Implement IP_TRANSPARENT socket option | KOVACS Krisztian | 2008-10-01 | 1 | -0/+1 |
* | netns : fix kernel panic in timewait socket destruction | Daniel Lezcano | 2008-09-08 | 1 | -0/+35 |
* | net: convert BUG_TRAP to generic WARN_ON | Ilpo Järvinen | 2008-07-25 | 1 | -1/+1 |
* | mib: add net to NET_ADD_STATS_BH | Pavel Emelyanov | 2008-07-16 | 1 | -3/+12 |
* | inet: add struct net argument to inet_bhashfn | Pavel Emelyanov | 2008-06-16 | 1 | -2/+4 |
* | [NETNS]: Add netns refcnt debug for timewait buckets. | Denis V. Lunev | 2008-04-16 | 1 | -1/+2 |
* | [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. | Pavel Emelyanov | 2008-03-31 | 1 | -1/+1 |
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 1 | -1/+1 |
* | [NETNS][IPV6] tcp - assign the netns for timewait sockets | Daniel Lezcano | 2008-03-21 | 1 | -0/+1 |
* | [NET]: prot_inuse cleanups and optimizations | Eric Dumazet | 2008-01-28 | 1 | -1/+1 |
* | [INET]: Uninline the inet_twsk_put function. | Pavel Emelyanov | 2008-01-28 | 1 | -0/+15 |
* | [INET]: Use BUILD_BUG_ON in inet_timewait_sock.c checks | Pavel Emelyanov | 2008-01-28 | 1 | -4/+2 |
* | [INET]: Remove per bucket rwlock in tcp/dccp ehash table. | Eric Dumazet | 2007-11-07 | 1 | -6/+7 |