aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_osf.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21netfilter: nft_osf: simplify init pathPablo Neira Ayuso1-8/+3
2023-08-22netfilter: nft_osf: refactor deprecated strncpyJustin Stitt1-3/+3
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter1-1/+2
2022-09-07netfilter: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-24netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso1-3/+15
2022-07-11netfilter: nf_tables: use the correct get/put helpersFlorian Westphal1-1/+1
2022-03-20netfilter: nft_osf: track register operationsPablo Neira Ayuso1-0/+25
2021-06-16netfilter: nft_osf: check for TCP packet before further processingPablo Neira Ayuso1-0/+5
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso1-4/+4
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill1-0/+1
2020-01-18netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal1-0/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-08netfilter: nft_osf: Add version option supportFernando Fernandez Mancera1-5/+25
2018-10-25netfilter: nft_osf: check if attribute is presentPablo Neira Ayuso1-1/+1
2018-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+10
2018-10-16netfilter: nft_osf: Add ttl option supportFernando Fernandez Mancera1-1/+14
2018-10-11netfilter: nft_osf: usage from output path is not validFernando Fernandez Mancera1-0/+10
2018-09-20netfilter: nft_osf: use enum nft_data_types for nft_validate_register_storeStefan Agner1-1/+1
2018-08-07netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZFernando Fernandez Mancera1-5/+3
2018-08-03netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera1-1/+1
2018-07-30netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera1-0/+106