aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_IDLETIMER.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-24netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()Easwar Hariharan1-6/+6
2024-12-11netfilter: IDLETIMER: Fix for possible ABBA deadlockPhil Sutter1-24/+28
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner1-3/+1
2024-10-09netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal1-19/+40
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-2/+2
2021-11-08netfilter: xt_IDLETIMER: replace snprintf in show functions with sysfs_emitJing Yao1-2/+2
2021-10-07netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage valueJuhee Kang1-1/+1
2020-04-05netfilter: xt_IDLETIMER: target v1 - match Android layoutMaciej Żenczykowski1-0/+3
2020-03-15netfilter: xt_IDLETIMER: clean up some indentingDan Carpenter1-4/+3
2020-03-15netfilter: xtables: Add snapshot of hardidletimer targetManoj Basapathi1-12/+235
2019-08-13netfilter: remove unnecessary spacesyangxingwu1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2019-03-01netfilter: xt_IDLETIMER: fix sysfs callback function typeSami Tolvanen1-10/+4
2018-11-03netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo1-0/+20
2018-09-17netfilter: xtables: avoid BUG_ONFlorian Westphal1-4/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-19netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet1-3/+6
2018-01-31netfilter: x_tables: fix pointer leaks to userspaceDmitry Vyukov1-0/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2016-04-29netfilter: IDLETIMER: fix race condition when destroy the targetLiping Zhang1-0/+1
2015-07-13netfilter: IDLETIMER: fix lockdep warningDmitry Torokhov1-0/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-2/+0
2011-01-18netfilter: xtables: add missing aliases for autoloading via iptablesJan Engelhardt1-0/+2
2010-06-22netfilter: xt_IDLETIMER needs kdev_t.hRandy Dunlap1-0/+1
2010-06-15netfilter: xtables: idletimer target implementationLuciano Coelho1-0/+314