summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-15Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-08-08netfilter: nfnetlink_osf: fix using plain integer as NULL warningWei Yongjun
2018-08-07netfilter: nft_ct: enable conntrack for helpersPablo Neira Ayuso
2018-08-07netfilter: nft_ct: add ct timeout supportHarsha Sharma
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso
2018-08-07netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma
2018-08-07netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZFernando Fernandez Mancera
2018-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-08-04net: Remove some unneeded semicolonzhong jiang
2018-08-04netfilter: nft_tunnel: fix sparse errorsPablo Neira Ayuso
2018-08-03netfilter: conntrack: avoid use-after free on rmmodFlorian Westphal
2018-08-03netfilter: kconfig: remove ct zone/label dependenciesFlorian Westphal
2018-08-03netfilter: nf_tables: simplify NLM_F_CREATE handlingPablo Neira Ayuso
2018-08-03netfilter: nf_tables: match on tunnel metadataPablo Neira Ayuso
2018-08-03netfilter: nf_tables: add tunnel supportPablo Neira Ayuso
2018-08-03netfilter: nft_tproxy: Add missing config checkMáté Eckl
2018-08-03netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUTHarsha Sharma
2018-08-03netfilter: nf_tables: remove unused variableYueHaibing
2018-08-03netfilter: nf_tables: flow event notifier must use transaction mutexFlorian Westphal
2018-08-03netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing
2018-07-30netfilter: nf_tables: Add native tproxy supportMáté Eckl
2018-07-30netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera
2018-07-30netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera
2018-07-30netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.cFernando Fernandez Mancera
2018-07-30netfilter: use PTR_ERR_OR_ZERO()YueHaibing
2018-07-30netfilter: nf_osf: add nf_osf_find()Pablo Neira Ayuso
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-24netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal
2018-07-20netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal
2018-07-20netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal
2018-07-20netfilter: nf_tables: free flow table struct tooFlorian Westphal
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal
2018-07-18netfilter: nft_set_rbtree: fix panic when destroying set by GCTaehee Yoo
2018-07-18netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo
2018-07-18netfilter: nft_socket: Expose socket markMáté Eckl
2018-07-18netfilter: nft_socket: Break evaluation if no socket foundMáté Eckl
2018-07-18netfilter: nf_osf: add struct nf_osf_hdr_ctxPablo Neira Ayuso
2018-07-18netfilter: nf_osf: add nf_osf_match_one()Pablo Neira Ayuso
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal
2018-07-18netfilter: nf_tables: avoid global info storageFlorian Westphal
2018-07-18netfilter: nf_tables: take module reference when starting a batchFlorian Westphal
2018-07-18netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal
2018-07-18netfilter: nf_tables: add and use helper for module autoloadFlorian Westphal
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng