summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-071-0/+6
|\
| * netfilter: add include guard to xt_connlabel.hMasahiro Yamada2019-07-291-0/+6
* | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-251-1/+1
|/
* netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-091-0/+2
* netfilter: nft_meta_bridge: Add NFT_META_BRI_IIFVPROTO supportwenxu2019-07-051-0/+2
* netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID supportwenxu2019-07-051-0/+2
* netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera2019-07-052-0/+20
* netfilter: rename nf_SYNPROXY.h to nf_synproxy.hPablo Neira Ayuso2019-07-042-1/+1
* netfilter: nf_tables: add support for matching IPv4 optionsStephen Suryaputra2019-06-211-0/+2
* netfilter: synproxy: add common uapi for SYNPROXY infrastructureFernando Fernandez Mancera2019-06-172-11/+26
* Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2019-06-171-1/+1
|\
| * Update my email addressJozsef Kadlecsik2019-06-101-1/+1
* | netfilter: xt_owner: bail out with EINVAL in case of unsupported flagsPablo Neira Ayuso2019-06-171-0/+5
* | netfilter: nft_ct: add ct expectations supportStéphane Veyret2019-06-171-1/+13
|/
* netfilter: xt_owner: Add supplementary groups optionLukasz Pawelczyk2019-05-311-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-131-3/+1Star
|\
| * netfilter: nf_tables: correct NFT_LOGLEVEL_MAX valueFlorian Westphal2019-05-121-1/+1
| * netfilter: nf_tables: remove NFT_CT_TIMEOUTPablo Neira Ayuso2019-05-091-2/+0Star
* | netfilter: nft_ct: Add ct id supportBrett Mastbergen2019-04-301-0/+2
* | netfilter: nft_osf: Add version option supportFernando Fernandez Mancera2019-04-081-0/+6
|/
* netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE optionswenxu2019-02-041-0/+9
* Revert "netfilter: nft_hash: add map lookups for hashing operations"Laura Garcia Liebana2019-01-181-2/+2
* netfilter: nft_meta: Add NFT_META_I/OIFKIND meta typewenxu2019-01-181-0/+4
* netfilter: nf_tables: Support RULE_ID reference in new rulePhil Sutter2019-01-181-0/+2
* Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2018-11-121-7/+12
|\
| * netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-7/+12
* | Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso2018-10-291-2/+2
|/
* Revert "netfilter: xt_quota: fix the behavior of xt_quota module"Pablo Neira Ayuso2018-10-191-5/+3Star
* netfilter: nft_osf: Add ttl option supportFernando Fernandez Mancera2018-10-161-0/+7
* netfilter: xt_quota: fix the behavior of xt_quota moduleChenbo Feng2018-10-031-3/+5
* netfilter: nf_tables: add SECMARK supportChristian Göttsche2018-09-281-1/+17
* netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso2018-09-171-0/+16
* netfilter: nf_tables: add xfrm expressionFlorian Westphal2018-09-171-0/+29
* netfilter: nf_tables: rt: allow checking if dst has xfrm attachedFlorian Westphal2018-09-171-0/+2
* netfilter: uapi: fix linux/netfilter/nf_osf.h userspace compilation errorsDmitry V. Levin2018-08-162-2/+2
* netfilter: nfnetlink_osf: add missing enum in nfnetlink_osf uapi headerFernando Fernandez Mancera2018-08-082-0/+13
* netfilter: nft_ct: add ct timeout supportHarsha Sharma2018-08-071-1/+13
* netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZFernando Fernandez Mancera2018-08-071-0/+1
* netfilter: nf_tables: match on tunnel metadataPablo Neira Ayuso2018-08-031-0/+15
* netfilter: nf_tables: add tunnel supportPablo Neira Ayuso2018-08-031-1/+68
* netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera2018-08-032-1/+1
* netfilter: nf_osf: move nf_osf_fingers to non-uapi header fileFernando Fernandez Mancera2018-08-031-2/+0Star
* netfilter: nf_tables: Add native tproxy supportMáté Eckl2018-07-301-0/+16
* netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera2018-07-301-0/+7
* netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera2018-07-302-8/+12
* netfilter: nf_osf: add missing definitions to header fileFernando Fernandez Mancera2018-07-182-8/+13
* netfilter: nft_socket: Expose socket markMáté Eckl2018-07-181-1/+3
* netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-1/+1
|\
| * netfilter: nf_conntrack: Increase __IPS_MAX_BIT with new bit IPS_OFFLOAD_BITGao Feng2018-06-071-1/+1