summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use MSEC_PER_SEC consistentlyJozsef Kadlecsik2014-12-011-2/+2
* Make possible to pass extra flags to sparse (userspace)Jozsef Kadlecsik2014-11-271-1/+1
* Remove unnecessary integer RCU handling and fix sparse warningsJozsef Kadlecsik2014-11-276-122/+90
* Fix sparse warningJozsef Kadlecsik2014-11-271-2/+2
* ipset 6.24 releasedv6.24Jozsef Kadlecsik2014-11-243-1/+37
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2014-11-181-0/+5
* The "extra" subdirectory for kernel modules may have a full subtreeJozsef Kadlecsik2014-11-181-1/+1
* Fix parallel resizing and listing of the same setJozsef Kadlecsik2014-11-185-22/+80
* styles warned by checkpatch.pl fixedJozsef Kadlecsik2014-11-1811-11/+38
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-189-488/+615
* Remove rbtree from hash:net,iface in order to run under RCUJozsef Kadlecsik2014-11-181-167/+17
* Explicitly add padding elements to hash:net,net and hash:net,port,netJozsef Kadlecsik2014-11-182-0/+4
* Allocate the proper size of memory when /0 networks are supportedJozsef Kadlecsik2014-11-181-2/+1
* Simplify cidr handling for hash:*net* typesJozsef Kadlecsik2014-11-181-28/+28
* Indicate when /0 networks are supportedJozsef Kadlecsik2014-11-182-1/+2
* Add more compatibility checkings to support older kernel releasesJozsef Kadlecsik2014-11-183-6/+32
* Make_global.am: Don't include host headersBaruch Siach2014-11-041-2/+1
* Kernel API changes in em_ipset.c, support both old and new onesJozsef Kadlecsik2014-11-033-0/+40
* netfilter: Convert uses of __constant_<foo> to <foo>Joe Perches2014-11-031-2/+2
* net: use the new API kvfree()WANG Cong2014-11-033-4/+22
* treewide: fix errors in printkMasanari Iida2014-11-031-1/+1
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-11-031-2/+2
* Use IS_ENABLED macro and define it if requiredJozsef Kadlecsik2014-11-032-1/+12
* Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik2014-11-033-6/+88
* Add script to check libipset.map for missing symbolsJozsef Kadlecsik2014-10-284-3/+36
* Update libipset.map with ipset_parse_tcp_udp_portThomas Backlund2014-10-281-0/+1
* libipset: Bump lib version and update map fileNeutron Soutmun2014-10-282-1/+6
* netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter2014-10-211-1/+1
* Bash utilities updatedJozsef Kadlecsik2014-09-302-48/+79
* ipset: Fix hyphen used as minus sign in manpageNeutron Soutmun2014-09-301-1/+1
* ipset 6.23 releasedv6.23Jozsef Kadlecsik2014-09-233-1/+18
* The utils are updated from their sourcesJozsef Kadlecsik2014-09-231-77/+109
* Order create and add options in manpage so that generic ones come firstJozsef Kadlecsik2014-09-231-51/+51
* Centralise generic create options (family, hashsize, maxelem) on top of man p...Mart Frauenlob2014-09-231-175/+35
* Support glibc < 2.9 (fixes bugzilla id #891)Jozsef Kadlecsik2014-09-232-0/+71
* Support updating extensions when the set is fullJozsef Kadlecsik2014-09-233-23/+43
* Add description of hash:mac set type to man page.Mart Frauenlob2014-09-221-0/+32
* Add missing space for skbinfo option synopsis.Mart Frauenlob2014-09-221-1/+1
* The library/API versions were forgotten to bump (reported by Sergei Zhirikov)Jozsef Kadlecsik2014-09-222-1/+9
* Retry printing when sprintf fails (reported by Stig Thormodsrud)Jozsef Kadlecsik2014-09-221-14/+2
* ipset 6.22 releasedv6.22Jozsef Kadlecsik2014-09-153-1/+48
* hash:mac type added to ipsetJozsef Kadlecsik2014-09-1512-4/+416
* skbinfo extension: send nonzero extension elements only to userspaceJozsef Kadlecsik2014-09-151-7/+11
* Add test to check mark mappingJozsef Kadlecsik2014-09-142-0/+17
* ipset: remove extran newline on debug outputHolger Eitzenberger2014-09-141-1/+1
* ipset: avoid duplicate command flagsHolger Eitzenberger2014-09-141-4/+2
* Remove a duplicate debug printHolger Eitzenberger2014-09-141-2/+1
* netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-143-42/+35
* netfilter: ipset: Add skbinfo extension support to SET target.Anton Danilov2014-09-142-12/+191
* ipset: man: Add the skbinfo extension documentation.Anton Danilov2014-09-141-28/+42