summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_nat_proto_sctp.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-18netfilter: nat: remove nf_nat_l4proto structFlorian Westphal1-16/+0
2018-12-18netfilter: nat: remove l4proto->manip_pktFlorian Westphal1-43/+0
2018-12-18netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal1-3/+0
2018-12-18netfilter: nat: remove l4proto->in_rangeFlorian Westphal1-1/+0
2018-12-18netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal1-11/+0
2018-12-01netfilter: nat: remove l4 protocol port roversFlorian Westphal1-4/+1
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre1-1/+1
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long1-1/+1
2017-03-08netfilter: nf_nat_sctp: fix ICMP packet to be dropped accidentlyYing Xue1-1/+12
2016-12-07netfilter: nat: skip checksum on offload SCTP packetsDavide Caratti1-1/+4
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti1-34/+1
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong1-1/+1
2013-07-28net/sctp: Refactor SCTP skb checksum computationJoe Stringer1-7/+1
2013-04-29sctp: Correct type and usage of sctp_end_cksum()Simon Horman1-3/+2
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-0/+103