summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ipv6: Export nf_ct_frag6_gather()Joe Stringer2015-08-271-0/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-08-213-11/+14
|\
| * net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-172-3/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-8/+11
| |\
| | * netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-101-1/+2
| | * netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter2015-08-101-8/+10
* | | netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann2015-08-181-1/+3
* | | netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann2015-08-181-2/+6
* | | netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-113-10/+7
* | | netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso2015-08-074-1/+116
* | | netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso2015-08-073-0/+104
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-043-31/+33
|\ \ | |/ |/|
| * netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()Subash Abhinov Kasiviswanathan2015-08-041-5/+0