summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-3/+5
|\
| * netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-141-3/+5
* | netfilter: ip6t_NPT: rewrite addresses in ICMPv6 original packetMichael Zhou2020-08-281-0/+39
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-056-83/+59
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-034-8/+4
| |\
| | * netfilter: ip6tables: Remove redundant null checksGaurav Singh2020-07-294-8/+4
| * | net: remove sockptr_advanceChristoph Hellwig2020-07-281-4/+4
| * | netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-241-12/+12
| * | netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-241-3/+3
| * | netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2020-07-191-2/+1
| * | netfilter/ip6_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig2020-07-191-66/+21
| |/
| * netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana2020-06-301-0/+26
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder2020-06-255-6/+44
* netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder2020-06-251-1/+14
* netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-255-0/+5
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-151-2/+2
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-14/+14
* netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-151-1/+1
* netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-121-0/+1
* netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-121-0/+1
* netfilter: nft_tproxy: Fix typo in IPv6 module description.Norman Rasmussen2019-10-171-1/+1
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-8/+8
* netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header.Jeremy Sowden2019-09-132-4/+4
* netfilter: update include directives.Jeremy Sowden2019-09-131-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+1
|\
| * inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-081-1/+1
* | netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera2019-08-031-2/+2
|/
* netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-161-0/+2
* netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-07-161-2/+6
* ipv6: Use ipv6_authlen for lenyangxingwu2019-07-114-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-113-439/+36
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-2525-118/+45
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2223-101/+34
| | |\
| | * | inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-191-2/+8
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-073-15/+3
| | |\ \
| * | | | netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera2019-06-171-411/+9
| * | | | Update my email addressJozsef Kadlecsik2019-06-101-1/+1
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-14/+2
| |\ \ \
| * | | | net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-13/+14
| * | | | net: add a net pointer to struct fqdirEric Dumazet2019-05-261-4/+2
| * | | | net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-261-2/+1
| * | | | netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet2019-05-261-12/+7
| * | | | net: rename struct fqdir fieldsEric Dumazet2019-05-261-20/+20
| * | | | net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-261-2/+2
| * | | | inet: rename netns_frags to fqdirEric Dumazet2019-05-261-2/+2
* | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |