summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+3
* treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
* Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-022-2/+13
|\
| * firewire-ohci: work around oversized DMA reads on JMicron controllersHector Martin2018-01-131-1/+7
| * firewire: net: max MTU off by oneStefan Richter2018-01-131-1/+6
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-282-4/+4
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-5/+5
|\ \
| * | timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-051-5/+5
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-075-0/+5
|\ \ \ | | |/ | |/|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-6/+4
|/
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-5/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* drivers, firewire: convert fw_node.ref_count from atomic_t to refcount_tElena Reshetova2017-03-232-5/+5
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-281-2/+1
|\
| * idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-131-2/+1
* | scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-20/+39
|\
| * firewire: net: fix fragmented datagram_size off-by-oneStefan Richter2016-11-031-4/+4
| * firewire: net: guard against rx buffer overflowsStefan Richter2016-11-031-16/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-3/+10
|\ \ | |/
| * firewire: nosy: do not ignore errors in ioremap_nocache()Alexey Khoroshilov2016-10-091-3/+10
* | firewire: net: really fix maximum possible MTUStefan Richter2016-10-291-1/+1
* | firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardB...Stefan Richter2016-10-261-7/+1
* | firewire: net: fix maximum possible MTUStefan Richter2016-10-261-3/+4
* | net: use core MTU range checking in misc driversJarod Wilson2016-10-201-14/+4
|/
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-251-3/+5
|\
| * firewire: nosy: Replace timeval with timespec64Tina Ruchandani2016-03-221-3/+5
* | firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski2016-03-221-2/+2
* | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-192-6/+9
|\ \ | |/
| * firewire: ohci: propagate return code from soft_reset to probe and resumeStefan Richter2015-11-051-2/+3
| * firewire: nosy: Replace timeval with timespec64Amitoj Kaur Chawla2015-11-051-4/+6
* | Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-111-0/+5
|\ \ | |/
| * firewire: ohci: fix JMicron JMB38x IT context discoveryStefan Richter2015-11-051-0/+5
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
|/
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-05-311-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-033-18/+2
|\
| * firewire: core: use correct vendor/model IDsClemens Ladisch2015-02-021-2/+2
| * firewire: sbp2: remove redundant check for bidi commandStefan Richter2015-01-311-11/+0
| * firewire: ohci: Remove unused functionRickard Strandqvist2015-01-221-5/+0
* | net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-13/+0
|/
* firewire: sbp2: replace card lock by target lockStefan Richter2014-12-101-31/+29
* firewire: sbp2: replace some spin_lock_irqsave by spin_lock_irqStefan Richter2014-12-101-9/+6
* firewire: sbp2: protect a reference counter properlyStefan Richter2014-12-101-8/+6
* firewire: core: document fw_csr_string's truncation of long stringsStefan Richter2014-12-101-0/+3
* firewire: ohci: replace vm_map_ram() with vmap()Clemens Ladisch2014-11-191-4/+2
* firewire: cdev: prevent kernel stack leaking into ioctl argumentsStefan Richter2014-11-141-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+2
|\
OpenPOWER on IntegriCloud