]> git.ipfire.org Git - thirdparty/ipset.git/shortlog
thirdparty/ipset.git
2015-11-07  Jozsef KadlecsikFix extension alignment
2015-10-28  Jozsef KadlecsikCompatibility: include linux/export.h when needed
2015-10-28  Jozsef KadlecsikHandle uint64_t alignment issue in ipset tool
2015-10-26  Jozsef KadlecsikCompatibility: make sure vmalloc.h is included for...
2015-10-19  Jozsef KadlecsikFix detecting 'struct net' in 'struct tcf_ematch'
2015-10-19  Jozsef KadlecsikProtect definition of RCU_INIT_POINTER in compatibility...
2015-10-16  Nikolay Borisovnetfilter: ipset: Fix sleeping memory allocation in...
2015-08-28  Jozsef Kadlecsikipset 6.26 released v6.26
2015-08-25  Jozsef KadlecsikOut of bound access in hash:net* types fixed
2015-08-25  Jozsef KadlecsikWarn about loaded in ip_set modules at module installation
2015-08-24  Jozsef KadlecsikUse IPSET_BIN in resize-and-list.sh and suppress echoin...
2015-07-20  David WittmanManpage typo corrections
2015-07-20  Neutron SoutmunFix grammar error in manpage
2015-06-26  Jozsef KadlecsikMake struct htype per ipset family
2015-06-26  Jozsef KadlecsikOptimize hash creation routine
2015-06-26  Jozsef KadlecsikMake sure element data size is a multiple of u32
2015-06-26  Jozsef KadlecsikMake NLEN compile time constant for hash types
2015-06-26  Jozsef KadlecsikSimplify mtype_expire() for hash types
2015-06-26  Jozsef KadlecsikCount non-static extension memory into the set memory...
2015-06-25  Eric W. Biedermannet: sched: Simplify em_ipset_match
2015-06-25  Jozsef Kadlecsikipset 6.25.1 released v6.25.1
2015-06-25  Andrew Mortonnet/netfilter/ipset: work around gcc-4.4.4 initializer bug
2015-06-25  Jozsef Kadlecsikipset manpage: refer to iptables-extensions
2015-06-25  Jozsef KadlecsikUpdate userspace header file from the kernel tree
2015-06-25  Jozsef KadlecsikHandle 'extern "C" {' in check_libmap.sh
2015-06-25  Jozsef Kadlecsikipset 6.25 released v6.25
2015-06-25  Jozsef KadlecsikAdd element count to all set types header
2015-06-19  Eric B MunsonAdd element count to hash headers
2015-06-13  Jiri Bencnetlink: implement nla_put_in_addr and nla_put_in6_addr
2015-06-13  Denys Vlasenkonetfilter: ipset: deinline ip_set_put_extensions()
2015-06-13  Jozsef KadlecsikFix error path in mtype_resize() when new hash bucket...
2015-06-13  Jozsef KadlecsikThere is no need to call synchronize_rcu() after list_a...
2015-06-13  Jozsef KadlecsikFix typo in function name get_phyoutdev_name()
2015-05-06  Jozsef Kadlecsiknetfilter: ipset: Separate memsize calculation code...
2015-05-06  Jozsef Kadlecsiknetfilter: ipset: Split extensions into separate files
2015-05-06  Jozsef Kadlecsiknetfilter: ipset: Improve comment extension helpers
2015-05-05  Jozsef Kadlecsiknetfilter: ipset: Improve skbinfo get/init helpers
2015-05-05  Jozsef Kadlecsiknetfilter: ipset: Headers file cleanup
2015-05-05  Jozsef Kadlecsiknetfilter: ipset: Correct rcu_dereference_bh_nfnl(...
2015-04-27  Florian Westphalnetfilter: bridge: add helpers for fetching physin... pablo
2015-04-26  Jozsef KadlecsikWhen a single set is destroyed, make sure it can't...
2015-04-26  Jozsef KadlecsikIn comment extension ip_set_comment_free() is always...
2015-04-17  Jozsef KadlecsikAdd rcu_barrier() to module removal in the bitmap types too
2015-04-17  Jozsef KadlecsikFix coding styles reported by the most recent checkpatc...
2015-03-29  Jozsef KadlecsikMake sure bitmap:ip,mac detects the proper MAC even...
2015-03-29  Jozsef KadlecsikRCU safe comment extension handling
2015-03-29  Jozsef KadlecsikMake sure the proper is_destroyed value is checked...
2015-03-29  Jozsef KadlecsikFix broken commit "Check extensions attributes before...
2015-03-24  Sergey Popovichnetfilter: ipset: Improve preprocessor macros checks
2015-03-24  Sergey Popovichnetfilter: ipset: Fix hashing for ipv6 sets
2015-03-23  Sergey Popovichnetfilter: ipset: Fix ext_*() macros
2015-03-23  Sergey Popovichnetfilter: ipset: Check for comment netlink attribute...
2015-03-20  Sergey Popovichnetfilter: ipset: Return bool values instead of int
2015-03-20  Sergey Popovichnetfilter: ipset: Check CIDR value only when attribute...
2015-03-20  Sergey Popovichnetfilter: ipset: Make sure we always return line numbe...
2015-03-20  Sergey Popovichnetfilter: ipset: Permit CIDR equal to the host address...
2015-03-20  Sergey Popovichnetfilter: ipset: Use HOST_MASK literal to represent...
2015-03-20  Sergey Popovichnetfilter: ipset: Check IPSET_ATTR_PORT only once
2015-03-20  Sergey Popovichnetfilter: ipset: Check extensions attributes before...
2015-03-20  Sergey Popovichnetfilter: ipset: Use SET_WITH_*() helpers to test...
2015-03-19  Sergey Popovichnetfilter: ipset: Return ipset error instead of bool
2015-03-19  Sergey Popovichnetfilter: ipset: Preprocessor directices cleanup
2015-03-19  Sergey Popovichnetfilter: ipset: No need to make nomatch bitfield
2015-03-19  Jozsef KadlecsikMake sure bit operations are not reordered
2015-03-18  Jozsef KadlecsikSupport linking libipset to C++ programs
2015-03-16  Sergey Popovichnetfilter: ipset: Properly calculate extensions offsets...
2015-03-13  Neutron Soutmunipset: propose rewording in manpage
2015-03-13  Jozsef KadlecsikFix cidr handling for hash:*net* types
2015-03-11  kbuild test... netfilter: ipset: fix boolreturn.cocci warnings
2015-03-11  Alexander Drozdovnetfilter: ipset: make ip_set_get_ip*_port to use skb_n...
2015-01-08  Jozsef KadlecsikMake sure listing doesn't grab a set which is just...
2015-01-06  Jozsef KadlecsikMissing rcu_read_lock() and _unlock() in mtype_list...
2015-01-06  Jozsef KadlecsikMore compatibility checking and simplifications
2015-01-06  Jozsef KadlecsikCompatibility: define RCU_INIT_POINTER when __rcu is...
2015-01-06  Jozsef KadlecsikCompatibility: check kernel source for list_last_entry
2015-01-06  Jozsef KadlecsikFix coding styles reported by checkpatch.pl
2015-01-06  Jozsef KadlecsikUse nlmsg_total_size instead of NLMSG_SPACE in ip_set_c...
2015-01-06  Jozsef KadlecsikThere's no need to call synchronize_rcu() with kfree_rcu()
2014-12-10  Jozsef KadlecsikCall rcu_barrier() in module removal path
2014-12-10  Jozsef KadlecsikCall synchronize_rcu() in set type (un)register functio...
2014-12-10  Jozsef KadlecsikRemove an unused macro
2014-12-10  Jozsef KadlecsikGive a better name to a macro in ip_set_core.c
2014-12-10  Jozsef KadlecsikResolve the STREQ macro to make the code more readable...
2014-12-01  Jozsef KadlecsikUse MSEC_PER_SEC consistently
2014-11-27  Jozsef KadlecsikMake possible to pass extra flags to sparse (userspace)
2014-11-27  Jozsef KadlecsikRemove unnecessary integer RCU handling and fix sparse...
2014-11-27  Jozsef KadlecsikFix sparse warning
2014-11-24  Jozsef Kadlecsikipset 6.24 released v6.24
2014-11-18  Dan Carpenternetfilter: ipset: small potential read beyond the end...
2014-11-18  Jozsef KadlecsikThe "extra" subdirectory for kernel modules may have...
2014-11-18  Jozsef KadlecsikFix parallel resizing and listing of the same set
2014-11-18  Jozsef Kadlecsikstyles warned by checkpatch.pl fixed
2014-11-18  Jozsef KadlecsikIntroduce RCU in all set types instead of rwlock per set
2014-11-18  Jozsef KadlecsikRemove rbtree from hash:net,iface in order to run under RCU
2014-11-18  Jozsef KadlecsikExplicitly add padding elements to hash:net,net and...
2014-11-18  Jozsef KadlecsikAllocate the proper size of memory when /0 networks...
2014-11-18  Jozsef KadlecsikSimplify cidr handling for hash:*net* types
2014-11-18  Jozsef KadlecsikIndicate when /0 networks are supported
2014-11-18  Jozsef KadlecsikAdd more compatibility checkings to support older kerne...
2014-11-04  Baruch SiachMake_global.am: Don't include host headers
next