| Commit message (Expand) | Author | Age | Files | Lines |
* | Timeout fixing bug broke SET target special timeout value, fixed | Jozsef Kadlecsik | 2012-06-08 | 1 | -1/+3 |
* | Use MSEC_PER_SEC instead of harcoded value | Jozsef Kadlecsik | 2012-05-15 | 1 | -2/+2 |
* | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 2012-05-10 | 1 | -2/+12 |
* | ipset: Stop using NLA_PUT*(). | David S. Miller | 2012-05-10 | 12 | -229/+271 |
* | Fix hash size checking in kernel | Jozsef Kadlecsik | 2012-05-06 | 7 | -21/+49 |
* | Sparse warnings "incorrect type in assignment" fixed | Jozsef Kadlecsik | 2012-05-04 | 7 | -33/+39 |
* | Fix timeout value overflow bug at large timeout parameters | Jozsef Kadlecsik | 2012-05-04 | 1 | -2/+13 |
* | ipv6: Add fragment reporting to ipv6_skip_exthdr(). | Jesse Gross | 2012-05-04 | 1 | -0/+8 |
* | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2012-04-19 | 2 | -2/+2 |
* | Fix the inclusion of linux/export.h | Henry Culver | 2012-01-20 | 2 | -2/+2 |
* | Exceptions support added to hash:*net* types | Jozsef Kadlecsik | 2012-01-13 | 4 | -93/+329 |
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2012-01-13 | 2 | -0/+8 |
* | Invert the logic to include version.h in ip_set_core.c | Jozsef Kadlecsik | 2011-09-15 | 2 | -2/+2 |
* | Suppress false compile-time warnings: | Jozsef Kadlecsik | 2011-09-15 | 3 | -3/+3 |
* | Fix compiling ipset as external kernel modules | Jozsef Kadlecsik | 2011-09-06 | 2 | -2/+2 |
* | Complete Kconfig with hash:net,iface type | Jozsef Kadlecsik | 2011-09-05 | 1 | -0/+10 |
* | rtnetlink: Compute and store minimum ifinfo dump size | Greg Rose | 2011-09-05 | 1 | -0/+4 |
* | Remove redundant linux/version.h includes from net/ | Jesper Juhl | 2011-09-05 | 2 | -1/+2 |
* | ipset: use NFPROTO_ constants | Jan Engelhardt | 2011-08-31 | 13 | -60/+60 |
* | netfilter: Remove unnecessary OOM logging messages | Joe Perches | 2011-08-31 | 1 | -3/+1 |
* | Dumping error triggered removing references twice and lead to kernel BUG | Jozsef Kadlecsik | 2011-08-31 | 1 | -0/+1 |
* | Autoload set type modules safely | Jozsef Kadlecsik | 2011-08-29 | 1 | -10/+26 |
* | hash:net,iface fixed to handle overlapping nets behind different interfaces | Jozsef Kadlecsik | 2011-07-08 | 7 | -20/+56 |
* | Whitespace and coding fixes detected by checkpatch.pl | Jozsef Kadlecsik | 2011-05-31 | 7 | -21/+22 |
* | hash:net,iface type introduced | Jozsef Kadlecsik | 2011-05-30 | 2 | -0/+763 |
* | Use the stored first cidr value instead of '1' | Jozsef Kadlecsik | 2011-05-28 | 3 | -8/+16 |
* | Fix return code for destroy when sets are in use | Jozsef Kadlecsik | 2011-05-28 | 1 | -1/+1 |
* | Add xt_action_param to the variant level kadt functions, ipset API change | Jozsef Kadlecsik | 2011-05-27 | 12 | -16/+37 |
* | Drop supporting kernel versions below 2.6.35 | Jozsef Kadlecsik | 2011-05-24 | 1 | -83/+14 |
* | Use unified from/to address masking and check the usage | Jozsef Kadlecsik | 2011-05-23 | 7 | -17/+9 |
* | ip_set_flush returned -EPROTO instead of -IPSET_ERR_PROTOCOL, fixed | Jozsef Kadlecsik | 2011-05-23 | 1 | -1/+1 |
* | Take into account cidr value for the from address when creating the set | Jozsef Kadlecsik | 2011-05-22 | 1 | -0/+1 |
* | Support range for IPv4 at adding/deleting elements for hash:*net* types | Jozsef Kadlecsik | 2011-05-15 | 4 | -54/+156 |
* | Set type support with multiple revisions added | Jozsef Kadlecsik | 2011-05-11 | 11 | -30/+45 |
* | Fix adding ranges to hash types | Jozsef Kadlecsik | 2011-05-06 | 11 | -30/+137 |
* | Support listing setnames and headers too | Jozsef Kadlecsik | 2011-04-18 | 1 | -27/+46 |
* | Fix order of listing of sets | Jozsef Kadlecsik | 2011-04-18 | 1 | -8/+10 |
* | Options and flags support added to the kernel API | Jozsef Kadlecsik | 2011-04-18 | 12 | -130/+185 |
* | set match and SET target fixes | Jozsef Kadlecsik | 2011-04-09 | 1 | -2/+16 |
* | Whitespace fixes: some space before tab slipped in. | Jozsef Kadlecsik | 2011-04-08 | 1 | -2/+2 |
* | bitmap:ip,mac type requires "src" for MAC | Jozsef Kadlecsik | 2011-04-08 | 1 | -0/+4 |
* | ipset/Kconfig was a mixed up kernel config file, fixed (Michael Tokarev) | Jozsef Kadlecsik | 2011-03-29 | 1 | -1029/+73 |
* | Timeout can be modified for already added elements | Jozsef Kadlecsik | 2011-03-27 | 10 | -93/+126 |
* | References are protected by rwlock instead of mutex | Jozsef Kadlecsik | 2011-03-25 | 5 | -53/+71 |
* | list:set timeout variant fixes | Jozsef Kadlecsik | 2011-03-23 | 1 | -29/+24 |
* | Fix revision reporting | Jozsef Kadlecsik | 2011-03-19 | 1 | -1/+1 |
* | SCTP, UDPLITE support added | Jozsef Kadlecsik | 2011-03-18 | 5 | -5/+19 |
* | Fix checking the revision of the set type at create command | Jozsef Kadlecsik | 2011-03-18 | 1 | -4/+16 |
* | hash:ip,port* types with IPv4 | Jozsef Kadlecsik | 2011-03-18 | 4 | -94/+38 |
* | netfilter:ipset: fix the compile warning in ip_set_create | Shan Wei | 2011-03-04 | 1 | -1/+1 |