aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/xt_HMARK.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-23net: use reciprocal_scale() helperGravatar Daniel Borkmann 1-1/+1
2012-11-09ipv6: Move ipv6_find_hdr() out of Netfilter code.Gravatar Jesse Gross 1-4/+4
2012-06-07netfilter: xt_HMARK: fix endianness and provide consistent hashingGravatar Hans Schillstrom 1-31/+41
2012-05-17netfilter: xt_HMARK: modulus is expensive for hash calculationGravatar Pablo Neira Ayuso 1-1/+1
2012-05-17netfilter: xt_HMARK: potential NULL dereference in get_inner_hdr()Gravatar Dan Carpenter 1-1/+1
2012-05-09netfilter: add xt_hmark target for hash-based skb markingGravatar Hans Schillstrom 1-0/+362