summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-137-33/+85
|\
| * netfilter: nf_flow_table: do not flow offload deleted conntrack entriesTaehee Yoo2019-05-061-1/+8
| * netfilter: nf_conntrack_h323: Remove deprecated config checkSubash Abhinov Kasiviswanathan2019-05-061-8/+3
| * netfilter: ctnetlink: Resolve conntrack L3-protocol flush regressionKristian Evensen2019-05-061-1/+1
| * netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo2019-05-061-7/+18
| * netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal2019-05-061-2/+7
| * netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski2019-05-061-1/+1
| * netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo2019-04-301-0/+6
| * netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo2019-04-301-0/+1
| * netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso2019-04-301-2/+1
| * netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal2019-04-301-11/+39
* | netfilter: xt_hashlimit: use struct_size() helperGustavo A. R. Silva2019-05-061-2/+1
* | netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"Colin Ian King2019-04-301-1/+1
* | netfilter: nft_ct: Add ct id supportBrett Mastbergen2019-04-301-0/+8
* | netfilter: nf_nat: register NAT helpers.Flavio Leitner2019-04-305-6/+39
* | netfilter: add API to manage NAT helpers.Flavio Leitner2019-04-307-36/+140
* | netfilter: use macros to create module aliases.Flavio Leitner2019-04-305-5/+5
* | netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang2019-04-301-15/+33
* | netfilter: nf_tables: fix implicit include of module.hPaul Gortmaker2019-04-301-0/+1
* | netfilter: nf_tables: relocate header content to consumerPaul Gortmaker2019-04-301-0/+17
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+16
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-2716-119/+128
* | ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek2019-04-273-21/+21
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-2711-53/+53
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-2511-94/+172
|\|
| * netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin2019-04-221-1/+1
| * netfilter: never get/set skb->tstampFlorian Westphal2019-04-224-16/+18
| * netfilter: nat: fix icmp id randomizationFlorian Westphal2019-04-151-3/+8
| * netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter2019-04-151-1/+1
| * netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-04-152-5/+64
| * ipvs: do not schedule icmp errors from tunnelsJulian Anastasov2019-04-131-1/+1
| * netfilter: conntrack: initialize ct->timeoutAlexander Potapenko2019-04-131-0/+1
| * netfilter: conntrack: don't set related state for different outer addressFlorian Westphal2019-04-132-67/+78
* | bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal2019-04-123-3/+2
* | netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal2019-04-113-91/+42
* | netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal2019-04-113-0/+158
* | netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2019-04-112-4/+2
* | netfilter: make two functions staticFlorian Westphal2019-04-082-5/+3
* | netfilter: nft_osf: Add version option supportFernando Fernandez Mancera2019-04-082-12/+32
* | netfilter: nft_redir: add inet supportFlorian Westphal2019-04-081-0/+61
* | netfilter: nft_masq: add inet supportFlorian Westphal2019-04-081-0/+64
* | netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2019-04-084-15/+10
* | netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-084-16/+174
* | netfilter: nat: add inet family nat supportFlorian Westphal2019-04-084-17/+136
* | ipvs: allow tunneling with gue encapsulationJacky Hu2019-04-082-5/+114
* | netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso2019-04-081-8/+2
* | netfilter: nft_redir: Make nft_redir_dump staticYueHaibing2019-04-081-1/+1
* | netfilter: nf_tables: remove unused parameter ctxColin Ian King2019-04-081-3/+2
* | time: Introduce jiffies64_to_msecs()Li RongQing2019-04-081-3/+1