summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-5/+2
|\
| * netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches2018-03-301-5/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
|/
* net: Convert ip_set_net_opsKirill Tkhai2018-03-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-016-63/+63
|\
| * netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik2018-01-316-63/+63
* | netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-1/+2
* | netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik2018-01-081-0/+2
* | netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik2018-01-084-46/+46
* | netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva2018-01-083-18/+6
* | netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-083-2/+2
* | netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal2018-01-081-1/+1
* | netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-081-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-083-263/+139
|\
| * netfilter: ipset: deduplicate prefixlen mapsAaron Conole2017-10-041-258/+137
| * netfilter: ipset: Fix sparse warningsJozsef Kadlecsik2017-10-041-1/+1
| * netfilter: ipset: Compress return logicsimran singhal2017-10-041-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | netfilter: ipset: Convert timers to use timer_setup()Kees Cook2017-10-186-15/+25
|/ /
* | 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
OpenPOWER on IntegriCloud