summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-071-1/+0
* | netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei2019-03-282-87/+95
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-276-30/+41
|\|
| * netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo2019-03-201-1/+4
| * netfilter: nft_redir: fix module autoload with ip4Pablo Neira Ayuso2019-03-181-1/+1
| * netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso2019-03-181-3/+16
| * netfilter: fix NETFILTER_XT_TARGET_TEE dependenciesArnd Bergmann2019-03-181-0/+1
| * netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso2019-03-181-4/+3
| * netfilter: nf_conntrack_sip: remove direct dependency on IPv6Alin Nastac2019-03-181-21/+16
* | genetlink: make policy common to familyJohannes Berg2019-03-221-12/+1
|/
* netfilter: nf_tables: return immediately on empty commitFlorian Westphal2019-03-111-0/+5
* netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso2019-03-111-1/+3
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-03-114-13/+54
* netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-03-081-6/+11
* netfilter: nat: don't register device notifier twiceFlorian Westphal2019-03-081-16/+19
* netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal2019-03-013-0/+111
* netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2019-03-012-13/+168
* netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2019-03-012-12/+143
* netfilter: xt_IDLETIMER: fix sysfs callback function typeSami Tolvanen2019-03-011-10/+4
* netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2Li RongQing2019-03-011-0/+1
* netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing2019-03-011-6/+8