aboutsummaryrefslogtreecommitdiff
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add connlabel conntrack extensionFlorian Westphal2018-11-192-0/+58
* netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik2018-11-181-0/+15
* netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2018-11-181-1/+3
* netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2018-11-182-0/+6
* netfilter: add protocol independent NAT corePatrick McHardy2018-11-187-88/+121
* netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2018-11-181-3/+8
* netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso2018-11-181-0/+43
* netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso2018-11-181-3/+6
* netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso2018-11-181-0/+1
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2018-11-182-33/+17
* netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2018-11-182-2/+4
* netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso2018-11-181-0/+4
* netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2018-11-181-0/+11
* netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2018-11-181-2/+2
* Merge tag 'v3.4.100' into HEADBruno Martins2017-11-091-2/+2
|\
| * netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin2014-05-181-2/+2
* | Merge tag 'v3.4.20' into HEADBruno Martins2017-08-011-0/+1
|\|
| * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-10-211-0/+1
* | msm: netfilter: NATTYPE Refresh Timer Changes.Niranjan Reddy Dumbala2013-02-061-0/+9
|/
* netfilter: xt_LOG: don't use xchg() for simple assignmentJan Beulich2012-03-261-1/+1
* netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso2012-03-232-1/+5
* netfilter: xt_LOG: add __printf() to sb_add()Eric Dumazet2012-03-071-1/+1
* netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso2012-03-072-0/+82
* netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-071-0/+11
* netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-071-2/+6
* netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso2012-03-071-0/+13
* netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-241-1/+1
* Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2011-12-256-23/+12
|\
| * netfilter: ctnetlink: remove dead NAT codePatrick McHardy2011-12-231-5/+0
| * netfilter: nat: remove module reference counting from NAT protocolsPatrick McHardy2011-12-231-2/+0
| * netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy2011-12-234-15/+12
| * netfilter: rework user-space expectation helper supportPablo Neira Ayuso2011-12-231-1/+0
| * netfilter: nf_conntrack: use atomic64 for accounting countersEric Dumazet2011-12-181-2/+2
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-1/+1
|/
* netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso2011-11-221-9/+10
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+2
|\
| * nf_conntrack.h: fix up fallout from implicit moduleparam.h presencePaul Gortmaker2011-10-311-0/+2
* | netfilter: export NAT definitions through linux/netfilter_ipv4/nf_nat.hPablo Neira Ayuso2011-11-012-51/+2
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-1/+2
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov2011-06-161-0/+6
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-243-10/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-191-11/+1
|\
| * netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal2011-02-171-11/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-3/+0
|\|
| * netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso2011-02-011-3/+0
| * netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-122-10/+10
* | netfilter: nf_conntrack: fix linker error with NF_CONNTRACK_TIMESTAMP=nPatrick McHardy2011-01-201-0/+12
* | netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso2011-01-192-0/+57
* | netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa2011-01-181-0/+6