summaryrefslogtreecommitdiff
path: root/net/netrom/nr_timer.c
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2024-06-17netrom: Fix a memory leak in nr_heartbeat_expiry()Gavrilov Ilia
2023-01-24netrom: Fix use-after-free of a listening socket.Kuniyuki Iwashima
2021-07-18netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-27netrom: switch to sock timer APICong Wang
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook
2014-10-17netrom: use linux/uaccess.hFabian Frederick
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2007-02-10[NET] NETROM: Fix whitespace errors.YOSHIFUJI Hideaki
2006-07-12[NETROM]: Drop lock before calling nr_destroy_socketRalf Baechle
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-03-22[NETROM]: Get rid of sk_protinfo useRalf Bächle
2003-09-21[NETROM]: Timer code cleanup.Vinay K. Nallamothu
2003-08-14[NETROM]: Lock sockets while doing protocol processing.Jeroen Vreeken
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris
2002-08-05Implement socket locking for AX.25, NET/ROM and ROSE timers.Ralf Bächle
2002-08-05More reformatting of switch statements.Ralf Bächle
2002-08-05Implement locking of internal data for NET/ROM and ROSE.Ralf Bächle
2002-05-21[PATCH] jiffies.hRusty Russell
2002-02-10Split protocol specific information out from struct sock.David S. Miller
2002-02-04Import changesetLinus Torvalds