diff options
| author | Pablo Neira Ayuso <[email protected]> | 2019-06-17 16:37:24 +0200 |
|---|---|---|
| committer | Pablo Neira Ayuso <[email protected]> | 2019-06-17 16:37:24 +0200 |
| commit | 667ec21ebf0913d7166ddea2de14a0d56be0efc6 (patch) | |
| tree | aacae44c07f1aa42f8d6c7e1f76d28d490b2832f /include/uapi/linux | |
| parent | 22567590b2e634247931b3d2351384ba45720ebe (diff) | |
| parent | fe03d4745675cbd678cb8c50d951df0abafdcaee (diff) | |
Merge branch 'master' of git://blackhole.kfki.hu/nf-next
Jozsef Kadlecsik says:
====================
ipset patches for nf-next
- Remove useless memset() calls, nla_parse_nested/nla_parse
erase the tb array properly, from Florent Fourcot.
- Merge the uadd and udel functions, the code is nicer
this way, also from Florent Fourcot.
- Add a missing check for the return value of a
nla_parse[_deprecated] call, from Aditya Pakki.
- Add the last missing check for the return value
of nla_parse[_deprecated] call.
- Fix error path and release the references properly
in set_target_v3_checkentry().
- Fix memory accounting which is reported to userspace
for hash types on resize, from Stefano Brivio.
- Update my email address to [email protected].
The patch covers all places in the source tree where
my [email protected] address could be found.
====================
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/netfilter/ipset/ip_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/netfilter/ipset/ip_set.h b/include/uapi/linux/netfilter/ipset/ip_set.h index ea69ca21ff23..eea166c52c36 100644 --- a/include/uapi/linux/netfilter/ipset/ip_set.h +++ b/include/uapi/linux/netfilter/ipset/ip_set.h @@ -2,7 +2,7 @@ /* Copyright (C) 2000-2002 Joakim Axelsson <[email protected]> * Patrick Schaaf <[email protected]> * Martin Josefsson <[email protected]> - * Copyright (C) 2003-2011 Jozsef Kadlecsik <[email protected]> + * Copyright (C) 2003-2011 Jozsef Kadlecsik <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as |