Age | Commit message (Expand) | Author |
2018-08-17 | firewire: use 64-bit time_t based interfaces | Arnd Bergmann |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-02 | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-01-13 | firewire-ohci: work around oversized DMA reads on JMicron controllers | Hector Martin |
2018-01-13 | firewire: net: max MTU off by one | Stefan Richter |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland |
2017-10-05 | timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack() | Kees Cook |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-03-23 | drivers, firewire: convert fw_node.ref_count from atomic_t to refcount_t | Elena Reshetova |
2017-02-28 | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |
2017-02-27 | scripts/spelling.txt: add "intialization" pattern and fix typo instances | Masahiro Yamada |
2017-02-13 | idr: Return the deleted entry from idr_remove | Matthew Wilcox |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-03 | firewire: net: fix fragmented datagram_size off-by-one | Stefan Richter |
2016-11-03 | firewire: net: guard against rx buffer overflows | Stefan Richter |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-10-29 | firewire: net: really fix maximum possible MTU | Stefan Richter |
2016-10-26 | firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardB... | Stefan Richter |
2016-10-26 | firewire: net: fix maximum possible MTU | Stefan Richter |
2016-10-20 | net: use core MTU range checking in misc drivers | Jarod Wilson |
2016-10-09 | firewire: nosy: do not ignore errors in ioremap_nocache() | Alexey Khoroshilov |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal |
2016-03-25 | Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-03-22 | firewire: use in_compat_syscall to check ioctl compatness | Andy Lutomirski |
2016-03-22 | firewire: nosy: Replace timeval with timespec64 | Tina Ruchandani |
2016-03-19 | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2015-11-11 | Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-05 | firewire: ohci: propagate return code from soft_reset to probe and resume | Stefan Richter |
2015-11-05 | firewire: nosy: Replace timeval with timespec64 | Amitoj Kaur Chawla |
2015-11-05 | firewire: ohci: fix JMicron JMB38x IT context discovery | Stefan Richter |
2015-05-31 | scsi: Do not set cmd_per_lun to 1 in the host template | Hannes Reinecke |
2015-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-03-02 | net: Kill dev_rebuild_header | Eric W. Biederman |
2015-02-02 | firewire: core: use correct vendor/model IDs | Clemens Ladisch |
2015-01-31 | firewire: sbp2: remove redundant check for bidi command | Stefan Richter |
2015-01-22 | firewire: ohci: Remove unused function | Rickard Strandqvist |
2014-12-10 | firewire: sbp2: replace card lock by target lock | Stefan Richter |
2014-12-10 | firewire: sbp2: replace some spin_lock_irqsave by spin_lock_irq | Stefan Richter |
2014-12-10 | firewire: sbp2: protect a reference counter properly | Stefan Richter |
2014-12-10 | firewire: core: document fw_csr_string's truncation of long strings | Stefan Richter |
2014-11-19 | firewire: ohci: replace vm_map_ram() with vmap() | Clemens Ladisch |
2014-11-14 | firewire: cdev: prevent kernel stack leaking into ioctl arguments | Stefan Richter |