]> granicus.if.org Git - ipset/shortlog
ipset
2011-04-18 Jozsef KadlecsikSupport listing setnames and headers too
2011-04-18 Jozsef KadlecsikFix order of listing of sets
2011-04-18 Jozsef KadlecsikOptions and flags support added to the kernel API
2011-04-11 Jozsef KadlecsikSorting is dependent on the locale settings, use LC_ALL=C
2011-04-11 Jozsef KadlecsikUse unified diff output in tests
2011-04-10 Jozsef Kadlecsikipset 6.3 released v6.3
2011-04-10 Jozsef KadlecsikTestsuite checks added
2011-04-09 Jozsef Kadlecsikset match and SET target fixes
2011-04-08 Jozsef KadlecsikWhitespace fixes: some space before tab slipped in.
2011-04-08 Jozsef Kadlecsikbitmap:ip,mac type requires "src" for MAC
2011-04-08 Jozsef KadlecsikTestsuite changes: keep temporary files
2011-03-29 Jozsef Kadlecsikipset/Kconfig was a mixed up kernel config file, fixed...
2011-03-27 Jozsef Kadlecsikipset 6.2 released v6.2
2011-03-27 Jozsef KadlecsikManpage update
2011-03-27 Jozsef KadlecsikTimeout can be modified for already added elements
2011-03-26 Jozsef KadlecsikAdd explicit text message to detect patched kernel.
2011-03-25 Jozsef KadlecsikReferences are protected by rwlock instead of mutex
2011-03-23 Jozsef Kadlecsiklist:set timeout variant fixes
2011-03-19 Jozsef Kadlecsikipset 6.1 released v6.1
2011-03-19 Jozsef KadlecsikFix revision reporting
2011-03-18 Jozsef KadlecsikSCTP, UDPLITE support added
2011-03-18 Jozsef KadlecsikFix checking the revision of the set type at create...
2011-03-18 Jozsef KadlecsikManpage was not installed
2011-03-18 Jozsef Kadlecsikhash:ip,port* types with IPv4
2011-03-04 Shan Weinetfilter:ipset: fix the compile warning in ip_set_create
2011-02-03 Jozsef Kadlecsikipset 6.0 released v6.0
2011-02-03 Jozsef KadlecsikPrint protocol version together with ipset version
2011-02-03 Jozsef KadlecsikReorganized kernel/ subdir
2011-02-03 Patrick McHardynetfilter: ipset: fix linking with CONFIG_IPV6=n
2011-02-02 Jozsef Kadlecsiknetfilter: ipset: send error message manually
2011-02-02 Patrick McHardynetfilter: ipset: add missing break statemtns in ip_set...
2011-02-01 Patrick McHardynetfilter: ipset: add missing include to xt_set.h
2011-02-01 Patrick McHardynetfilter: ipset: remove unnecessary includes
2011-02-01 Patrick McHardynetfilter: ipset: use nla_parse_nested()
2011-02-01 Jozsef KadlecsikTestsuite compatibility with debugging enabled
2011-02-01 Jozsef KadlecsikAllow "new" as a commad alias to "create"
2011-02-01 Holger Eitzenbergeripset: improve command argument parsing
2011-02-01 Holger Eitzenbergeripset: avoid the unnecessary argv[] loop
2011-02-01 Holger Eitzenbergeripset: pass ipset_arg argument pointer
2011-01-31 Jozsef KadlecsikSeparate ipset errnos completely from system ones and...
2011-01-31 Jozsef KadlecsikUse better error codes in xt_set.c
2011-01-27 Jozsef KadlecsikFix sparse warning about shadowed definition
2011-01-27 Jozsef Kadlecsikbitmap:ip type: flavour specific adt functions
2011-01-27 Jozsef Kadlecsikbitmap:port type: flavour specific adt functions
2011-01-27 Jozsef KadlecsikMove the type specifici attribute validation to the...
2011-01-26 Jozsef KadlecsikFix the spelling error fix :-)
2011-01-26 Jozsef KadlecsikUse vzalloc() instead of __vmalloc()
2011-01-26 Jozsef KadlecsikUse meaningful error messages in xt_set.c
2011-01-26 Jozsef KadlecsikConstified attribute cannot be written
2011-01-26 Jozsef KadlecsikSend (N)ACK at dumping only when NLM_F_ACK is set
2011-01-26 Jozsef KadlecsikCorrect the error codes: use ENOENT and EMSGSIZE
2011-01-26 Jozsef KadlecsikResolving IP addresses did not work at listing/saving...
2011-01-25 Holger Eitzenbergeripset: fix spelling error
2011-01-25 Holger Eitzenbergeripset: fix the Netlink sequence number
2011-01-25 Holger Eitzenbergeripset: turn Set name[] into a const pointer
2011-01-24 Jozsef KadlecsikCheck ICMP and ICMPv6 with the set match and target...
2011-01-24 Jozsef KadlecsikAvoid possible syntax clashing at saving hostnames
2011-01-22 Jozsef Kadlecsikipset 5.4.1 released v5.4.1
2011-01-22 Jozsef KadlecsikAdd UPGRADE instructions
2011-01-21 Jozsef Kadlecsikipset 5.4 released v5.4
2011-01-21 Jozsef KadlecsikFixed broken ICMP and ICMPv6 handling
2011-01-21 Jozsef KadlecsikFix trailing whitespaces and pr_* messages
2011-01-20 Jozsef KadlecsikUn-inline functions which are not small enough
2011-01-20 Jozsef KadlecsikFix module loading at create/header commands
2011-01-20 Jozsef KadlecsikFix wrong kzalloc flag in type_pf_expire
2011-01-20 Jozsef KadlecsikThe get_ip*_port functions are too large to be inlined...
2011-01-20 Jozsef KadlecsikAdd missing __GFP_HIGHMEM flag to __vmalloc
2011-01-20 Jozsef KadlecsikEnforce network-order data in the netlink protocol
2011-01-20 Jozsef KadlecsikUse annotated types and fix sparse warnings
2011-01-20 Jozsef KadlecsikMove ip_set_alloc, ip_set_free and ip_set_get_ipaddr...
2011-01-20 Jozsef KadlecsikNETMASK*, HOSTMASK* macros are too generic
2011-01-20 Jozsef KadlecsikUse static LIST_HEAD() for ip_set_type_list
2011-01-20 Jozsef KadlecsikMove NLA_PUT_NET* macros to include/net/netlink.h
2011-01-20 Jozsef KadlecsikThe module parameter max_sets should be unsigned int
2011-01-20 Jozsef KadlecsikGet rid of ip_set_kernel.h
2011-01-20 Jozsef KadlecsikFix the placement style of boolean operators at continu...
2011-01-18 Jozsef Kadlecsikipset 5.3 released v5.3
2011-01-18 Jozsef KadlecsikSet the non-debug compiling the default
2011-01-18 Jozsef KadlecsikTestsuite fix of ospf replaced with vrrp.
2011-01-18 Jozsef KadlecsikFix build with NDEBUG defined
2011-01-18 Holger EitzenbergerDo session initialization once
2011-01-18 Jozsef KadlecsikMake IPv4 and IPv6 address handling similar
2011-01-18 Jozsef KadlecsikShow correct line numbers in restore output for parser...
2011-01-14 Jozsef KadlecsikThere is no need to call synchronize_net() at swapping.
2011-01-14 Jozsef KadlecsikReplace strncpy with strlcpy at creating a set.
2011-01-14 Jozsef KadlecsikUpdate copyright date and some style changes.
2011-01-13 Jozsef KadlecsikUse jhash.h accepted in kernel, with backward compatibi...
2011-01-13 Jozsef KadlecsikSeparate prefixlens from ip_set core.
2011-01-13 Jozsef KadlecsikReplace ospf with vrrp in the testsuite
2011-01-12 Jozsef KadlecsikMerge branch 'master' of git://dev.medozas.de/ipset
2011-01-03 Jan Engelhardtkernel: remove unused ctnl parameter from call_ad
2011-01-03 Jozsef KadlecsikMerge branch 'master' of git://dev.medozas.de/ipset
2010-12-30 Jan Engelhardtbuild: remove autogenerated files
2010-12-30 Jan Engelhardtbuild: use only AC_CANONICAL_HOST
2010-12-23 Jozsef KadlecsikComment the possible return values of the add/del/test...
2010-12-23 Jozsef Kadlecsikipset 5.2 released v5.2
2010-12-23 Jozsef KadlecsikHandle internal printing errors
2010-12-23 Jozsef KadlecsikUse cast to void * instead of memcpy as Sparc workaroun...
2010-12-23 Jozsef KadlecsikListing/saving of large sets could produce broken listi...
2010-12-22 Jozsef KadlecsikKernel version check at minimal supported version is...
next