summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-0/+1
|\
| * netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-081-0/+1
* | netfilter: Libify xt_TPROXYMáté Eckl2018-06-033-1/+151
* | netfilter: nat: merge ipv4/ipv6 masquerade code into main nat moduleFlorian Westphal2018-05-293-9/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-235-154/+114
|\ \
| * | netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat2018-05-231-0/+2
| * | netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-233-112/+103
| * | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-6/+14
| * | netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal2018-05-231-1/+4
| * | netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-231-46/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+1
|\ \ \ | |/ / |/| / | |/
| * netfilter: x_tables: add module alias for icmp matchesFlorian Westphal2018-05-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-0611-276/+180
|\ \ | |/ |/|
| * netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal2018-05-063-13/+7
| * netfilter: ip6t_srh: extend SRH matching for previous, next and last SIDAhmed Abdelsalam2018-05-061-9/+164
| * netfilter: x_tables: remove duplicate ip6t_get_target function callTaehee Yoo2018-04-241-1/+0
| * netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-246-8/+8
| * netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau2018-04-241-2/+1
| * netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_tableFelix Fietkau2018-04-241-232/+0
| * netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau2018-04-211-14/+3
* | netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso2018-04-191-27/+28
|/
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-041-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-2/+4
|\
| * netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan2018-03-241-2/+4
* | inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet2018-03-311-18/+11
* | inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-311-5/+5
* | inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-311-3/+2
* | inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-311-38/+13
* | inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-311-7/+9
* | inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-311-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-307-96/+39
|\ \
| * | Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal2018-03-301-16/+1
| * | netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-301-0/+12
| * | netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-303-69/+1
| * | netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-303-7/+7
| * | netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-303-3/+3
| * | netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-201-1/+7
| * | netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-051-1/+16
| * | netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-3/+7
| * | netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-1/+1
| * | netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-10/+3
| * | netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-051-5/+0
| * | netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-051-1/+2
* | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-2710-10/+0
* | | net: Convert nf_ct_net_opsKirill Tkhai2018-03-221-0/+1
* | | net: Convet ipv6_net_opsKirill Tkhai2018-03-081-0/+1
* | | net: Convert ip6 tables pernet_operationsKirill Tkhai2018-03-085-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-064-15/+7
|\ \ \ | |/ / |/| / | |/
| * net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-041-1/+1
| * netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal2018-02-252-14/+2