- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- f2e0b29 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 7 months ago
- d3c4815 net: remove sockptr_advance by Christoph Hellwig · 4 years, 7 months ago
- ab214d1 netfilter: switch xt_copy_counters to sockptr_t by Christoph Hellwig · 4 years, 7 months ago
- 954d829 netfilter: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 8 months ago
- c34bc10 netfilter: remove the compat argument to xt_copy_counters_from_user by Christoph Hellwig · 4 years, 8 months ago
- 1422403 audit: add gfp parameter to audit_log_nfcfg by Richard Guy Briggs · 4 years, 8 months ago
- a45d885 netfilter: add audit table unregister actions by Richard Guy Briggs · 4 years, 10 months ago
- c4dad0a audit: tidy and extend netfilter_cfg x_tables by Richard Guy Briggs · 4 years, 10 months ago
- ee84f19 netfilter: x_tables: xt_mttg_seq_next should increase position index by Vasily Averin · 5 years ago
- b9e0102 netfilter: Use kvcalloc by Joe Perches · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 3b0a081 netfilter: make two functions static by Florian Westphal · 6 years ago
- 11d4dd0 netfilter: convert the proto argument from u8 to u16 by Li RongQing · 6 years ago
- 8d29d16 netfilter: compat: initialize all fields in xt_init by Francesco Ruggeri · 6 years ago
- a148ce1 netfilter: x_tables: do not fail xt_alloc_table_info too easilly by Michal Hocko · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
- cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 1cd6718 netfilter/x_tables: switch to proc_create_seq_private by Christoph Hellwig · 7 years ago
- c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
- 1d98c16 netfilter/x_tables: simplify ѕeq_file code by Christoph Hellwig · 7 years ago
- cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
- dceb48d netfilter: x_tables: check name length in find_match/target, too by Florian Westphal · 7 years ago
- d162190 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
- 9ba5c40 netfilter: x_tables: Add note about how to free percpu counters by Ben Hutchings · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 7259713 netfilter: x_tables: fix build with CONFIG_COMPAT=n by Florian Westphal · 7 years ago
- b1d0a5d netfilter: x_tables: add and use xt_check_proc_name by Florian Westphal · 7 years ago
- 8937086 netfilter: x_tables: make sure compat af mutex is held by Florian Westphal · 7 years ago
- 7d7d7e0 netfilter: compat: reject huge allocation requests by Florian Westphal · 7 years ago
- 9782a11 netfilter: compat: prepare xt_compat_init_offsets to return errors by Florian Westphal · 7 years ago
- c84ca95 netfilter: x_tables: add counters allocation wrapper by Florian Westphal · 7 years ago
- 9d5c12a netfilter: x_tables: limit allocation requests for blob rule heads by Florian Westphal · 7 years ago
- 1992696 netfilter: x_tables: cap allocations at 512 mbyte by Florian Westphal · 7 years ago
- e816a2c netfilter: x_tables: enforce unique and ascending entry points by Florian Westphal · 7 years ago
- 1b293e3 netfilter: x_tables: move hook entry checks into core by Florian Westphal · 7 years ago
- 472ebdc netfilter: x_tables: check error target size too by Florian Westphal · 7 years ago
- 07a9da5 netfilter: x_tables: check standard verdicts in core by Florian Westphal · 7 years ago
- f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 4d6b807 net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops by Kirill Tkhai · 7 years ago
- 1b6cd67 netfilter: x_tables: use pr ratelimiting in xt core by Florian Westphal · 7 years ago
- fd2c19b netfilter: x_tables: remove size check by Michal Hocko · 7 years ago
- 0537250 netfilter: x_tables: make allocation less aggressive by Michal Hocko · 7 years ago
- b9a4072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
- da17c73 netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target} by Eric Dumazet · 7 years ago
- 4c87158 netfilter: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
- e3eeacb netfilter: x_tables: don't return garbage pointer on modprobe failure by Florian Westphal · 7 years ago
- 20651ce netfilter: x_tables: unbreak module auto loading by Florian Westphal · 7 years ago
- 03d13b6 netfilter: xtables: add and use xt_request_find_table_lock by Florian Westphal · 7 years ago
- e8542dc netfilter: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
- 889c604 netfilter: x_tables: fix int overflow in xt_alloc_table_info() by Dmitry Vyukov · 7 years ago
- 613d077 netfilter: exit_net cleanup check added by Vasily Averin · 7 years ago
- 2eb3ed3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
- 80055da netfilter: x_tables: make xt_replace_table wait until old rules are not used anymore by Florian Westphal · 7 years ago
- e466af7 netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_user by Eric Dumazet · 7 years ago
- 46b20c3 netfilter: use audit_log() by Geliang Tang · 8 years ago
- eacd86c net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info() by Michal Hocko · 8 years ago
- 751a9c7 netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT by Willem de Bruijn · 8 years ago
- 324318f netfilter: xtables: zero padding in data_to_user by Willem de Bruijn · 8 years ago
- 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
- 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
- 7dde07e netfilter: x_tables: unlock on error in xt_find_table_lock() by Dan Carpenter · 8 years ago
- 550116d scripts/spelling.txt: add "aligment" pattern and fix typo instances by Masahiro Yamada · 8 years ago
- 4915f7b xtables: use match, target and data copy_to_user helpers in compat by Willem de Bruijn · 8 years ago
- f32815d xtables: add xt_match, xt_target and data copy_to_user functions by Willem de Bruijn · 8 years ago
- 5bad873 netfilter: x_tables: avoid warn and OOM killer on vmalloc call by Marcelo Ricardo Leitner · 8 years ago
- ae0ac0e netfilter: x_tables: pack percpu counter allocations by Florian Westphal · 8 years ago
- f28e15b netfilter: x_tables: pass xt_counters struct to counter allocator by Florian Westphal · 8 years ago
- 4d31eef netfilter: x_tables: pass xt_counters struct instead of packet counter by Florian Westphal · 8 years ago
- eb1a6bd netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test by Julia Lawall · 8 years ago
- 1ecc281 netfilter: x_tables: suppress kmemcheck warning by Florian Westphal · 8 years ago
- f4dc777 netfilter: x_tables: speed up jump target validation by Florian Westphal · 9 years ago
- ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
- a6d0bae netfilter: x_tables: fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 9 years ago
- 7b7eba0 netfilter: x_tables: don't reject valid target size on some architectures by Florian Westphal · 9 years ago
- d7591f0 netfilter: x_tables: introduce and use xt_copy_counters_from_user by Florian Westphal · 9 years ago
- 09d9686 netfilter: x_tables: do compat validation via translate_table by Florian Westphal · 9 years ago
- 0188346 netfilter: x_tables: xt_compat_match_from_user doesn't need a retval by Florian Westphal · 9 years ago
- 13631bf netfilter: x_tables: validate all offsets and sizes in a rule by Florian Westphal · 9 years ago
- ce683e5 netfilter: x_tables: check for bogus target offset by Florian Westphal · 9 years ago
- 7ed2abd netfilter: x_tables: check standard target size too by Florian Westphal · 9 years ago
- fc1221b netfilter: x_tables: add compat version of xt_check_entry_offsets by Florian Westphal · 9 years ago
- a08e4e19 netfilter: x_tables: assert minimum target size by Florian Westphal · 9 years ago
- 7d35812 netfilter: x_tables: add and use xt_check_entry_offsets by Florian Westphal · 9 years ago
- d157bd7 netfilter: x_tables: check for size overflow by Florian Westphal · 9 years ago
- b9e69e1 netfilter: xtables: don't hook tables by default by Florian Westphal · 9 years ago
- f13f2ae netfilter: Set /proc/net entries owner to root in namespace by Philip Whineray · 9 years ago
- 2ffbceb netfilter: remove hook owner refcounting by Florian Westphal · 9 years ago
- dcebd31 netfilter: add and use jump label for xt_tee by Florian Westphal · 10 years ago
- 7814b6e netfilter: xtables: don't save/restore jumpstack offset by Florian Westphal · 10 years ago
- 98d1bd8 netfilter: xtables: compute exact size needed for jumpstack by Florian Westphal · 10 years ago
- 711bdde6 netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference. by Eric Dumazet · 10 years ago
- 482cfc3 netfilter: xtables: avoid percpu ruleset duplication by Florian Westphal · 10 years ago
- 861fb10 netfilter: Use correct return for seq_show functions by Joe Perches · 10 years ago
- e71456ae netfilter: Remove checks of seq_printf() return values by Steven Rostedt (Red Hat) · 10 years ago
- 772476d net/netfilter/x_tables.c: use __seq_open_private() by Rob Jones · 10 years ago
- 7926dbf netfilter: don't use mutex_lock_interruptible() by Pablo Neira Ayuso · 11 years ago
- f6b5082 netfilter: x_tables: xt_free_table_info() cleanup by Eric Dumazet · 11 years ago