summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-2/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-512/+2909
2019-07-09netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso-7/+599
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds-8/+8
2019-07-09Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-81/+100
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-76/+472
2019-07-06netfilter: nf_tables: force module load in case select_ops() returns -EAGAINPablo Neira Ayuso-0/+10
2019-07-05netfilter: nf_tables: __nft_expr_type_get() selects specific family typePablo Neira Ayuso-5/+8
2019-07-05netfilter: nf_tables: add nft_expr_type_request_module()Pablo Neira Ayuso-3/+14
2019-07-05netfilter: nft_meta: move bridge meta keys into nft_meta_bridgewenxu-53/+29
2019-07-05ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov-4/+42
2019-07-05netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera-0/+299
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko-3/+64
2019-07-04netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal-6/+4
2019-07-04netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()Markus Elfring-1/+1
2019-07-04netfilter: rename nf_SYNPROXY.h to nf_synproxy.hPablo Neira Ayuso-1/+1
2019-06-29net: make skb_dst_force return true when dst is refcountedFlorian Westphal-1/+5
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-80/+95
2019-06-28docs: leds: convert to ReSTMauro Carvalho Chehab-1/+1
2019-06-28netfilter: Fix remainder of pseudo-header protocol 0He Zhe-4/+5
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel-1/+1
2019-06-26netfilter: ctnetlink: Fix regression in conntrack entry deletionFelix Kaechele-3/+4
2019-06-25ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov-66/+72
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso-835/+197
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-590/+147
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+2
2019-06-21netfilter: nf_tables: add support for matching IPv4 optionsStephen Suryaputra-0/+133
2019-06-21ipvs: defer hook registration to avoid leaksJulian Anastasov-7/+14
2019-06-20netfilter: synproxy: use nf_cookie_v6_check() from corePablo Neira Ayuso-1/+1
2019-06-19netfilter: nf_tables: enable set expiration time for set elementsLaura Garcia Liebana-7/+21
2019-06-19netfilter: nft_ct: fix null pointer in ct expectations supportStéphane Veyret-0/+4
2019-06-19netfilter: synproxy: ensure zero is returned on non-error return pathColin Ian King-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-579/+142
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner-3/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-4/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-23/+3
2019-06-17netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera-37/+859
2019-06-17Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso-119/+93
2019-06-17netfilter: xt_owner: bail out with EINVAL in case of unsupported flagsPablo Neira Ayuso-0/+3
2019-06-17netfilter: conntrack: small conntrack lookup optimizationFlorian Westphal-12/+13
2019-06-17netfilter: nft_ct: add ct expectations supportStéphane Veyret-2/+136
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-8/+8
2019-06-10Update my email addressJozsef Kadlecsik-38/+38
2019-06-10ipset: Fix memory accounting for hash types on resizeStefano Brivio-1/+1
2019-06-10netfilter: ipset: Fix error path in set_target_v3_checkentry()Jozsef Kadlecsik-20/+21
2019-06-10netfilter: ipset: Fix the last missing check of nla_parse_deprecated()Jozsef Kadlecsik-4/+6
2019-06-10netfilter: ipset: fix a missing check of nla_parseAditya Pakki-3/+7