summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
AgeCommit message (Expand)AuthorLines
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long-2/+2
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso-13/+26
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-14/+5
2017-04-15ipset: remove unused function __ip_set_get_netlinkAaron Conole-8/+0
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-13/+14
2017-04-13netlink: extended ACK reportingJohannes Berg-1/+1
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal-1/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal-4/+3
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso-1/+1
2017-02-19netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai-3/+6
2017-02-19Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-1/+1
2016-11-10netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot-4/+4
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik-15/+6
2016-11-10netfilter: ipset: hash:ipmac type support added to ipsetTomasz Chilinski-0/+325
2016-11-10netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik-7/+9
2016-11-10netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik-7/+1
2016-11-10netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik-74/+63
2016-11-10netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik-34/+29
2016-11-10netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik-2/+8
2016-11-10netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik-28/+23
2016-11-10netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik-13/+12
2016-11-10netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik-4/+5
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik-17/+21
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik-13/+24
2016-11-10netfilter: ipset: Add element count to hash headersEric B Munson-1/+2
2016-11-10netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik-7/+27
2016-11-10netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik-6/+6
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso-4/+4
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai-8/+31
2016-03-08netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik-1/+4
2016-02-24netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik-30/+28
2016-01-13netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal-4/+0
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso-61/+47
2015-11-07netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik-4/+9
2015-11-07netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik-1/+1
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik-79/+64
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-10-17netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov-1/+1
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman-6/+3
2015-08-29netfilter: ipset: Fixing unnamed union initElad Raz-4/+36
2015-08-28netfilter: ipset: Out of bound access in hash:net* types fixedJozsef Kadlecsik-4/+8
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik-269/+298
2015-06-14netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik-209/+189
2015-06-14netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik-236/+364
2015-06-14netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik-14/+38
2015-06-14netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik-22/+22
2015-06-14netfilter:ipset Remove rbtree from hash:net,ifaceJozsef Kadlecsik-143/+20
2015-06-14netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik-15/+34
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik-15/+58