summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_getport.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style fixesJozsef Kadlecsik2012-09-111-3/+3
|
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2012-05-041-0/+8
| | | | | | | | | | While parsing through IPv6 extension headers, fragment headers are skipped making them invisible to the caller. This reports the fragment offset of the last header in order to make it possible to determine whether the packet is fragmented and, if so whether it is a first or last fragment. Signed-off-by: Jesse Gross <jesse@nicira.com>
* Fix the inclusion of linux/export.hHenry Culver2012-01-201-1/+1
| | | | | | The tests for inclusion of linux/export.h in ipset-6.11:kernel/net/netfilter/ipset/{ip_set_getport.c,pfxlen.c} are incorrect, linux/export.h did not go in until 3.2.0.
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2012-01-131-0/+4
| | | | | | | These files are non modular, but need to export symbols using the macros now living in export.h -- call out the include so that things won't break when we remove the implicit presence of module.h from everywhere.
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-2/+2
| | | | | ipset is actually using NFPROTO values rather than AF (xt_set passes that along).
* SCTP, UDPLITE support addedJozsef Kadlecsik2011-03-181-1/+15
| | | | SCTP and UDPLITE port support added to the hash:*port* types.
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-0/+141
The kernel/ subdirectory is reorganized to follow the kernel directory structure.