summaryrefslogtreecommitdiff
path: root/drivers/firewire/core-cdev.c
AgeCommit message (Expand)Author
2021-11-01firewire: Remove function callback castsOscar Carter
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-23firewire: switch ioctl_queue_iso to use of copy_from_user()Al Viro
2019-12-02Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-13firewire: core: code cleanup after vm_map_pages_zero introductionStefan Richter
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-08-17firewire: use 64-bit time_t based interfacesArnd Bergmann
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox
2016-03-22firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2014-11-14firewire: cdev: prevent kernel stack leaking into ioctl argumentsStefan Richter
2014-06-12firewire: Use ktime_get_ts()Thomas Gleixner
2013-07-30firewire: core: typecast from gfp_t to bool more safelyStefan Richter
2013-07-27firewire: fix libdc1394/FlyCap2 iso event regressionClemens Ladisch
2013-04-28firewire: remove unnecessary alloc/OOM messagesStefan Richter
2013-04-28firewire: core: remove an always false testStefan Richter
2013-02-27firewire: convert to idr_alloc()Tejun Heo
2013-02-27firewire: don't use idr_remove_all()Tejun Heo
2012-10-09firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)Stefan Richter
2012-04-17firewire: core: fix DMA mapping directionStefan Richter
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-18firewire: allow explicit flushing of iso packet completionsClemens Ladisch
2012-03-18firewire: prevent dropping of completed iso packet header dataClemens Ladisch
2012-02-22firewire: core: prefix log messages with card nameStefan Richter
2011-08-12firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner casesStefan Richter
2011-07-16firewire: cdev: prevent race between first get_info ioctl and bus reset event...Stefan Richter
2011-07-16firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALStefan Richter
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutStefan Richter
2011-05-10firewire: core: use non-reentrant workqueue with rescuerStefan Richter
2011-05-10firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch
2011-05-10firewire: octlet AT payloads can be stack-allocatedStefan Richter
2011-01-23firewire: core: fix card->reset_jiffies overflowClemens Ladisch
2011-01-23firewire: cdev: remove unneeded referenceClemens Ladisch
2011-01-23firewire: cdev: always wait for outbound transactions to completeClemens Ladisch
2011-01-23firewire: cdev: remove unneeded idr_find() from complete_transaction()Clemens Ladisch
2010-12-13firewire: make PHY packet header format consistentClemens Ladisch
2010-08-02Merge firewire branches to be released post v2.6.35Stefan Richter
2010-07-29firewire: add isochronous multichannel receptionStefan Richter
2010-07-29firewire: core: small clarifications in core-cdevStefan Richter
2010-07-29firewire: core: remove unused codeStefan Richter
2010-07-23firewire: cdev: improve FW_CDEV_IOC_ALLOCATEStefan Richter
2010-07-23firewire: cdev: add PHY pingingStefan Richter
2010-07-23firewire: cdev: add PHY packet receptionStefan Richter
2010-07-23firewire: cdev: add PHY packet transmissionStefan Richter
2010-07-23firewire: core: use C99 initializer in array of ioctl handlersStefan Richter
2010-07-13firewire: core: integrate software-forced bus resets with bus managementStefan Richter