]> granicus.if.org Git - ipset/shortlog
ipset
2013-10-02 Jozsef KadlecsikMissing comment support added to hash:ip,port,ip and...
2013-10-02 Jozsef KadlecsikCompatibility code is modified not to rely on kernel...
2013-10-02 Jozsef KadlecsikUse netlink callback dump args only
2013-09-30 Oliver Smithipset: Add userspace code to support hash:net,port...
2013-09-30 Oliver Smithnetfilter: ipset: Add hash:net,port,net module to kernel.
2013-09-28 Vitaly Lavrovipset: Add net namespace for ipset
2013-09-25 Jozsef KadlecsikUse a common function at listing the extensions of...
2013-09-24 Jozsef KadlecsikTests added to check comment extension
2013-09-23 Jozsef KadlecsikFor set:list types, replaced elements must be zeroed out
2013-09-23 Jozsef KadlecsikFix hash resizing with comments
2013-09-23 Oliver Smithipset: Add new userspace set revisions for comment...
2013-09-23 Oliver Smithipset: Support comments in the userspace library.
2013-09-23 Oliver Smithipset: Rework the "fake" argument parsing for ipset...
2013-09-23 Oliver Smithnetfilter: ipset: Support comments in the list-type...
2013-09-23 Oliver Smithnetfilter: ipset: Support comments in bitmap-type ipsets.
2013-09-23 Oliver Smithnetfilter: ipset: Support comments in hash-type ipsets.
2013-09-23 Oliver Smithnetfilter: ipset: Support comments for ipset entries...
2013-09-20 Oliver Smithipset: Add userspace code to support hash:net,net kerne...
2013-09-20 Oliver Smithnetfilter: ipset: Add hash:net,net module to kernel.
2013-09-17 Jozsef KadlecsikKconfig: ipset needs NETFILTER_NETLINK
2013-09-15 Jozsef KadlecsikAdd test to verify CIDR tracking
2013-09-15 Oliver Smithnetfilter: ipset: Fix serious failure in CIDR tracking
2013-09-13 Gustavo Zacariasconfigure: uclinux is also linux
2013-09-09 Jozsef Kadlecsiklist:set: make sure all elements are checked by the gc
2013-09-09 Jozsef KadlecsikSupport extensions which need a per data destroy function
2013-09-07 Jozsef KadlecsikGeneralize extensions support
2013-09-06 Jozsef KadlecsikMove extension data to set structure
2013-09-06 Jozsef KadlecsikRename extension offset ids to extension ids
2013-09-04 Jozsef KadlecsikPrepare ipset to support multiple networks for hash...
2013-09-04 Jozsef KadlecsikIntroduce new operation to get both setname and family
2013-08-17 Quentin ArmitageAdd specifying protocol for bitmap:port
2013-08-17 Jozsef KadlecsikRemove artifical restriction of netmask values for...
2013-08-16 Jozsef KadlecsikMake sure called test scripts can be executed (reported...
2013-08-14 Jozsef KadlecsikManpage fix: not just identical, but compatible type...
2013-08-14 Jozsef KadlecsikValidate the set family and not the set type family...
2013-08-14 Jozsef KadlecsikFix error message typo
2013-08-14 Jozsef KadlecsikParse option "family" first, because other options...
2013-08-01 Quentin ArmitageChange 2nd parameter type of ipset_parse_elem
2013-07-22 Jozsef KadlecsikConsistent userspace testing with nomatch flag
2013-07-19 Jozsef KadlecsikReport broken netlink messages in debug mode
2013-05-31 Jozsef KadlecsikSkip really non-first fragments for IPv6 when getting...
2013-05-31 Jozsef Kadlecsikipset standalone package needs to ship em_ipset.c
2013-05-13 Neutron Soutmunipset: Fix hyphen used as minus sign in manpage
2013-05-11 Eric Leblondlibipset.pc must be installed via 'make install'
2013-05-09 Jozsef Kadlecsikipset 6.19 released v6.19
2013-05-09 Jozsef KadlecsikCompatibility fixes to keep the support of kernels...
2013-05-09 Jozsef KadlecsikCheck at modules_install whether depmod ignores the...
2013-05-09 Jozsef KadlecsikBackport nla_put_net64
2013-05-07 Jozsef KadlecsikThe utils are updated from their sources
2013-05-03 Anders K. PedersenSupport package fragments for IPv4 protos without ports
2013-05-02 Jozsef KadlecsikManpage typing error correction (reported by Husnu...
2013-05-02 Jozsef KadlecsikUpdate testsuite as the trailing space was eliminated...
2013-05-02 Jozsef KadlecsikUse fix sized type for timeout in the extension part
2013-05-02 Jozsef KadlecsikAdd sparse checking support to userspace
2013-05-01 Jozsef KadlecsikImprove XML output: add element tag and root element...
2013-05-01 Jozsef KadlecsikMake sure kernel configured properly for sparse checkings
2013-05-01 Jozsef KadlecsikFix "may be used uninitialized" warnings
2013-05-01 Jozsef KadlecsikRename simple macro names to avoid namespace issues.
2013-04-30 Jozsef KadlecsikFix sparse warnings due to missing rcu annotations
2013-04-30 Jozsef KadlecsikSparse warning about shadowed variable fixed
2013-04-27 Jozsef KadlecsikDon't call ip_nest_end needlessly in the error path
2013-04-09 Jozsef KadlecsikManpage updates
2013-04-09 Jozsef KadlecsikAdd new testsuite entries to verify counters and the...
2013-04-09 Jozsef KadlecsikIntroduce the new set type revisions with counter support
2013-04-09 Jozsef KadlecsikSupport counters in the ipset library
2013-04-09 Jozsef Kadlecsikset match: add support to match the counters
2013-04-09 Jozsef KadlecsikThe list:set type with counter support
2013-04-09 Jozsef KadlecsikThe hash types with counter support
2013-04-09 Jozsef KadlecsikThe bitmap types with counter support
2013-04-09 Jozsef KadlecsikIntroduce the counter extension in the core
2013-04-09 Jozsef Kadlecsiklist:set type using the extension interface
2013-04-09 Jozsef KadlecsikHash types using the unified code base
2013-04-09 Jozsef KadlecsikUnified hash type generation
2013-04-09 Jozsef KadlecsikBitmap types using the unified code base
2013-04-09 Jozsef KadlecsikUnified bitmap type generation
2013-04-09 Jozsef KadlecsikIntroduce extensions to elements in the core
2013-04-09 Jozsef KadlecsikMove often used IPv6 address masking function to header...
2013-04-09 Jozsef KadlecsikMake possible to test elements marked with nomatch...
2013-04-09 YOSHIFUJI Hideakinetfilter ipset: Use ipv6_addr_equal() where appropriate.
2013-04-09 Jozsef KadlecsikAdd a compatibility header file for easier maintenance
2013-04-09 Jozsef KadlecsikThe uapi include split in the package itself
2013-04-09 Jozsef KadlecsikReorder modules a little bit in Kbuild
2013-04-09 Jozsef Kadlecsikhash:*net*: nomatch flag not excluded on set resize
2013-04-09 Jozsef Kadlecsiklist:set: update reference counter when last element...
2013-02-21 Jozsef Kadlecsikipset 6.17 released v6.17
2013-02-21 Jozsef KadlecsikThe ipset_list tool is added
2013-02-21 Jozsef KadlecsikThe ipset_bash_completion tool is added
2013-02-21 Jozsef KadlecsikInteractive mode error after syntax error (reported...
2013-02-21 Jozsef Kadlecsik"Directory not empty" error message (reported by John...
2013-02-21 Josh Huntnetfilter: ipset: timeout values corrupted on set resize
2013-01-09 Jozsef KadlecsikFix error path when protocol number is used with port...
2013-01-09 Jozsef KadlecsikCorrect "Suspicious condition (assignment + comparison...
2013-01-09 Jozsef KadlecsikFix revision printing in XML mode (reported by Mart...
2012-11-27 Jozsef KadlecsikMake sure ip_set_max isn't set to IPSET_INVALID_ID
2012-11-27 Jozsef Kadlecsikipset 6.16.1 released v6.16.1
2012-11-27 Jozsef KadlecsikAdd ipset package version to external module description
2012-11-27 Jozsef KadlecsikBackport RCU handling up to 2.6.32.x
2012-11-26 Jozsef Kadlecsikipset 6.16 released v6.16
2012-11-26 Jozsef KadlecsikNetlink pid is renamed to portid in kernel 3.7.0
2012-11-26 Jozsef KadlecsikFix RCU handling when the number of maximal sets are...
next