summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
AgeCommit message (Expand)AuthorLines
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-5/+2
2018-03-30netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches-5/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0
2018-03-05net: Convert ip_set_net_opsKirill Tkhai-1/+2
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-63/+63
2018-01-31netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik-63/+63
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso-1/+2
2018-01-08netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik-0/+2
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik-46/+46
2018-01-08netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva-18/+6
2018-01-08netfilter: ipset: add resched points during set listingFlorian Westphal-2/+2
2018-01-08netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal-1/+1
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva-1/+1
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-263/+139
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook-15/+25
2017-10-04netfilter: ipset: deduplicate prefixlen mapsAaron Conole-258/+137
2017-10-04netfilter: ipset: Fix sparse warningsJozsef Kadlecsik-1/+1
2017-10-04netfilter: ipset: Compress return logicsimran singhal-4/+1
2017-09-29netfilter: ipset: Fix race between dump and swapRoss Lagerwall-2/+5
2017-09-26netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal-9/+13
2017-09-26netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik-22/+24
2017-09-18netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai-1/+13
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