summaryrefslogtreecommitdiff
path: root/drivers/usb/atm/usbatm.c
AgeCommit message (Expand)Author
2023-10-02usb: atm: Use size_add() in call to struct_size()Gustavo A. R. Silva
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman
2021-10-05usb: atm: Use struct_size() helperGustavo A. R. Silva
2020-12-09drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk()Enrico Weigelt, metux IT consult
2020-10-28usb: atm: Replace in_interrupt() usage in commentThomas Gleixner
2020-08-18usb: atm: convert tasklets to use new tasklet_setup() APIAllen Pais
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2017-11-21usb: usbatm: Convert timers to use timer_setup()Kees Cook
2017-11-04USB: atm: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-08-10USB: atm: make atmdev_ops constBhumika Goyal
2017-07-22USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-30usb: atm: usbatm: don't print on ENOMEMWolfram Sang
2016-08-15usb: atm: usbatm: don't print error when allocating urb failsWolfram Sang
2015-05-10USB: usbatm.c: move assignment out of if () blockGreg Kroah-Hartman
2013-12-08Usb: atm: usbatm: fixed a pointer variable format issueSeth Archer Brown
2013-07-23USB: usbatm: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman
2013-07-23USB: usbatm: remove unneeded trace printk callsGreg Kroah-Hartman
2013-07-23USB: usbatm: remove unused UDSL_ASSERT macroGreg Kroah-Hartman
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-04-19usbatm: fix potential NULL pointer dereferenceWei Yongjun
2012-09-13USB: atm: usbatm: fix up debug printing codeGreg Kroah-Hartman
2012-05-01USB: usbatm.c: remove dbg() usageGreg Kroah-Hartman
2011-07-01drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-08-10USB: speedtouch: fixed more brace and spacing coding style issuesNicolas Kaiser
2010-08-10USB: speedtouch: fixed brace and spacing coding style issuesNicolas Kaiser
2010-03-02USB: atm: Use FIELD_SIZEOF, trivial cleanup.Thiago Farina
2010-03-02USB: cxacru: check device isn't being removed during sysfs callsSimon Arlott
2008-10-27net: convert more to %pMJohannes Berg
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman
2008-09-23usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller
2008-04-24USB: usbatm: convert heavy init dances to kthread APIPavel Emelyanov
2007-07-19USB: atm: usbatm: clean up urb->status usageGreg Kroah-Hartman
2007-05-09usbatm_heavy_init: don't use CLONE_SIGHANDOleg Nesterov
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-27usbatm: Detect usb device shutdown and ignore failed urbsSimon Arlott
2007-04-27usbatm: create sysfs link "device" from atm class device to usb interfaceSimon Arlott
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2006-10-17USB: fix usbatm tiny raceAndrew Morton
2006-10-17usbatm: fix tiny raceDuncan Sands
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-06-21[PATCH] USBATM: remove pointless inlineDuncan Sands