summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_netport.c
Commit message (Collapse)AuthorAgeFilesLines
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-271-6/+6
| | | | | | | | | | When an element to a set with timeout added, one can change the timeout by "readding" the element with the "-exist" flag. That means the timeout value is reset to the specified one (or to the default from the set specification if the "timeout n" option is not used). Example ipset add foo 1.2.3.4 timeout 10 ipset add foo 1.2.3.4 timeout 600 -exist
* SCTP, UDPLITE support addedJozsef Kadlecsik2011-03-181-1/+1
| | | | SCTP and UDPLITE port support added to the hash:*port* types.
* hash:ip,port* types with IPv4Jozsef Kadlecsik2011-03-181-22/+8
| | | | | | The hash:ip,port* types with IPv4 silently ignored when address ranges with non TCP/UDP were added/deleted from the set and the first address from the range was only used.
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-0/+578
The kernel/ subdirectory is reorganized to follow the kernel directory structure.