Age | Commit message (Expand) | Author |
2020-12-08 | netfilter: x_tables: Switch synchronization to RCU | Subash Abhinov Kasiviswanathan |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2020-07-28 | net: remove sockptr_advance | Christoph Hellwig |
2020-07-24 | netfilter: switch xt_copy_counters to sockptr_t | Christoph Hellwig |
2020-07-22 | netfilter: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-19 | netfilter: remove the compat argument to xt_copy_counters_from_user | Christoph Hellwig |
2020-06-29 | audit: add gfp parameter to audit_log_nfcfg | Richard Guy Briggs |
2020-04-28 | netfilter: add audit table unregister actions | Richard Guy Briggs |
2020-04-28 | audit: tidy and extend netfilter_cfg x_tables | Richard Guy Briggs |
2020-03-04 | netfilter: x_tables: xt_mttg_seq_next should increase position index | Vasily Averin |
2020-01-31 | netfilter: Use kvcalloc | Joe Perches |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-04-08 | netfilter: make two functions static | Florian Westphal |
2019-03-01 | netfilter: convert the proto argument from u8 to u16 | Li RongQing |
2019-02-12 | netfilter: compat: initialize all fields in xt_init | Francesco Ruggeri |
2018-08-16 | netfilter: x_tables: do not fail xt_alloc_table_info too easilly | Michal Hocko |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-06 | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-05-16 | netfilter/x_tables: switch to proc_create_seq_private | Christoph Hellwig |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig |
2018-05-16 | netfilter/x_tables: simplify ѕeq_file code | Christoph Hellwig |
2018-05-14 | audit: use inline function to get audit context | Richard Guy Briggs |
2018-04-27 | netfilter: x_tables: check name length in find_match/target, too | Florian Westphal |
2018-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2018-03-30 | netfilter: x_tables: Add note about how to free percpu counters | Ben Hutchings |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-03-13 | netfilter: x_tables: fix build with CONFIG_COMPAT=n | Florian Westphal |
2018-03-11 | netfilter: x_tables: add and use xt_check_proc_name | Florian Westphal |
2018-03-05 | netfilter: x_tables: make sure compat af mutex is held | Florian Westphal |
2018-03-05 | netfilter: compat: reject huge allocation requests | Florian Westphal |
2018-03-05 | netfilter: compat: prepare xt_compat_init_offsets to return errors | Florian Westphal |
2018-03-05 | netfilter: x_tables: add counters allocation wrapper | Florian Westphal |
2018-03-05 | netfilter: x_tables: limit allocation requests for blob rule heads | Florian Westphal |
2018-03-05 | netfilter: x_tables: cap allocations at 512 mbyte | Florian Westphal |
2018-03-05 | netfilter: x_tables: enforce unique and ascending entry points | Florian Westphal |
2018-03-05 | netfilter: x_tables: move hook entry checks into core | Florian Westphal |
2018-03-05 | netfilter: x_tables: check error target size too | Florian Westphal |
2018-03-05 | netfilter: x_tables: check standard verdicts in core | Florian Westphal |
2018-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-02-19 | net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops | Kirill Tkhai |
2018-02-14 | netfilter: x_tables: use pr ratelimiting in xt core | Florian Westphal |
2018-02-08 | netfilter: x_tables: remove size check | Michal Hocko |
2018-02-02 | netfilter: x_tables: make allocation less aggressive | Michal Hocko |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2018-01-25 | netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target} | Eric Dumazet |
2018-01-19 | netfilter: delete /proc THIS_MODULE references | Alexey Dobriyan |
2018-01-16 | netfilter: x_tables: don't return garbage pointer on modprobe failure | Florian Westphal |