summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
|\
| * ipset: remove unused function __ip_set_get_netlinkAaron Conole2017-04-151-8/+0Star
| * netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
| * netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-072-4/+3Star
| * 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/+6Star
* 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/+1Star
* netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik2016-11-1011-74/+63Star
* netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik2016-11-101-34/+29Star
* 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/+23Star
* netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik2016-11-101-13/+12Star
* 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/+28Star
* netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal2016-01-131-4/+0Star
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-281-61/+47Star
* netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik2015-11-071-4/+9
* netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik2015-11-071-1/+1
* netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-077-79/+64Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-1/+1
|\
| * netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov2015-10-171-1/+1
* | netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-181-6/+3Star
|/
* netfilter: ipset: Fixing unnamed union initElad Raz2015-08-292-4/+36
* netfilter: ipset: Out of bound access in hash:net* types fixedJozsef Kadlecsik2015-08-281-4/+8
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-1420-269/+298
* netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik2015-06-141-209/+189Star
* netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik2015-06-1412-236/+364
* netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik2015-06-144-14/+38
* netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik2015-06-141-22/+22
* netfilter:ipset Remove rbtree from hash:net,ifaceJozsef Kadlecsik2015-06-141-143/+20Star
* netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik2015-06-141-15/+34
* netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik2015-06-142-15/+58