Pablo Neira Ayuso
f7dcbe2f36
netfilter: move checksum_partial indirection to struct nf_ipv6_ops
...
We cannot make a direct call to nf_ip6_checksum_partial() because that
would result in autoloading the 'ipv6' module because of symbol
dependencies. Therefore, define checksum_partial indirection in
nf_ipv6_ops where this really belongs to.
For IPv4, we can indeed make a direct function call, which is faster,
given IPv4 is built-in in the networking code by default. Still,
CONFIG_INET=n and CONFIG_NETFILTER=y is possible, so define empty inline
stub for IPv4 in such case.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org >
2018-01-08 18:01:24 +01:00
..
2017-12-11 09:58:38 -05:00
2018-01-08 18:01:22 +01:00
2017-10-20 13:15:07 +01:00
2018-01-07 21:29:40 -05:00
2017-12-04 13:35:36 -05:00
2017-12-21 13:07:20 -05:00
2017-11-15 11:56:19 -08:00
2017-07-04 01:29:04 -07:00
2017-07-04 22:35:16 +01:00
2017-07-01 07:39:08 -07:00
2017-12-20 10:41:31 +01:00
2017-12-20 10:41:53 +01:00
2017-10-05 21:53:02 -07:00
2015-09-02 15:31:00 -07:00
2017-11-03 09:50:22 +09:00
2017-09-01 20:33:42 -07:00
2017-08-08 21:40:08 -07:00
2017-05-21 13:42:36 -04:00
2017-10-18 14:13:08 +01:00
2017-01-28 10:33:06 -05:00
2017-12-03 10:18:28 -05:00
2017-11-02 11:10:55 +01:00
2018-01-07 21:29:41 -05:00
2017-11-21 15:57:05 -08:00
2017-12-29 15:42:26 -05:00
2017-11-02 11:10:55 +01:00
2017-04-20 10:35:33 -04:00
2017-10-08 10:12:15 -07:00
2016-04-07 16:53:29 -04:00
2017-12-26 17:14:56 -05:00
2017-12-22 11:16:31 -05:00
2016-11-02 15:18:36 -04:00
2017-12-20 11:52:32 -05:00
2017-12-04 13:35:36 -05:00
2016-11-04 14:45:23 -04:00
2017-12-21 13:07:20 -05:00
2017-08-25 17:10:24 -07:00
2017-11-02 11:10:55 +01:00
2015-08-13 17:08:39 -07:00
2017-12-13 13:13:15 -05:00
2016-12-25 17:21:23 +01:00
2017-11-11 15:13:02 +09:00
2018-01-08 18:01:24 +01:00
2017-11-24 01:37:35 +09:00
2017-10-06 09:52:31 -07:00
2017-06-12 09:53:14 -04:00
2017-03-24 13:17:07 -07:00
2017-10-18 14:13:08 +01:00
2017-10-18 12:39:55 +01:00
2018-01-07 21:29:41 -05:00
2017-09-01 18:35:23 -07:00
2017-08-25 17:10:23 -07:00
2017-09-11 14:34:10 -07:00
2017-12-11 09:58:38 -05:00
2017-11-30 10:25:41 -05:00
2017-10-28 19:24:38 +09:00
2017-11-04 09:26:51 +09:00
2017-12-20 14:00:25 -05:00
2015-02-28 16:56:51 -05:00
2015-11-03 10:52:13 -05:00
2017-11-02 11:10:55 +01:00
2017-11-24 01:37:35 +09:00
2017-12-03 10:18:28 -05:00
2016-11-24 15:32:14 -05:00
2017-12-19 08:23:21 +01:00
2017-06-16 11:48:39 -04:00
2017-06-02 13:57:27 -04:00
2017-06-02 13:57:27 -04:00
2017-12-20 10:41:31 +01:00
2017-04-14 10:06:10 +02:00
2017-11-30 09:54:25 -05:00
2017-02-09 10:22:17 +01:00
2017-11-02 11:10:55 +01:00
2017-11-14 15:46:17 +09:00