summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
| * netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal2015-07-301-5/+2
| * netfilter: xtables: remove __pure annotationFlorian Westphal2015-07-151-1/+1
| * netfilter: add and use jump label for xt_teeFlorian Westphal2015-07-151-1/+2
| * netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2015-07-151-12/+14
| * netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal2015-07-151-8/+15
* | inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-261-3/+3
|/
* netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-151-2/+2
* netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso2015-06-151-1/+2
* netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-121-49/+16
* netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-121-5/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-3/+1
|\
| * netfilter: remove unused comefrom hookmask argumentFlorian Westphal2015-05-261-3/+1
* | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-201-0/+6
|/
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-2/+2
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-133-13/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-091-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2015-04-0813-124/+76
| |\
| * | netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal2015-04-081-1/+3
OpenPOWER on IntegriCloud