summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix the connection sync failed in some casesguodeqing2020-07-221-4/+8
* netfilter: nf_tables: fix nat hook table deletionFlorian Westphal2020-07-151-27/+14
* netfilter: conntrack: refetch conntrack after nf_conntrack_update()Pablo Neira Ayuso2020-07-031-0/+2
* netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-06-304-5/+5
* netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-2529-0/+29
* netfilter: ipset: fix unaligned atomic accessRussell King2020-06-251-0/+2
* net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-192-0/+2
* netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-151-45/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-154-25/+65
|\
| * netfilter: nf_tables: hook list memleak in flowtable deletionPablo Neira Ayuso2020-06-121-7/+24
| * netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso2020-06-101-10/+22
| * netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio2020-06-081-1/+5
| * netfilter: nft_set_rbtree: Don't account for expired elements on insertionStefano Brivio2020-06-081-7/+14
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-56/+56
* | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+1
|\ \ | |/ |/|
| * netfilter: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0314-304/+808
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-06-016-135/+650
| |\ \
| | * | netfilter: nf_tables: skip flowtable hooknum and priority on device updatesPablo Neira Ayuso2020-05-271-18/+35
| | * | netfilter: nf_tables: allow to register flowtable with no devicesPablo Neira Ayuso2020-05-271-9/+11
| | * | netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso2020-05-271-16/+97
| | * | netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso2020-05-271-11/+86
| | * | netfilter: nf_tables: pass hook list to flowtable event notifierPablo Neira Ayuso2020-05-271-5/+11
| | * | netfilter: nf_tables: add nft_flowtable_hooks_destroy()Pablo Neira Ayuso2020-05-271-4/+11
| | * | netfilter: nf_tables: pass hook list to nft_{un,}register_flowtable_net_hooks()Pablo Neira Ayuso2020-05-271-7/+10
| | * | netfilter: nf_tables: generalise flowtable hook parsingPablo Neira Ayuso2020-05-271-11/+25
| | * | netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan2020-05-275-71/+381
| * | | net: remove indirect block netdev event registrationPablo Neira Ayuso2020-06-012-118/+1
| * | | net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso2020-06-012-9/+38
| * | | netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso2020-06-011-3/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-314-36/+111
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-154-8/+38
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-062-8/+8
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-013-5/+5
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-283-5/+5
| | |\ \ \ \ \
| | | * | | | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-273-5/+5
| | | | |_|_|/ | | | |/| | |
| * | | | | | docs: networking: convert tproxy.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
| * | | | | | netfilter: nft_nat: add netmap supportPablo Neira Ayuso2020-04-281-1/+45
| * | | | | | netfilter: nft_nat: add helper function to set up NAT address and protocolPablo Neira Ayuso2020-04-281-22/+34
| * | | | | | netfilter: nft_nat: set flags from initialization pathPablo Neira Ayuso2020-04-281-4/+6
| * | | | | | netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso2020-04-281-2/+2
| * | | | | | netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso2020-04-271-12/+26
| * | | | | | netfilter: nf_conntrack: add IPS_HW_OFFLOAD status bitBodong Wang2020-04-262-1/+6
| |/ / / / /
* | | | | | Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-021-9/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | netfilter: add audit table unregister actionsRichard Guy Briggs2020-04-281-0/+2
| * | | | | audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs2020-04-281-9/+3
| | |/ / / | |/| | |
* | | | | netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-05-271-1/+1
* | | | | netfilter: conntrack: comparison of unsigned in cthelper confirmationPablo Neira Ayuso2020-05-271-1/+1
* | | | | netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_updateNathan Chancellor2020-05-271-3/+3
* | | | | netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso2020-05-251-1/+2