Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: x_tables: add xt_find_tableFlorian Westphal
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-06netfilter: x_tables: move known table lists to net_generic infraFlorian Westphal
2021-03-15netfilter: x_tables: Use correct memory barriers.Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-02-28netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-25netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig
2020-06-30audit: add gfp parameter to audit_log_nfcfgRichard Guy Briggs
2020-04-29netfilter: add audit table unregister actionsRichard Guy Briggs
2020-04-29audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs
2020-03-04netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin
2020-01-31netfilter: Use kvcallocJoe Perches
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-09netfilter: make two functions staticFlorian Westphal
2019-03-01netfilter: convert the proto argument from u8 to u16Li RongQing
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri
2018-08-16netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-16netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig
2018-05-15audit: use inline function to get audit contextRichard Guy Briggs
2018-04-27netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30netfilter: x_tables: Add note about how to free percpu countersBen Hutchings
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-13netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-03-06netfilter: x_tables: make sure compat af mutex is heldFlorian Westphal
2018-03-06netfilter: compat: reject huge allocation requestsFlorian Westphal
2018-03-06netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-03-06netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-03-06netfilter: x_tables: limit allocation requests for blob rule headsFlorian Westphal
2018-03-06netfilter: x_tables: cap allocations at 512 mbyteFlorian Westphal
2018-03-06netfilter: x_tables: enforce unique and ascending entry pointsFlorian Westphal
2018-03-06netfilter: x_tables: move hook entry checks into coreFlorian Westphal
2018-03-06netfilter: x_tables: check error target size tooFlorian Westphal
2018-03-06netfilter: x_tables: check standard verdicts in coreFlorian Westphal