aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy1-7/+26
2015-03-26netfilter: nf_tables: add transaction helper functionsPatrick McHardy1-0/+28
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy1-1/+3
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy1-0/+2
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy1-4/+10
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy1-0/+105
2015-03-25netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy1-2/+2
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso1-0/+10
2015-03-12net: Introduce possible_net_tEric W. Biederman1-3/+2
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+2
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal2-2/+2
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+19
2015-03-06netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso1-1/+1
2015-03-06netfilter: nf_tables: cleanup nf_tables.hPatrick McHardy1-87/+87
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy1-3/+19
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2-14/+3
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-01-19netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso1-0/+2
2015-01-08netfilter: conntrack: Remove nf_ct_conntrack_flush_reportKristian Evensen1-2/+0
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-6/+49
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro4-2/+26
2014-11-27netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso3-17/+12
2014-11-27netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira1-0/+7
2014-11-27netfilter: conntrack: avoid zeroing timerFlorian Westphal1-6/+9
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-0/+38
2014-11-12netfilter: nf_tables: restore synchronous object release from commit/abortPablo Neira Ayuso1-2/+0
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches3-5/+5
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)1-1/+1
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-27netfilter: nf_tables: add new expression nft_redirArturo Borrero1-0/+21
2014-10-27netfilter: refactor NAT redirect IPv6 code to use it from nf_tablesArturo Borrero1-0/+8
2014-10-27netfilter: refactor NAT redirect IPv4 to use it from nf_tablesArturo Borrero1-0/+9
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+6
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2-0/+6
2014-10-07netfilter: kill nf_send_reset6() from include/net/netfilter/ipv6/nf_reject.hPablo Neira Ayuso1-155/+2
2014-10-02netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso1-0/+6
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso1-117/+1
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2-7/+3
2014-09-29netfilter: nf_tables: store and dump set policyArturo Borrero1-0/+2
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2-2/+2
2014-09-11netfilter: fix compilation of masquerading without IP_NF_TARGET_MASQUERADEPablo Neira Ayuso1-6/+4
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero1-0/+16
2014-09-09netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero1-0/+10
2014-09-09netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero1-0/+14
2014-09-09netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso1-0/+37
2014-09-02netfilter: nat: move specific NAT IPv4 to corePablo Neira Ayuso1-0/+38
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter1-1/+1