summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal2016-02-011-3/+71
* netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-183-114/+74
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-141-3/+6
| |\
| * | netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal2015-12-091-5/+8
| * | netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2015-11-232-49/+36
| * | netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2015-11-232-71/+40
| * | netfilter: remove duplicate includestephen hemminger2015-11-231-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-0/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-141-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso2015-12-101-0/+1
| | |/
* | | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-1/+2
|/ /
* | ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-11-241-2/+3
|/
* net: fix percpu memory leaksEric Dumazet2015-11-021-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-0/+1
|\
| * ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer2015-10-271-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+1
|\ \ | |/
| * netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso2015-10-011-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-175-7/+6
|\ \
| * | ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2015-10-122-4/+3
| * | ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-083-3/+3
| * | ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-083-3/+3
* | | netfilter: remove hook owner refcountingFlorian Westphal2015-10-164-14/+0
* | | netfilter: ipv6: pointer cast layoutIan Morris2015-10-141-1/+1
* | | netfilter: ip6_tables: improve if statementsIan Morris2015-10-141-3/+3
* | | netfilter: ip6_tables: ternary operator layoutIan Morris2015-10-131-2/+2
* | | netfilter: ipv6: whitespace around operatorsIan Morris2015-10-133-5/+5
* | | netfilter: ipv6: code indentationIan Morris2015-10-133-6/+6
* | | netfilter: ip6_tables: function definition layoutIan Morris2015-10-131-3/+3
* | | netfilter: ip6_tables: label placementIan Morris2015-10-131-1/+1
|/ /
* | ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman2015-09-293-3/+3
* | netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6Eric W. Biederman2015-09-181-1/+1
* | netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman2015-09-181-2/+2
* | netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-1812-47/+47
* | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-181-1/+2
* | netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2015-09-182-20/+5
* | netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-181-3/+3
* | netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-183-5/+5
* | netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-0/+1
* | netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-186-9/+7
* | inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman2015-09-183-11/+11
* | inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-186-16/+10
* | netfilter: Use nf_hook_state.netEric W. Biederman2015-09-178-22/+17
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-1/+1
|/
* netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann2015-09-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-284-18/+17
|\
| * netfilter: reduce sparse warningsFlorian Westphal2015-08-281-1/+1
| * Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal2015-08-281-15/+8
| * netfilter: ip6t_REJECT: added missing icmpv6 codesAndreas Herz2015-08-261-0/+6
| * netfilter: nf_dup: fix sparse warningsPablo Neira Ayuso2015-08-211-2/+2
OpenPOWER on IntegriCloud