summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-294-10/+10
* netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-231-1/+1
* netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-141-1/+2
* netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter2019-11-121-3/+5
* netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik2019-08-291-1/+1
* ipset: Fix memory accounting for hash types on resizeStefano Brivio2019-07-311-1/+1
* netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian2019-01-131-1/+1
* netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik2018-12-216-63/+63
* netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-11-271-4/+4
* netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2018-11-272-18/+22
* netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-08-031-1/+4
* netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik2018-04-191-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: ipset: Fix race between dump and swapRoss Lagerwall2017-09-291-2/+5
* netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal2017-09-261-9/+13
* netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik2017-09-2610-22/+24
* netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai2017-09-181-1/+13
* sctp: remove the typedef sctp_sctphdr_tXin Long2017-07-011-2/+2
* netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-13/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-012-14/+5
|\
| * ipset: remove unused function __ip_set_get_netlinkAaron Conole2017-04-151-8/+0
| * netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
| * netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-072-4/+3
| * netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-071-1/+1
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-13/+14
* | netlink: extended ACK reportingJohannes Berg2017-04-131-1/+1
|/
* netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai2017-02-191-3/+6
* Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik2017-02-191-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot2016-11-101-4/+4
* netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik2016-11-103-15/+6
* netfilter: ipset: hash:ipmac type support added to ipsetTomasz Chilinski2016-11-103-0/+325
* netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik2016-11-101-7/+9
* netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik2016-11-101-7/+1
* netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik2016-11-1011-74/+63
* netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik2016-11-101-34/+29
* netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik2016-11-101-2/+8
* netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik2016-11-101-28/+23
* netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik2016-11-101-13/+12
* netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik2016-11-101-4/+5
* netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik2016-11-104-17/+21
* netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik2016-11-103-13/+24
* netfilter: ipset: Add element count to hash headersEric B Munson2016-11-101-1/+2
* netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik2016-11-102-7/+27
* netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2016-11-101-6/+6
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-032-4/+4
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-284-8/+31
* netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-082-1/+4
* netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-242-30/+28
* netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal2016-01-131-4/+0