aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal1-0/+1
2023-02-10net: create nf_conntrack_ovs for ovs and tc useXin Long1-0/+1
2023-01-18netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal1-0/+6
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long1-0/+1
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso1-1/+1
2022-10-25netfilter: nft_objref: make it builtinFlorian Westphal1-2/+2
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi1-0/+6
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov1-0/+1
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi1-0/+5
2021-12-23netfilter: nf_tables: make counter support built-inPablo Neira Ayuso1-2/+1
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito1-0/+3
2021-06-17netfilter: nf_tables: add last expressionPablo Neira Ayuso1-1/+1
2021-06-07netfilter: add new hook nfnl subsystemFlorian Westphal1-0/+1
2021-03-31netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal1-2/+0
2021-03-31netfilter: nf_log_netdev: merge with nf_log_syslogFlorian Westphal1-3/+0
2021-03-31netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal1-0/+1
2020-10-31netfilter: nft_reject: add reject verdict support for netdevJose M. Guisado Gomez1-0/+1
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld1-1/+1
2020-04-09x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld1-1/+1
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio1-0/+6
2020-03-15netfilter: nf_tables: make sets built-inFlorian Westphal1-6/+3
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio1-1/+2
2019-11-12netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso1-1/+2
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden1-1/+1
2019-07-09netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso1-1/+1
2019-07-05netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera1-0/+1
2019-04-11netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal1-0/+1
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal1-1/+2
2019-03-01netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal1-0/+2
2019-02-27netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal1-0/+1
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal1-2/+1
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal1-6/+1
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal1-1/+1
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal1-1/+1
2018-09-17netfilter: nf_tables: add xfrm expressionFlorian Westphal1-0/+1
2018-08-03netfilter: nf_tables: add tunnel supportPablo Neira Ayuso1-0/+1
2018-07-30netfilter: nf_tables: Add native tproxy supportMáté Eckl1-0/+1
2018-07-30netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera1-0/+1
2018-07-30netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.cFernando Fernandez Mancera1-1/+1
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+6
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal1-1/+6
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal1-1/+1
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso1-3/+4
2018-06-03netfilter: nf_tables: add connlimit supportPablo Neira Ayuso1-0/+1
2018-06-01netfilter: nf_tables: add support for native socket matchingMáté Eckl1-0/+1
2018-05-29netfilter: nat: merge nf_nat_redirect into nf_natFlorian Westphal1-1/+1
2018-05-07netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera1-0/+1
2018-04-27netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal1-2/+1
2018-04-27netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal1-2/+1
2018-04-27netfilter: nf_tables: make meta expression builtinFlorian Westphal1-2/+1
2018-04-24netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_tableFelix Fietkau1-1/+1
2018-04-21netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.cFelix Fietkau1-0/+2
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso1-5/+4
2018-01-08netfilter: nf_tables: flow offload expressionPablo Neira Ayuso1-0/+1
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso1-0/+1
2018-01-08netfilter: add generic flow table infrastructurePablo Neira Ayuso1-0/+3
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso1-1/+1
2018-01-08netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-31netfilter: nf_tables: add fib expression to the netdev familyPablo M. Bermudo Garay1-0/+1
2017-06-19netfilter, kbuild: use canonical method to specify objs.Jike Song1-4/+3
2017-02-08netfilter: nf_tables: add bitmap set typePablo Neira Ayuso1-0/+1
2017-01-03netfilter: nat: merge udp and udplite helpersFlorian Westphal1-1/+0
2017-01-03netfilter: merge udp and udplite conntrack helpersFlorian Westphal1-1/+0
2016-12-06netfilter: nf_tables: add stateful object reference expressionPablo Neira Ayuso1-0/+1
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti1-1/+1
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti1-1/+1
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti1-2/+1
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti1-3/+2
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti1-1/+1
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti1-1/+2
2016-11-01netfilter: nf_tables: introduce routing expressionAnders K. Pedersen1-0/+1
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso1-0/+3
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal1-0/+2
2016-09-25netfilter: nf_tables: add range expressionPablo Neira Ayuso1-1/+2
2016-08-22netfilter: nf_tables: add number generator expressionLaura Garcia Liebana1-0/+1
2016-08-22netfilter: nf_tables: add quota expressionPablo Neira Ayuso1-0/+1
2016-08-12netfilter: nf_tables: add hash expressionLaura Garcia Liebana1-0/+1
2016-08-12netfilter: nf_tables: rename set implementationsPablo Neira Ayuso1-2/+2
2016-01-04netfilter: nf_tables: add forward expression to the netdev familyPablo Neira Ayuso1-0/+1
2016-01-03netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso1-0/+6
2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal1-1/+1
2015-10-04netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.cPablo Neira Ayuso1-1/+0
2015-10-04netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso1-1/+0
2015-05-26netfilter: nf_tables: add netdev table to filter from ingressPablo Neira Ayuso1-0/+1
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy1-1/+1
2014-11-27netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso1-0/+1
2014-10-27netfilter: nf_tables: add new expression nft_redirArturo Borrero1-0/+1
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero1-0/+1
2014-08-18netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso1-1/+1
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso1-0/+3
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy1-0/+1
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller1-0/+1
2014-01-09netfilter: introduce l2tp match extensionJames Chapman1-0/+1
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller1-1/+2
2014-01-03netfilter: x_tables: lightweight process control group matchingDaniel Borkmann1-0/+1
2013-12-30netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond1-0/+1
2013-12-28netfilter: nf_tables: remove nft_meta_targetPablo Neira Ayuso1-1/+0
2013-12-24netfilter: add IPv4/6 IPComp extension match supportfan.du1-0/+1
2013-12-07netfilter: nft: add queue moduleEric Leblond1-0/+1
2013-10-14netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka1-0/+1
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso1-0/+1
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy1-1/+1
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+16
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy1-0/+3
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy1-1/+1
2013-07-31netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal1-3/+0
2013-01-21netfilter: x_tables: add xt_bpf matchWillem de Bruijn1-0/+1
2013-01-18netfilter: add connlabel conntrack extensionFlorian Westphal1-0/+2
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt1-0/+1
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt1-0/+1
2012-09-05netfilter: fix crash during boot if NAT has been compiled built-inPablo Neira Ayuso1-1/+1
2012-09-03netfilter: remove xt_NOTRACKCong Wang1-1/+0
2012-08-30netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso1-0/+1
2012-08-30netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso1-0/+1
2012-08-30netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy1-0/+1
2012-08-30netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy1-0/+1
2012-08-30netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy1-0/+3
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-0/+11
2012-06-19netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso1-0/+2
2012-06-19netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unsetPablo Neira Ayuso1-1/+1
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-0/+1
2012-05-09netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom1-0/+1
2012-03-07netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso1-0/+1
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso1-0/+1
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger1-0/+1
2011-12-27netfilter: xtables: move ipt_ecn to xt_ecnJan Engelhardt1-0/+1
2011-12-25netfilter: xtables: add nfacct match to support extended accountingPablo Neira Ayuso1-0/+1
2011-12-25netfilter: add extended accounting infrastructure over nfnetlinkPablo Neira Ayuso1-0/+1
2011-03-15netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal1-0/+1
2011-02-03netfilter: xtables: add device group matchPatrick McHardy1-0/+1
2011-02-01netfilter: xtables: "set" match and "SET" target supportJozsef Kadlecsik1-0/+1
2011-02-01netfilter: ipset: IP set core supportJozsef Kadlecsik1-0/+3
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso1-0/+1
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa1-0/+2
2011-01-16netfilter: audit target to record accepted/dropped packetsThomas Graf1-0/+1
2010-07-23netfilter: add xt_cpu matchEric Dumazet1-0/+1
2010-07-23netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder1-0/+1
2010-07-15netfilter: add CHECKSUM targetMichael S. Tsirkin1-0/+1
2010-06-15netfilter: xtables: idletimer target implementationLuciano Coelho1-0/+1
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt1-0/+1
2010-03-17netfilter: xtables: merge xt_CONNMARK into xt_connmarkJan Engelhardt1-2/+1
2010-03-17netfilter: xtables: merge xt_MARK into xt_markJan Engelhardt1-2/+3
2010-02-03netfilter: xtables: add CT targetPatrick McHardy1-0/+1
2009-06-08netfilter: passive OS fingerprint xtables matchEvgeniy Polyakov1-0/+1
2009-03-16netfilter: xtables: add cluster matchPablo Neira Ayuso1-0/+1
2009-02-20netfilter: x_tables: add LED trigger targetAdam Nielsen1-0/+1
2009-02-18netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt1-0/+1
2009-02-18netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt1-0/+1
2008-10-08Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+3
2008-10-08netfilter: iptables TPROXY targetKOVACS Krisztian1-0/+1
2008-10-08netfilter: iptables socket matchKOVACS Krisztian1-0/+1
2008-10-08netfilter: iptables tproxy coreKOVACS Krisztian1-0/+3
2008-10-08netfilter: rename ipt_recent to xt_recentJan Engelhardt1-0/+1
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+3
2008-07-21netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki1-1/+1
2008-04-14[NETFILTER]: nf_conntrack: add DCCP protocol supportPatrick McHardy1-0/+1
2008-01-28[NETFILTER]: kill nf_sysctl.cPatrick McHardy1-1/+0
2008-01-28[NETFILTER]: Rename ipt_iprange to xt_iprangeJan Engelhardt1-0/+1
2008-01-28[NETFILTER]: x_tables: add rateest matchPatrick McHardy1-0/+1
2008-01-28[NETFILTER]: x_tables: add RATEEST targetPatrick McHardy1-0/+1
2008-01-28[NETFILTER]: merge ipt_owner/ip6t_owner in xt_ownerJan Engelhardt1-0/+1
2008-01-28[NETFILTER]: x_tables: add TCPOPTSTRIP targetSven Schnelle1-0/+1
2007-11-07[NETFILTER]: Clean up MakefileJan Engelhardt1-7/+7
2007-10-10[NETFILTER]: x_tables: add xt_time matchJan Engelhardt1-0/+1
2007-07-14[NETFILTER]: nf_conntrack: UDPLITE supportPatrick McHardy1-0/+1
2007-07-14[NETFILTER]: x_tables: add connlimit matchJan Engelhardt1-0/+1
2007-07-10[NETFILTER]: nf_conntrack: introduce extension infrastructureYasuyuki Kozakai1-1/+1
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik1-0/+1
2007-07-10[NETFILTER]: Add u32 matchJan Engelhardt1-0/+1
2007-02-08[NETFILTER]: add IPv6-capable TCPMSS targetPatrick McHardy1-0/+1
2007-02-08[NETFILTER]: Add SANE connection tracking helperMichal Schmidt1-0/+1
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add TFTP helper portPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add SIP helper portPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy1-0/+2
2006-12-02[NETFILTER]: nf_conntrack: add NetBIOS name service helper portPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add IRC helper portPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add H.323 helper portPatrick McHardy1-0/+3
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add amanda helper portPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: x_tables: add NFLOG targetPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6Patrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocolsPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack: split out protocol handlingMartin Josefsson1-1/+1
2006-12-02[NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson1-1/+3
2006-12-02[NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson1-1/+1
2006-12-02[NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson1-1/+1
2006-09-22[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...Yasuyuki Kozakai1-0/+1
2006-09-22[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...Yasuyuki Kozakai1-0/+1
2006-06-17[SECMARK]: Add CONNSECMARK xtables targetJames Morris1-0/+1
2006-06-17[SECMARK]: Add xtables SECMARK targetJames Morris1-0/+1
2006-06-17[NETFILTER]: x_tables: add statistic matchPatrick McHardy1-0/+1
2006-06-17[NETFILTER]: x_tables: add quota matchPatrick McHardy1-0/+1
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 multiport matchYasuyuki Kozakai1-0/+1
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 esp matchYasuyuki Kozakai1-0/+1
2006-03-20[NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...Patrick McHardy1-0/+1
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte1-3/+34
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso1-0/+3