summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-132-8/+8
* ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-011-0/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-037-39/+28
|\
| * netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-021-1/+1
| * netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-021-1/+1
| * netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-023-8/+4
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-023-8/+8
| * netfilter: reset netfilter state when duplicating packetFlorian Westphal2017-02-021-1/+1
| * netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-021-6/+6
| * xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-091-0/+2
| * ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
* | netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-162-13/+8
* | netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-01-091-0/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang2016-12-061-1/+1
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-061-3/+6
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-061-4/+1
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-3/+2
* netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-062-5/+44
* netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-041-12/+42
* netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2016-12-042-0/+14
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-041-2/+2
* netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-041-0/+3
* netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-041-0/+3
* netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-041-0/+3
* netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2016-12-042-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-033-3/+4
|\
| * netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2016-11-292-3/+3
| * netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern2016-11-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+4
|\ \ | |/
| * netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2016-10-311-2/+4
* | netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-131-10/+10
* | netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-091-54/+24
* | netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-035-14/+16
* | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-035-18/+20
* | netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-013-0/+159
* | netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-013-0/+284
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-252-3/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-3/+7
| |\
| | * netfilter: nft_chain_route: re-route before skb is queued to userspaceLiping Zhang2016-09-061-3/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-0/+1
| |\ \ | | |/
| | * netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-0/+1
* | | netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang2016-09-251-7/+7
* | | netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2016-09-252-3/+3
* | | netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2016-09-242-2/+2
* | | netfilter: Add the missed return value check of nft_register_chain_typeGao Feng2016-09-121-1/+4
* | | netfilter: nf_tables: don't drop IPv6 packets that cannot parse transportPablo Neira Ayuso2016-09-122-6/+2
|/ /
* | netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-301-2/+1
|/
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-181-21/+24
OpenPOWER on IntegriCloud