]> granicus.if.org Git - ipset/shortlog
ipset
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
2014-11-03 Jozsef KadlecsikKernel API changes in em_ipset.c, support both old...
2014-11-03 Joe Perchesnetfilter: Convert uses of __constant_<foo> to <foo>
2014-11-03 WANG Congnet: use the new API kvfree()
2014-11-03 Masanari Iidatreewide: fix errors in printk
2014-11-03 Pablo Neira... netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
2014-11-03 Jozsef KadlecsikUse IS_ENABLED macro and define it if required
2014-11-03 Jozsef KadlecsikAlignment problem between 64bit kernel 32bit userspace
2014-10-28 Jozsef KadlecsikAdd script to check libipset.map for missing symbols
2014-10-28 Thomas BacklundUpdate libipset.map with ipset_parse_tcp_udp_port
2014-10-28 Neutron Soutmunlibipset: Bump lib version and update map file
2014-10-21 Dan Carpenternetfilter: ipset: off by one in ip_set_nfnl_get_byindex()
2014-09-30 Jozsef KadlecsikBash utilities updated
2014-09-30 Neutron Soutmunipset: Fix hyphen used as minus sign in manpage
2014-09-23 Jozsef Kadlecsikipset 6.23 released v6.23
2014-09-23 Jozsef KadlecsikThe utils are updated from their sources
2014-09-23 Jozsef KadlecsikOrder create and add options in manpage so that generic...
2014-09-23 Mart FrauenlobCentralise generic create options (family, hashsize...
2014-09-23 Jozsef KadlecsikSupport glibc < 2.9 (fixes bugzilla id #891)
2014-09-23 Jozsef KadlecsikSupport updating extensions when the set is full
2014-09-22 Mart FrauenlobAdd description of hash:mac set type to man page.
2014-09-22 Mart FrauenlobAdd missing space for skbinfo option synopsis.
2014-09-22 Jozsef KadlecsikThe library/API versions were forgotten to bump (report...
2014-09-22 Jozsef KadlecsikRetry printing when sprintf fails (reported by Stig...
2014-09-15 Jozsef Kadlecsikipset 6.22 released v6.22
2014-09-15 Jozsef Kadlecsikhash:mac type added to ipset
2014-09-15 Jozsef Kadlecsikskbinfo extension: send nonzero extension elements...
2014-09-14 Jozsef KadlecsikAdd test to check mark mapping
2014-09-14 Holger Eitzenbergeripset: remove extran newline on debug output
2014-09-14 Holger Eitzenbergeripset: avoid duplicate command flags
2014-09-14 Holger EitzenbergerRemove a duplicate debug print
2014-09-14 Joe Perchesnetfilter: Convert pr_warning to pr_warn
2014-09-14 Anton Danilovnetfilter: ipset: Add skbinfo extension support to...
2014-09-14 Anton Danilovipset: man: Add the skbinfo extension documentation.
2014-09-14 Anton Danilovlibipset: Add userspace support of the skbinfo extensio...
next