aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_nat_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+2
2019-05-31netfilter: conntrack, nat: prefer skb_ensure_writableFlorian Westphal1-2/+2
2019-05-21netfilter: nat: fix udp checksum corruptionFlorian Westphal1-1/+1
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal1-2/+0
2019-02-27netfilter: nat: remove csum_recalc hookFlorian Westphal1-8/+4
2019-02-27netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal1-1/+0
2018-09-20netfilter: nat: remove duplicate skb_is_nonlinear() in __nf_nat_mangle_tcp_packet()Taehee Yoo1-3/+1
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre1-1/+1
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng1-20/+20
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-1/+1
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy1-225/+3
2013-07-31netfilter: nf_nat: use per-conntrack locking for sequence number adjustmentsPatrick McHardy1-13/+6
2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy1-4/+4
2013-07-31netfilter: nf_nat: fix locking in nf_nat_seq_adjust()Patrick McHardy1-1/+6
2013-05-31netfilter: Correct calculation using skb->tail and skb-network_headerSimon Horman1-1/+1
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-0/+435