NFSD: Note an additional requirement when passing TCP sockets to portlist
[safe/jmp/linux-2.6] / drivers / firewire / fw-transaction.c
2009-03-24 Stefan Richterfirewire: core: drop unused call parameters of close_tr...
2009-03-24 Stefan Richterfirewire: cdev: add closure to async stream ioctl
2009-03-24 Jay Fenlasonfirewire: implement asynchronous stream transmission
2009-03-24 Stefan Richterfirewire: core: normalize a function argument name
2009-03-24 Stefan Richterfirewire: remove line breaks before function names
2009-03-24 Stefan Richterfirewire: standardize a variable name
2009-03-24 Stefan Richterfirewire: core: remove obsolete assertions
2009-03-24 Stefan Richterfirewire: core: remove outdated comment
2009-03-24 Stefan Richterfirewire: cdev: address handler input validation
2009-01-04 Stefan Richterfirewire: fix small memory leak at module removal
2008-12-10 Stefan Richterfirewire: fw-ohci: fix IOMMU resource exhaustion
2008-10-15 Jay Fenlasonfirewire: fw_send_request_sync()
2008-07-25 Stefan Richterfirewire: avoid memleak after phy config transmit failure
2008-07-14 Stefan Richterfirewire: small fw_fill_request cleanup
2008-07-14 Stefan Richterfirewire: fully initialize fw_transaction before markin...
2008-07-14 Stefan Richterfirewire: don't respond to broadcast write requests
2008-07-14 Stefan Richterfirewire: implement broadcast_channel CSR for 1394a...
2008-06-18 Stefan Richterfirewire: deadline for PHY config transmission
2008-06-18 Stefan Richterfirewire: don't panic on invalid AR request buffer
2008-04-19 Matthew Wilcoxdrivers: Remove unnecessary inclusions of asm/semaphore.h
2008-04-18 Adrian Bunkfirewire: cleanups
2008-04-18 Stefan Richterfirewire: wait until PHY configuration packet was trans...
2008-04-18 Jarod Wilsonfirewire: use bitwise and to get reg in handle_registers
2008-04-18 Jarod Wilsonfirewire: replace more hex values with defined csr...
2008-03-20 Stefan Richterfirewire: fix panic in handle_at_packet
2008-03-13 Stefan Richterfirewire: endianess annotations
2008-01-30 Jarod Wilsonfirewire: replace subtraction with bitwise and
2008-01-30 Rabin Vincentfirewire: Fix extraction of source node id
2007-10-19 Uwe Kleine-Königfix typo "insted" -> "instead"
2007-10-16 Stefan Richterfirewire: optimize fw_core_add_address_handler
2007-08-02 Stefan Richterfirewire: fw-core: make two variables static
2007-07-18 Stefan Richterfirewire: fix memory leak of fw_request instances
2007-07-18 Stefan Richterfirewire: remove bogus check in fw_core_handle_request
2007-05-10 Kristian Høgsbergfirewire: Always use parens with sizeof.
2007-05-10 Kristian Høgsbergfirewire: Uppercase most macro names.
2007-05-10 Kristian Høgsbergfirewire: Clean up comment style.
2007-03-09 Kristian Høgsbergfirewire: Implement CSR cycle time and bus time registers.
2007-03-09 Kristian Høgsbergfirewire: Implement topology map and fix a couple of...
2007-03-09 Kristian Høgsbergfirewire: Switch cdev code over to use register_chrdev...
2007-03-09 Kristian Høgsbergfirewire: Let an fw_descriptor specify a leading immedi...
2007-03-09 Kristian Høgsbergfirewire: Use correct payload pointer when demarshallin...
2007-03-09 Kristian Høgsbergfirewire: Implement proper transaction cancelation.
2007-03-09 Kristian Høgsbergfirewire: Rework async receive DMA.
2007-03-09 Kristian Høgsbergfirewire: Fix bit shift typo.
2007-03-09 Kristian Høgsbergfirewire: Sanitize send error codes.
2007-03-09 Kristian Høgsbergfirewire: Handle access to CSR resources on local node.
2007-03-09 Kristian Høgsbergfirewire: Clean up response handling.
2007-03-09 Kristian Høgsbergfirewire: Use struct fw_packet for incoming packets...
2007-03-09 Kristian Høgsbergfirewire: Implement gap count optimization.
2007-03-09 Stefan Richterfirewire: consistent usage of node_id
2007-03-09 Stefan Richterfirewire: comma after last enum item or initializer
2007-03-09 Stefan Richterfirewire: whitespace adjustments
2007-03-09 Adrian Bunkfirewire: cleanups
2007-03-09 Stefan Richterfirewire: mark some structs const
2007-03-09 Kristian Høgsbergfirewire: Add device probing and sysfs integration.
2007-03-09 Kristian Høgsbergfirewire: Add core firewire stack.