summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2019-05-14net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-05-06netfilter: nf_flow_table: do not flow offload deleted conntrack entriesTaehee Yoo
2019-05-06netfilter: nf_conntrack_h323: Remove deprecated config checkSubash Abhinov Kasiviswanathan
2019-05-06netfilter: ctnetlink: Resolve conntrack L3-protocol flush regressionKristian Evensen
2019-05-06netfilter: xt_hashlimit: use struct_size() helperGustavo A. R. Silva
2019-05-06netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo
2019-05-06netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal
2019-05-06netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski
2019-04-30netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"Colin Ian King
2019-04-30netfilter: nft_ct: Add ct id supportBrett Mastbergen
2019-04-30netfilter: nf_nat: register NAT helpers.Flavio Leitner
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner
2019-04-30netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang
2019-04-30netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo
2019-04-30netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo
2019-04-30netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso
2019-04-30netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal
2019-04-30netfilter: nf_tables: fix implicit include of module.hPaul Gortmaker
2019-04-30netfilter: nf_tables: relocate header content to consumerPaul Gortmaker
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-22netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin
2019-04-22netfilter: never get/set skb->tstampFlorian Westphal
2019-04-15netfilter: nat: fix icmp id randomizationFlorian Westphal
2019-04-15netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-04-13ipvs: do not schedule icmp errors from tunnelsJulian Anastasov
2019-04-13netfilter: conntrack: initialize ct->timeoutAlexander Potapenko
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal
2019-04-11netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal
2019-04-11netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal
2019-04-08netfilter: make two functions staticFlorian Westphal
2019-04-08netfilter: nft_osf: Add version option supportFernando Fernandez Mancera
2019-04-08netfilter: nft_redir: add inet supportFlorian Westphal
2019-04-08netfilter: nft_masq: add inet supportFlorian Westphal
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu
2019-04-08netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso
2019-04-08netfilter: nft_redir: Make nft_redir_dump staticYueHaibing
2019-04-08netfilter: nf_tables: remove unused parameter ctxColin Ian King
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing