summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)Author
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal
2016-11-24netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal
2016-10-31netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-12netfilter: Add the missed return value check of nft_register_chain_typeGao Feng
2016-09-12netfilter: nf_tables: don't drop IPv6 packets that cannot parse transportPablo Neira Ayuso
2016-09-06netfilter: nft_chain_route: re-route before skb is queued to userspaceLiping Zhang
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng
2016-08-25netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches
2016-07-01netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-05-30netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flagsPaolo Abeni
2016-05-05netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso
2016-04-29netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso
2016-04-25netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output retur...Liping Zhang
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-04-14netfilter: x_tables: remove obsolete checkFlorian Westphal
2016-04-14netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal
2016-04-14netfilter: x_tables: do compat validation via translate_tableFlorian Westphal