aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya1-1/+1
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-33/+85
2019-05-06netfilter: nf_flow_table: do not flow offload deleted conntrack entriesTaehee Yoo1-1/+8
2019-05-06netfilter: nf_conntrack_h323: Remove deprecated config checkSubash Abhinov Kasiviswanathan1-8/+3
2019-05-06netfilter: ctnetlink: Resolve conntrack L3-protocol flush regressionKristian Evensen1-1/+1
2019-05-06netfilter: xt_hashlimit: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-05-06netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo1-7/+18
2019-05-06netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal1-2/+7
2019-05-06netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski1-1/+1
2019-04-30netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"Colin Ian King1-1/+1
2019-04-30netfilter: nft_ct: Add ct id supportBrett Mastbergen1-0/+8
2019-04-30netfilter: nf_nat: register NAT helpers.Flavio Leitner5-6/+39
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner7-36/+140
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner5-5/+5
2019-04-30netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang1-15/+33
2019-04-30netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo1-0/+6
2019-04-30netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo1-0/+1
2019-04-30netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso1-2/+1
2019-04-30netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal1-11/+39
2019-04-30netfilter: nf_tables: fix implicit include of module.hPaul Gortmaker1-0/+1
2019-04-30netfilter: nf_tables: relocate header content to consumerPaul Gortmaker1-0/+17
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+16
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg16-119/+128
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek3-21/+21
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek11-53/+53
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-94/+172
2019-04-22netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin1-1/+1
2019-04-22netfilter: never get/set skb->tstampFlorian Westphal4-16/+18
2019-04-15netfilter: nat: fix icmp id randomizationFlorian Westphal1-3/+8
2019-04-15netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter1-1/+1
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2-5/+64
2019-04-13ipvs: do not schedule icmp errors from tunnelsJulian Anastasov1-1/+1
2019-04-13netfilter: conntrack: initialize ct->timeoutAlexander Potapenko1-0/+1
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal2-67/+78
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal3-3/+2
2019-04-11netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal3-91/+42
2019-04-11netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal3-0/+158
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2-4/+2
2019-04-08netfilter: make two functions staticFlorian Westphal2-5/+3
2019-04-08netfilter: nft_osf: Add version option supportFernando Fernandez Mancera2-12/+32
2019-04-08netfilter: nft_redir: add inet supportFlorian Westphal1-0/+61
2019-04-08netfilter: nft_masq: add inet supportFlorian Westphal1-0/+64
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal4-15/+10
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal4-16/+174
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal4-17/+136
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu2-5/+114
2019-04-08netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso1-8/+2
2019-04-08netfilter: nft_redir: Make nft_redir_dump staticYueHaibing1-1/+1
2019-04-08netfilter: nf_tables: remove unused parameter ctxColin Ian King1-3/+2
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing1-3/+1