summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Fix typo in NF_CONNTRACK Kconfig option descriptionWilliam Breathitt Gray2017-01-161-1/+1
* netfilter: nf_tables: add stateful object reference expressionPablo Neira Ayuso2016-12-061-0/+6
* netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-041-2/+3
* netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-041-4/+3
* netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-041-3/+3
* netfilter: built-in NAT support for UDPliteDavide Caratti2016-12-041-1/+1
* netfilter: built-in NAT support for SCTPDavide Caratti2016-12-041-1/+1
* netfilter: built-in NAT support for DCCPDavide Caratti2016-12-041-1/+1
* netfilter: nf_tables: introduce routing expressionAnders K. Pedersen2016-11-011-0/+6
* netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-011-1/+2
* netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso2016-11-011-0/+4
* netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-011-0/+13
* netfilter: nf_tables: add number generator expressionLaura Garcia Liebana2016-08-221-0/+6
* netfilter: nf_tables: add quota expressionPablo Neira Ayuso2016-08-221-0/+6
* netfilter: nf_tables: add hash expressionLaura Garcia Liebana2016-08-121-0/+6
* netfilter: nf_tables: rename set implementationsPablo Neira Ayuso2016-08-121-2/+2
* netfilter: Remove references to obsolete CONFIG_IP_ROUTE_FWMARKMoritz Sichert2016-07-011-6/+4
* netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann2016-02-081-1/+1
* netfilter: nf_tables: add forward expression to the netdev familyPablo Neira Ayuso2016-01-041-0/+6
* netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso2016-01-031-0/+16
* netfilter: fix xt_TEE and xt_TPROXY dependenciesArnd Bergmann2015-11-101-3/+3
* netfilter: nfnetlink_log: allow to attach conntrackKen-ichirou MATSUZAWA2015-10-051-4/+5
* netfilter: Kconfig rename QUEUE_CT to GLUE_CTKen-ichirou MATSUZAWA2015-10-051-5/+5
* netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso2015-08-071-0/+2
* netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso2015-06-151-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-0/+6
|\
| * netfilter: nf_tables: add netdev table to filter from ingressPablo Neira Ayuso2015-05-261-0/+5
| * netfilter: default CONFIG_NETFILTER_INGRESS to yPablo Neira Ayuso2015-05-261-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-0/+2
|\ \ | |/ |/|
| * netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=mFlorian Westphal2015-05-151-0/+2
* | netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-141-0/+7
|/
* netfilter: nf_tables: nft_queue does not depend on x_tablesPatrick McHardy2015-03-251-1/+0
* netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso2015-03-061-15/+5
* netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCEDAnton Blanchard2015-02-111-1/+1
* netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-271-2/+8
* netfilter: fix unmet dependencies in NETFILTER_XT_TARGET_REDIRECTPablo Neira Ayuso2014-11-121-2/+2
* netfilter: nf_tables: add new expression nft_redirArturo Borrero2014-10-271-0/+9
* netfilter: refactor NAT redirect IPv6 code to use it from nf_tablesArturo Borrero2014-10-271-0/+1
* netfilter: refactor NAT redirect IPv4 to use it from nf_tablesArturo Borrero2014-10-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-261-0/+1
| |\
| | * netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'Pablo Neira Ayuso2014-09-071-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-101-0/+9
|\ \ \ | |/ / |/| |
| * | netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-091-0/+9
* | | netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso2014-09-051-0/+8
| |/ |/|
* | netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*Pablo Neira Ayuso2014-09-011-1/+3
* | netfilter: nf_tables: nat expression must select CONFIG_NF_NATPablo Neira Ayuso2014-08-191-1/+1
|/
* netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso2014-06-281-6/+4
* netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-271-0/+6
* netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-061-0/+5