aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_osf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()Pablo Neira Ayuso1-1/+3
2021-05-05netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso1-0/+2
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso1-0/+2
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso1-11/+8
2020-04-29netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann1-5/+7
2019-06-02netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal1-3/+2
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-7/+7
2019-01-28netfilter: nfnetlink_osf: add missing fmatch checkFernando Fernandez Mancera1-0/+4
2018-10-16netfilter: nft_osf: Add ttl option supportFernando Fernandez Mancera1-25/+21
2018-08-08netfilter: nfnetlink_osf: fix using plain integer as NULL warningWei Yongjun1-1/+1
2018-08-03netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera1-1/+1
2018-07-30netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera1-0/+154
2018-07-30netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.cFernando Fernandez Mancera1-0/+282