An error occurred fetching the project authors.
  1. 31 Jan, 2005 2 commits
  2. 30 Jan, 2005 1 commit
    • Jody McIntyre's avatar
      · 422d6acf
      Jody McIntyre authored
      Fixed removal of old partial datagrams.  Since max_partial_datagrams can
      be changed at runtime, there may be _more_ than max_partial_datagrams
      in the list.  Also removed obsolote comment.
      Signed-off-by: default avatarJody McIntyre <scjody@modernduck.com>
      422d6acf
  3. 29 Jan, 2005 1 commit
  4. 08 Jan, 2005 1 commit
  5. 01 Dec, 2004 1 commit
  6. 06 Oct, 2004 1 commit
  7. 17 Sep, 2004 1 commit
  8. 29 Aug, 2004 2 commits
  9. 26 Jul, 2004 1 commit
  10. 18 Jun, 2004 1 commit
  11. 13 Jun, 2004 1 commit
  12. 03 Jun, 2004 1 commit
  13. 06 Apr, 2004 1 commit
  14. 29 Feb, 2004 2 commits
  15. 28 Feb, 2004 1 commit
  16. 27 Feb, 2004 2 commits
  17. 23 Feb, 2004 1 commit
  18. 21 Feb, 2004 2 commits
  19. 17 Feb, 2004 2 commits
  20. 04 Feb, 2004 1 commit
  21. 14 Jan, 2004 2 commits
  22. 10 Jan, 2004 1 commit
  23. 24 Dec, 2003 1 commit
    • Ben Collins's avatar
      Many files: · af17e3f3
      Ben Collins authored
      IEEE-1394 Sync with r1088
      
      - Cleanup Kconfig so that ieee1394 core doesn't require PCI.
      
      - Some function renames to make things consistent.
      
      - Fixup ISO API so that packet-per-buffer and irq-interval work
        correctly.
      
      - Get rid of host list and use driver model for handling host ref count
        and host accounting.
      
      - Get rid of packet semaphore.
      
      - Move bus registration into core ieee1394 initialization.
      
      - Get rid of ancient unused data_be (big-endian) flag in packet struct.
      
      - Fix recursive use of bus_for_each_dev() in nodemgr.
      
      - Revert changes to oui.db. This file is verbatim from IEEE, so if any
        changes should be made, register them with the IEEE database and keep
        this one pristine.
      
      - Fix PCILynx so that it checks for errors on calls to copy_from_user().
      
      - Add ARM API handlers to raw1394.
      
      - Cleanup sbp2's packet sending to accomodate for a case where a packet
        was free'd while sbp2 was waiting on it.
      af17e3f3
  24. 01 Sep, 2003 1 commit
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r1047) · 3581ab9b
      Ben Collins authored
      subsys   : - Added hpsb_make_streampacket() helper
                 - Fix re-probe of bus after reset, when node's generation
      	     changes
      	   - Missing spinlock.h include for csr.c
      
      general  : - Fix a few warnings from size mismatches in printk's
      
      raw1394  : - Added RAW1394_REQ_ASYNC_STREAM
                 - Use vmalloc/vfree for larger buffer support
      
      ohci1394 : - Fix a few endianess bugs in ISO routines
      
      eth1394  : - Fix cleanup of failed packets
      3581ab9b
  25. 19 Aug, 2003 1 commit
  26. 04 Aug, 2003 1 commit
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r1023) · 0b53593b
      Ben Collins authored
       misc      : - Signed cleanups.
      	     - Convert to correct min/max macros.
      
       subsystem : - Attempt to fix sleeping call in hpsb_get_tlabel when
      	       preempt is enabled.
      
       eth1394   : - Fix packet sizes for S800+.
      0b53593b
  27. 25 Jul, 2003 1 commit
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r1014) · ccdba6ab
      Ben Collins authored
       misc:      - Consolidate and make consistent, the NODE_BUS_{FMT,ARGS}
      	      macros.
      	    - Add HPSB_VERBOSE() macro to make VERBOSEDEBUG code a
      	      little cleaner.
       ieee1394 : - Replace panic() with BUG and return value in dma routine.
      	    - Reset reset_retries on success or loop recover.
      	    - Add RECV_FLUSH to flush buffers on > 1 irq interval or in
      	      buffer-fill mode.
      	    - Probe logic-unit-subdirectories as children of the
      	      unit-dir.
      	    - Fix compile warning in nodemgr thread.
      	    - Replace tightly scheduled timeout loop with a 50ms timer.
      	    - Better return and usage of BUG_ON() in dma handler.
      	    - Calculate timeout expiry interval at change instead of at
      	      every timeout check.
       SBP2     : - Fix logical-unit-directory LUN's.
      	    - Remove procfs interface.
      	    - Fix usage of initdata after init.
       Host con : - Change irq output to use __irq_itoa() for sparc.
      	    - Do more to notify bus when module is unloaded, to clear
      	      IRM, etc.
       ohci1394 : Fix endianess of async stream packet headers.
      ccdba6ab
  28. 29 Jun, 2003 1 commit
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r986) · 947af82f
      Ben Collins authored
       ETH1394  : - Minor cleanups.
                  - Fix incorrect error handling with no broadcast channel.
      	    - Set max/default MTU to 1500.
      	    - Fix broken spinlock handling on device open.
       IEEE1394 : Make bus-nodeid printk's of a consistent format.
       OHCI1394 : Change one printk to a verbose/debug only message.
      947af82f
  29. 26 Jun, 2003 2 commits
  30. 13 Jun, 2003 1 commit
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r952) · 5ba15264
      Ben Collins authored
       OHCI1394: Merge CONFIG_PPC_ALL changes.
       DV1394  : Fix broken endian conversions.
       ETH1394 : Fix oopses due to non-linear sk_buff's.
      5ba15264
  31. 02 Jun, 2003 1 commit
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r946) · 9683c74d
      Ben Collins authored
       ETH1394: Use 64bit EUI as the hardware address.
       ETH1394: Support broadcast packets.
       SBP2   : Fix max_payload for > S400
       CORE   : Fix iso.c compilation by including linux/sched.h directly.
      9683c74d
  32. 26 May, 2003 1 commit
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r939) · 9fc6726f
      Ben Collins authored
      - Adds fragementation support to eth1394
      - Fix race conditition in packet completion task call
      - Fix lack of proper logic in tlabel allocation
      - Fix brokeness introduced by "stanford checker fixes for memset" in
        ohci1394
      - Add trivial PM resume callback in ohci1394 to support sleep/resume.
      9fc6726f