summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
AgeCommit message (Expand)AuthorLines
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-5/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-6/+6
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal-5/+5
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti-3/+0
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+1
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal-3/+1
2017-04-26netfilter: masquerade: attach nat extension if not presentFlorian Westphal-1/+4
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng-6/+14
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal-34/+39
2017-04-25netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 pathDave Johnson-1/+1
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal-4/+0
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal-4/+2
2017-04-08netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal-9/+0
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal-1/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal-12/+8
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+8
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter-1/+1
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang-8/+8
2017-03-01ipv6: orphan skbs in reassembly unitEric Dumazet-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-1/+1
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-39/+28
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček-1/+1
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal-1/+1
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal-8/+4
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal-8/+8
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal-1/+1
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal-6/+6
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang-13/+8
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol-0/+3
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn-0/+2
2017-01-09ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn-15/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang-1/+1
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal-3/+6
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal-4/+1
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal-3/+2
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal-5/+44
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal-12/+42
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal-0/+14
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal-2/+2
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti-0/+3
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti-0/+3
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti-0/+3
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez-4/+4
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+4
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal-3/+3
2016-11-24netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern-0/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall-10/+10
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti-54/+24