summaryrefslogtreecommitdiff
path: root/net/ax25/ax25_ds_timer.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2017-10-25net: ax25: Convert timers to use timer_setup()Kees Cook
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-18AX.25: Close socket connection on session completionBasil Gunn
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2010-08-26ax25: missplaced sock_put(sk)Bernard Pidoux F6BVP
2008-02-12[AX25] ax25_ds_timer: use mod_timer instead of add_timerJarek Poplawski
2008-01-28[AX25]: sparse cleanupsEric Dumazet
2006-07-12[AX.25]: Optimize AX.25 socket list lockRalf Baechle
2006-05-03[AX.25]: Eleminate HZ from AX.25 kernel interfacesRalf Baechle
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2004-07-05[AX25]: ax25_ds_idletimer_expiry() locking fix.Andrew Morton
2003-08-20[AX25]: Fix ax25_cb locking.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-05Replace interrupt-safe spinlocks with their bh-safe equivalents.Ralf Bächle
2002-08-05Implement locking of internal data for NET/ROM and ROSE.Ralf Bächle
2002-08-04Reformat.Ralf Bächle
2002-07-30Convert ax25_route_list by a rw_lock, no longer an interrup-saveRalf Bächle
2002-07-27Redo locking of ax25_list with spinlocks.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