summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-1/+1
|\
| * netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 pathDave Johnson2017-04-251-1/+1
* | netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-3/+1Star
* | netfilter: masquerade: attach nat extension if not presentFlorian Westphal2017-04-261-1/+4
* | netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2017-04-261-6/+14
* | netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-34/+39
* | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-151-4/+0Star
* | netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-152-4/+2Star
* | netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal2017-04-081-9/+0Star
* | netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
* | netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-071-12/+8Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-242-8/+8
|\|
| * netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-132-8/+8
* | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-1/+1
|/
* ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-021-0/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-037-39/+28Star
|\
| * 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/+4Star
| * 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/+6Star
* | netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-162-13/+8Star
* | 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/+1Star
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-3/+2Star
* 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/+24Star
* | 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