aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-2/+3
2015-11-02net: fix percpu memory leaksEric Dumazet1-3/+9
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-10-27ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer1-0/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso5-7/+6
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal4-14/+0
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris1-1/+1
2015-10-14netfilter: ip6_tables: improve if statementsIan Morris1-3/+3
2015-10-13netfilter: ip6_tables: ternary operator layoutIan Morris1-2/+2
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris3-5/+5
2015-10-13netfilter: ipv6: code indentationIan Morris3-6/+6
2015-10-13netfilter: ip6_tables: function definition layoutIan Morris1-3/+3
2015-10-13netfilter: ip6_tables: label placementIan Morris1-1/+1
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2-4/+3
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman3-3/+3
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman3-3/+3
2015-10-01netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso1-0/+1
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman3-3/+3
2015-09-18netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6Eric W. Biederman1-1/+1
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman1-2/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman12-47/+47
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-1/+2
2015-09-18netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2-20/+5
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed net_devicesEric W. Biederman1-3/+3
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman3-5/+5
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman1-0/+1
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman6-9/+7
2015-09-18inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman3-11/+11
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman6-16/+10
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman8-22/+17
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-1/+1
2015-09-02netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann1-0/+1
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-18/+17
2015-08-28netfilter: reduce sparse warningsFlorian Westphal1-1/+1
2015-08-28Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal1-15/+8
2015-08-27ipv6: Export nf_ct_frag6_gather()Joe Stringer1-0/+1
2015-08-26netfilter: ip6t_REJECT: added missing icmpv6 codesAndreas Herz1-0/+6
2015-08-21netfilter: nf_dup: fix sparse warningsPablo Neira Ayuso1-2/+2
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso3-11/+14
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2-3/+3
2015-08-18netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann1-1/+3
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-2/+6
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+11
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann3-10/+7
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter1-1/+2
2015-08-10netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2015-08-07netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso4-1/+116
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso3-0/+104
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-31/+33