Kuniyuki Iwashima
67fb43308f
udp: Set NULL to sk->sk_prot->h.udp_table.
...
We will soon introduce an optional per-netns hash table
for UDP.
This means we cannot use the global sk->sk_prot->h.udp_table
to fetch a UDP hash table.
Instead, set NULL to sk->sk_prot->h.udp_table for UDP and get
a proper table from net->ipv4.udp_table.
Note that we still need sk->sk_prot->h.udp_table for UDP LITE.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-11-16 09:43:35 +00:00
..
2020-08-10 12:06:44 -07:00
2022-11-15 10:53:18 +01:00
2022-11-03 13:21:54 -07:00
2022-09-29 07:17:59 +02:00
2022-08-22 17:59:37 -07:00
2022-09-10 17:27:32 -07:00
2022-07-08 12:10:33 +01:00
2022-10-20 17:24:59 -07:00
2022-08-24 13:46:58 +01:00
2022-08-29 10:20:58 +02:00
2022-10-03 07:52:13 +01:00
2022-10-27 10:17:32 -07:00
2022-02-17 11:44:20 -08:00
2021-09-28 17:32:56 -07:00
2022-04-30 15:12:58 +01:00
2022-10-27 10:17:36 -07:00
2022-07-25 12:42:10 +01:00
2022-08-29 12:47:15 +01:00
2021-05-17 15:29:35 -07:00
2022-08-25 10:33:21 +02:00
2022-07-15 11:49:55 +01:00
2022-10-11 17:42:55 -06:00
2022-10-11 17:42:55 -06:00
2022-05-12 16:52:18 -07:00
2022-10-31 20:14:27 -07:00
2022-10-11 17:42:55 -06:00
2022-10-13 09:33:16 -07:00
2022-07-08 12:10:33 +01:00
2022-07-15 11:49:55 +01:00
2022-10-31 20:14:27 -07:00
2022-10-31 18:10:21 -07:00
2022-07-15 18:50:35 -07:00
2022-01-29 17:53:07 +00:00
2022-10-11 17:42:58 -06:00
2022-11-08 16:42:28 +00:00
2022-10-03 07:59:06 +01:00
2022-08-18 21:18:28 +02:00
2021-10-13 09:41:37 -07:00
2022-09-29 07:18:00 +02:00
2022-08-04 11:31:20 -07:00
2022-10-03 07:59:06 +01:00
2022-06-24 11:34:38 +01:00
2022-09-22 13:02:10 -07:00
2022-04-12 14:56:33 -07:00
2022-10-28 10:47:42 +01:00
2022-11-04 19:28:06 -07:00
2022-05-16 13:03:29 +02:00
2022-10-27 10:17:40 -07:00
2022-10-12 09:10:02 +01:00
2022-10-28 10:47:42 +01:00
2021-05-17 15:29:35 -07:00
2022-06-21 11:38:29 +02:00
2022-06-24 22:48:33 -07:00
2022-10-11 17:42:58 -06:00
2022-07-20 10:14:49 +01:00
2022-10-28 10:47:42 +01:00
2022-07-21 20:59:42 -07:00
2022-04-06 12:05:41 -07:00
2022-11-01 21:59:52 +01:00
2022-10-16 15:27:07 -07:00
2022-04-07 20:33:15 -07:00
2022-07-21 20:59:42 -07:00
2022-10-28 10:47:42 +01:00
2022-09-20 10:21:49 -07:00
2022-08-17 10:19:22 +01:00
2022-04-06 12:05:41 -07:00
2022-04-06 12:05:41 -07:00
2022-04-06 12:05:41 -07:00
2022-04-06 12:05:41 -07:00
2022-11-14 20:53:43 -08:00
2022-11-14 11:20:15 +00:00
2022-04-06 12:05:41 -07:00
2022-08-29 12:47:15 +01:00
2022-10-13 09:33:16 -07:00
2022-04-06 12:05:41 -07:00
2022-10-03 12:38:34 +01:00
2022-11-11 21:38:03 -08:00
2022-10-28 10:47:42 +01:00
2022-04-28 13:02:01 -07:00
2022-07-20 10:14:50 +01:00
2022-04-06 12:05:41 -07:00
2022-08-17 10:19:22 +01:00
2022-10-28 20:21:25 -07:00
2022-04-06 12:05:41 -07:00
2022-04-06 12:05:41 -07:00
2022-04-06 12:05:41 -07:00
2022-04-06 12:05:41 -07:00
2022-11-10 17:43:53 -08:00
2021-05-17 15:29:35 -07:00
2022-10-28 20:21:25 -07:00
2021-07-13 09:28:29 -07:00
2022-04-12 15:00:25 +02:00
2021-11-24 17:21:42 -08:00
2022-09-01 11:42:12 +01:00
2022-02-23 12:35:00 +00:00
2020-07-10 13:54:00 -07:00
2022-11-16 09:43:35 +00:00
2022-10-12 17:50:37 -07:00
2020-05-06 09:40:08 +02:00
2020-05-11 15:12:27 +02:00
2022-06-09 21:52:55 -07:00
2022-06-08 10:10:13 -07:00
2020-05-06 09:40:08 +02:00
2022-09-29 07:18:00 +02:00