aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
AgeCommit message (Expand)Author
2021-10-06netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik
2021-01-12netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin
2020-06-30netfilter: ipset: fix unaligned atomic accessRussell King
2020-06-03netfilter: ipset: Fix subcounter update skipPhil Sutter
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József
2020-01-23netfilter: fix a use-after-free in mtype_destroy()Cong Wang
2020-01-14netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal
2019-11-12netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter
2019-08-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik
2019-07-31ipset: Fix memory accounting for hash types on resizeStefano Brivio
2019-01-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian
2018-12-21netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik
2018-11-27netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook
2018-11-27netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio
2018-08-03netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot
2018-04-19netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29netfilter: ipset: Fix race between dump and swapRoss Lagerwall
2017-09-26netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal
2017-09-26netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik
2017-09-18netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-15ipset: remove unused function __ip_set_get_netlinkAaron Conole
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-02-19netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai
2017-02-19Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-10netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik
2016-11-10netfilter: ipset: hash:ipmac type support added to ipsetTomasz Chilinski
2016-11-10netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik
2016-11-10netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik
2016-11-10netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik
2016-11-10netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik
2016-11-10netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik
2016-11-10netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik
2016-11-10netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik
2016-11-10netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik
2016-11-10netfilter: ipset: Add element count to hash headersEric B Munson
2016-11-10netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik
2016-11-10netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso