LinuxLists
Users
About
Hannes Frederic Sowa (
[email protected]
)
Number of posts: 396 (0.12 per day)
First post: 2012-10-14 02:53:44
Last post: 2022-01-14 23:00:11
Previous Page
/
Next Page
Date
List
Subject
2013-11-08 17:39:42
linux-wireless
Re: [RFC] tcp: randomize TCP source ports
2013-10-29 21:08:02
linux-kernel
Re: 3.12-rc7 regression - network panic from ipv6
2013-10-21 15:52:55
linux-kernel
Re: [BUG] 3.12.0-rcX IPv6 panic
2013-10-20 04:26:07
linux-kernel
[PATCH net-next] net: fix build warnings because of net_get_random_once merge
2013-10-20 03:33:16
linux-kernel
Re: [PATCH net-next v4 0/9] Introduce support to lazy initialize mostly static keys
2013-10-19 19:52:12
linux-kernel
[PATCH net-next v4 4/9] x86/jump_label: expect default_nop if static_key gets enabled on boot-up
2013-10-19 19:52:10
linux-kernel
[PATCH net-next v4 3/9] static_key: WARN on usage before jump_label_init was called
2013-10-19 19:51:46
linux-kernel
[PATCH net-next v4 6/9] inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once
2013-10-19 19:50:50
linux-kernel
[PATCH net-next v4 5/9] net: introduce new macro net_get_random_once
2013-10-19 19:50:48
linux-kernel
[PATCH net-next v4 7/9] inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
2013-10-19 19:50:06
linux-kernel
[PATCH net-next v4 8/9] tcp: switch tcp_fastopen key generation to net_get_random_once
2013-10-19 19:49:47
linux-kernel
[PATCH net-next v4 9/9] net: switch net_secret key generation to net_get_random_once
2013-10-19 19:49:07
linux-kernel
[PATCH net-next v4 2/9] ipv6: split inet6_ehashfn to hash functions per compilation unit
2013-10-19 19:49:06
linux-kernel
[PATCH net-next v4 1/9] ipv4: split inet_ehashfn to hash functions per compilation unit
2013-10-19 19:49:05
linux-kernel
[PATCH net-next v4 0/9] Introduce support to lazy initialize mostly static keys
2013-10-18 01:16:57
linux-kernel
Re: [PATCH net-next v3 3/9] static_key: WARN on usage before jump_label_init was called
2013-10-18 00:01:21
linux-kernel
Re: [PATCH net-next v3 3/9] static_key: WARN on usage before jump_label_init was called
2013-10-17 05:34:54
linux-kernel
[PATCH net-next v3 2/9] ipv6: split inet6_ehashfn to hash functions per compilation unit
2013-10-17 05:34:33
linux-kernel
[PATCH net-next v3 3/9] static_key: WARN on usage before jump_label_init was called
2013-10-17 05:34:08
linux-kernel
[PATCH net-next v3 4/9] x86/jump_label: expect default_nop if static_key gets enabled on boot-up
2013-10-17 05:33:28
linux-kernel
[PATCH net-next v3 9/9] net: switch net_secret key generation to net_get_random_once
2013-10-17 05:33:26
linux-kernel
[PATCH net-next v3 6/9] inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once
2013-10-17 05:32:52
linux-kernel
[PATCH net-next v3 7/9] inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
2013-10-17 05:32:32
linux-kernel
[PATCH net-next v3 8/9] tcp: switch tcp_fastopen key generation to net_get_random_once
2013-10-17 05:32:17
linux-kernel
[PATCH net-next v3 5/9] net: introduce new macro net_get_random_once
2013-10-17 05:32:16
linux-kernel
[PATCH net-next v3 1/9] ipv4: split inet_ehashfn to hash functions per compilation unit
2013-10-17 05:32:14
linux-kernel
[PATCH net-next v3 0/9] Introduce support to lazy initialize mostly static keys
2013-10-13 20:11:06
linux-kernel
Re: [PATCH v2 tip/core/rcu 07/13] ipv6/ip6_tunnel: Apply rcu_access_pointer() to avoid sparse false positive
2013-10-12 17:43:58
linux-kernel
Re: [Bridge] [PATCH v3 tip/core/rcu 0/14] Sparse-related updates for 3.13
2013-10-12 17:39:33
linux-kernel
Re: [Bridge] [PATCH v3 tip/core/rcu 0/14] Sparse-related updates for 3.13
2013-10-12 17:37:37
linux-kernel
Re: [PATCH v2 tip/core/rcu 07/13] ipv6/ip6_tunnel: Apply rcu_access_pointer() to avoid sparse false positive
2013-10-12 16:43:49
linux-kernel
Re: [PATCH v2 tip/core/rcu 07/13] ipv6/ip6_tunnel: Apply rcu_access_pointer() to avoid sparse false positive
2013-10-12 02:25:13
linux-kernel
Re: [PATCH v2 tip/core/rcu 07/13] ipv6/ip6_tunnel: Apply rcu_access_pointer() to avoid sparse false positive
2013-10-11 15:02:20
linux-kernel
Re: [PATCH] ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is found
2013-10-10 02:04:26
linux-kernel
Re: [PATCH v2 tip/core/rcu 07/13] ipv6/ip6_tunnel: Apply rcu_access_pointer() to avoid sparse false positive
2013-10-07 16:57:41
linux-kernel
[PATCH v2] static_key: WARN on usage before jump_label_init was called
2013-10-07 02:02:21
linux-kernel
Re: [PATCH] Fix the upper MTU limit in ipv6 GRE tunnel
2013-10-06 18:29:23
linux-kernel
[PATCH] static_key: WARN on usage before jump_label_init was called
2013-10-06 16:19:14
linux-kernel
Re: [PATCH] Fix the upper MTU limit in ipv6 GRE tunnel
2013-10-06 15:13:54
linux-kernel
Re: [PATCH] Fix the upper MTU limit in ipv6 GRE tunnel
2013-10-06 00:12:50
linux-kernel
Re: [PATCH net-next v2 3/8] x86/jump_label: expect default_nop if static_key gets enabled on boot-up
2013-10-05 23:23:34
linux-kernel
[PATCH net-next v2 1/8] ipv4: split inet_ehashfn to hash functions per compilation unit
2013-10-05 23:23:33
linux-kernel
[PATCH net-next v2 3/8] x86/jump_label: expect default_nop if static_key gets enabled on boot-up
2013-10-05 23:22:49
linux-kernel
[PATCH net-next v2 4/8] net: introduce new macro net_get_random_once
2013-10-05 23:22:48
linux-kernel
[PATCH net-next v2 5/8] inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once
2013-10-05 23:21:55
linux-kernel
[PATCH net-next v2 6/8] inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
2013-10-05 23:21:53
linux-kernel
[PATCH net-next v2 7/8] tcp: switch tcp_fastopen key generation to net_get_random_once
2013-10-05 23:21:30
linux-kernel
[PATCH net-next v2 8/8] net: switch net_secret key generation to net_get_random_once
2013-10-05 23:21:10
linux-kernel
[PATCH net-next v2 2/8] ipv6: split inet6_ehashfn to hash functions per compilation unit
2013-10-05 23:21:09
linux-kernel
Introduce support to lazy initialize mostly static keys v2
2013-10-05 14:06:40
linux-kernel
Re: [PATCH] Fix the upper MTU limit in ipv6 GRE tunnel