An error occurred fetching the project authors.
- 31 Jan, 2005 2 commits
-
-
Jody McIntyre authored
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
- 30 Jan, 2005 1 commit
-
-
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: Jody McIntyre <scjody@modernduck.com>
-
- 29 Jan, 2005 1 commit
-
-
Jody McIntyre authored
Fix GCC 3.4 compile error with inline keyword in function prototype. Signed-off-by: Adrian Bunk <bunk@fs.tum.de> Signed-off-by: Steve Kinneberg <kberg@linux1394.org> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
- 08 Jan, 2005 1 commit
-
-
Jan Dittmer authored
Convert MODULE_PARM to module_param Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 01 Dec, 2004 1 commit
-
-
Randy Dunlap authored
Use SET_NETDEV_DEV() so that the device works correctly with udev. Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 06 Oct, 2004 1 commit
-
-
Arnaldo Carvalho de Melo authored
Signed-off-by: Arnaldo Carvalho de Melo <acme@conectiva.com.br> Signed-off-by: David S. Miller <davem@redhat.com>
-
- 17 Sep, 2004 1 commit
-
-
Andrew Morton authored
From: Thierry Vignaud <tvignaud@mandrakesoft.com> The GDRVINFO command of the ETHTOOL ioctl returns a bogus driver name. Signed-off-by: Andrew Morton <akpm@osdl.org>
-
- 29 Aug, 2004 2 commits
-
-
Alexander Viro authored
-
Alexander Viro authored
-
- 26 Jul, 2004 1 commit
-
-
Alexander Viro authored
usual "shift definition of inlines before their uses" in a couple of places in drivers/* Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 18 Jun, 2004 1 commit
-
-
Yury Umanets authored
Adds memory allocation checks in eth1394_update(). Signed-off-by: Yury Umanets <torque@ukrpost.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 13 Jun, 2004 1 commit
-
-
Ben Collins authored
Signed-off-by: Ben Collins <bcollins@debian.org>
-
- 03 Jun, 2004 1 commit
-
-
Alexander Viro authored
->ifr_data users annotated.
-
- 06 Apr, 2004 1 commit
-
-
Ben Collins authored
-
- 29 Feb, 2004 2 commits
-
-
Ben Collins authored
-
Ben Collins authored
-
- 28 Feb, 2004 1 commit
-
-
Ben Collins authored
-
- 27 Feb, 2004 2 commits
-
-
Ben Collins authored
-
Ben Collins authored
-
- 23 Feb, 2004 1 commit
-
-
Ben Collins authored
-
- 21 Feb, 2004 2 commits
-
-
Ben Collins authored
-
Ben Collins authored
IEEE1394(r1146): Make the probe callback return an error if problems, and unbind drivers on failure.
-
- 17 Feb, 2004 2 commits
-
-
Ben Collins authored
-
Ben Collins authored
-
- 04 Feb, 2004 1 commit
-
-
Ben Collins authored
-
- 14 Jan, 2004 2 commits
-
-
Ben Collins authored
-
Ben Collins authored
-
- 10 Jan, 2004 1 commit
-
-
Alexander Viro authored
Drivers updated: eth1394, baycom_epp, lp486e, plip, 3c359, olympic, tms380tr.
-
- 24 Dec, 2003 1 commit
-
-
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.
-
- 01 Sep, 2003 1 commit
-
-
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
-
- 19 Aug, 2003 1 commit
-
-
Stephen Hemminger authored
s/kfree/free_netdev/ in cleanup routines of a bunch of different network drivers.
-
- 04 Aug, 2003 1 commit
-
-
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+.
-
- 25 Jul, 2003 1 commit
-
-
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.
-
- 29 Jun, 2003 1 commit
-
-
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.
-
- 26 Jun, 2003 2 commits
-
-
David S. Miller authored
-
Ben Collins authored
IEEE1394 : Kbuildify oui2c. ALL : C construct cleanups, macro namespace cleanups. ETH1394 : Limited multicast support. Minor fixes for IPv4 interop. ETH1394 : Add ethtool support.
-
- 13 Jun, 2003 1 commit
-
-
Ben Collins authored
OHCI1394: Merge CONFIG_PPC_ALL changes. DV1394 : Fix broken endian conversions. ETH1394 : Fix oopses due to non-linear sk_buff's.
-
- 02 Jun, 2003 1 commit
-
-
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.
-
- 26 May, 2003 1 commit
-
-
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.
-