index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
wusbcore
/
wa-xfer.c
Commit message (
Expand
)
Author
Age
*
usb: wusbcore: skip done segs before completing aborted transfer
Thomas Pugliese
2014-09-24
*
usb: wusbcore: fix below build warning
Peter Chen
2014-08-19
*
usb: wusbcore: convert nested lock to use spin_lock instead of spin_lock_irq
Thomas Pugliese
2014-04-24
*
usb: wusbcore: use multiple urbs for HWA iso transfer result frame reads
Thomas Pugliese
2014-03-09
*
usb: wusbcore: combine iso transfer result frame reads when possible
Thomas Pugliese
2014-03-09
*
usb: wusbcore: disable transfer notifications for Alereon HWAs
Thomas Pugliese
2014-03-07
*
usb: wusbcore: don't mark WA_SEG_DTI_PENDING segs as done in urb_dequeue
Thomas Pugliese
2014-03-07
*
usb: wusbcore: fix potential double list_del on urb dequeue
Thomas Pugliese
2014-03-07
*
usb: wusbcore: fix compile warnings
Thomas Pugliese
2014-02-28
*
usb: wusbcore: add info to HWA debug prints
Thomas Pugliese
2014-02-28
*
usb: wusbcore: read actual_length bytes isoc in segments
Thomas Pugliese
2014-02-28
*
usb: wusbcore: add a convenience function for completing a transfer segment
Thomas Pugliese
2014-02-28
*
usb: wusbcore: prevent urb dequeue and giveback race
Thomas Pugliese
2014-02-28
*
usb: wusbcore: fix stranded URB after HWA unplug
Thomas Pugliese
2014-02-28
*
usb: wusbcore: fix kernel panic on HWA unplug
Thomas Pugliese
2014-02-28
*
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-08
*
usb: wusbcore: add isochronous IN support to HWA
Thomas Pugliese
2013-12-17
*
usb: wusbcore: set packet count correctly on isoc transfers
Thomas Pugliese
2013-12-09
*
usb: wusbcore: move isoc_frame_index from wa_xfer to wa_seg
Thomas Pugliese
2013-12-09
*
usb: wusbcore: fix short transfers
Thomas Pugliese
2013-12-09
*
usb: wusbcore: return -ENOENT for unlinked URBs.
Thomas Pugliese
2013-12-08
*
usb: wusbcore: add more info to debug prints in urb_unlink path
Thomas Pugliese
2013-12-08
*
usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_e...
Thomas Pugliese
2013-12-08
*
usb: wusbcore: change WA_SEGS_MAX to a legal value
Thomas Pugliese
2013-10-29
*
usb: wusbcore: add a quirk for Alereon HWA device isoc behavior
Thomas Pugliese
2013-10-29
*
usb: wusbcore: combine multiple isoc frames in a single transfer request.
Thomas Pugliese
2013-10-29
*
usb: wusbcore: serialize access to the HWA data out endpoint
Thomas Pugliese
2013-10-19
*
usb: wusbcore: fix string formatting warnings on 64-bit builds
Thomas Pugliese
2013-10-07
*
usb: wusbcore: add support for isoc out transfers
Thomas Pugliese
2013-10-05
*
usb: wusbcore: avoid stack overflow in URB enqueue error path
Thomas Pugliese
2013-10-03
*
usb: wusbcore: fix build warning on 64-bit builds
Thomas Pugliese
2013-10-01
*
usb: wusbcore: clean up urb dequeue process
Thomas Pugliese
2013-09-30
*
usb: wusbcore: include the xfer_id in debug prints
Thomas Pugliese
2013-09-30
*
usb: wusbcore: fix endianess issues when using dwTransferID
Thomas Pugliese
2013-09-30
*
usb: wusbcore: set pointers to NULL after freeing in error cases
Thomas Pugliese
2013-09-26
*
usb: wusbcore: clean up the sg list that was created for out transfers
Thomas Pugliese
2013-09-26
*
usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segs
Thomas Pugliese
2013-09-26
*
usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfers
Thomas Pugliese
2013-09-26
*
usb: wusbcore: rename fields in struct wahc
Thomas Pugliese
2013-09-26
*
usb: wusbcore: rename urb to tr_urb in struct wa_seg
Thomas Pugliese
2013-09-26
*
USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
2013-09-25
*
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
2013-08-18
|
\
|
*
wusbcore: fix kernel panic when disconnecting a wireless USB->serial device
Thomas Pugliese
2013-08-12
*
|
USB: WUSBCORE: Use usb_init_urb instead of creating the URB manually
Thomas Pugliese
2013-08-15
*
|
USB: WUSBCORE: fix leak of urb in wa_xfer_destroy.
Thomas Pugliese
2013-08-15
*
|
USB: WUSBCORE: fix resource cleanup in error path in __wa_xfer_setup_segs
Thomas Pugliese
2013-08-15
*
|
USB: WUSBCORE: clear RPIPE stall for control endpoints
Thomas Pugliese
2013-08-15
*
|
wusbcore: clean up list locking in urb enqueue
Thomas Pugliese
2013-08-12
|
/
*
usb: wire adapter: add scatter gather support
Thomas Pugliese
2013-06-17
*
USB: wusbcore/wa-xfer: error handling fixes in setup_segs()
Dan Carpenter
2013-02-06
[next]