index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nft_osf.c
Age
Commit message (
Expand
)
Author
2024-02-21
netfilter: nft_osf: simplify init path
Pablo Neira Ayuso
2023-08-22
netfilter: nft_osf: refactor deprecated strncpy
Justin Stitt
2022-11-15
netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
Phil Sutter
2022-09-07
netfilter: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-24
netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families
Pablo Neira Ayuso
2022-07-11
netfilter: nf_tables: use the correct get/put helpers
Florian Westphal
2022-03-20
netfilter: nft_osf: track register operations
Pablo Neira Ayuso
2021-06-16
netfilter: nft_osf: check for TCP packet before further processing
Pablo Neira Ayuso
2021-01-27
netfilter: nftables: add nft_parse_register_store() and use it
Pablo Neira Ayuso
2020-06-25
netfilter: Add MODULE_DESCRIPTION entries to kernel modules
Rob Gill
2020-01-18
netfilter: nft_osf: add missing check for DREG attribute
Florian Westphal
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-04-08
netfilter: nft_osf: Add version option support
Fernando Fernandez Mancera
2018-10-25
netfilter: nft_osf: check if attribute is present
Pablo Neira Ayuso
2018-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-10-16
netfilter: nft_osf: Add ttl option support
Fernando Fernandez Mancera
2018-10-11
netfilter: nft_osf: usage from output path is not valid
Fernando Fernandez Mancera
2018-09-20
netfilter: nft_osf: use enum nft_data_types for nft_validate_register_store
Stefan Agner
2018-08-07
netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZ
Fernando Fernandez Mancera
2018-08-03
netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osf
Fernando Fernandez Mancera
2018-07-30
netfilter: nf_tables: implement Passive OS fingerprint module in nft_osf
Fernando Fernandez Mancera