aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/eth1394.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-10ieee1394: eth1394: revert parent device to that in 2.6.20Stefan Richter1-3/+1
2007-06-16ieee1394: fix to ether1394_tx in ether1394.cCarlos E. Ugarte1-6/+15
2007-05-27ieee1394: eth1394: bring back a parent deviceStefan Richter1-4/+3
2007-05-27ieee1394: eth1394: handle tlabel exhaustionStefan Richter1-17/+63
2007-05-27ieee1394: eth1394: remove bogus netif_wake_queueStefan Richter1-4/+0
2007-04-30ieee1394: eth1394: send async streams at S100 on 1394b busesStefan Richter1-5/+13
2007-04-30ieee1394: eth1394: fix error path in module_initAkinobu Mita1-3/+12
2007-04-30ieee1394: eth1394: correct return codes in hard_start_xmitStefan Richter1-18/+16
2007-04-30ieee1394: eth1394: hard_start_xmit is called in atomic contextStefan Richter1-3/+2
2007-04-30ieee1394: eth1394: some conditions are unlikelyStefan Richter1-4/+4
2007-04-30ieee1394: eth1394: clean up fragment_overlapStefan Richter1-4/+4
2007-04-30ieee1394: eth1394: don't use alloc_etherdevStefan Richter1-15/+5
2007-04-30ieee1394: eth1394: omit useless set_mac_address callbackStefan Richter1-13/+1
2007-04-30ieee1394: eth1394: CONFIG_INET is always definedStefan Richter1-12/+4
2007-04-30ieee1394: eth1394: allow MTU bigger than 1500Stefan Richter1-15/+19
2007-04-30ieee1394: eth1394: contain host resetStefan Richter1-4/+2
2007-04-30ieee1394: eth1394: shorter error messagesStefan Richter1-24/+16
2007-04-30ieee1394: eth1394: correct a memset argumentStefan Richter1-1/+1
2007-04-30ieee1394: eth1394: refactor .probe and .updateStefan Richter1-32/+16
2007-04-30ieee1394: eth1394: .probe and .update may sleepStefan Richter1-8/+4
2007-04-30ieee1394: eth1394: coding styleStefan Richter1-227/+199
2007-04-30ieee1394: eth1394: Move common recv_init code to helper functionJean Delvare1-40/+31
2007-04-30ieee1394: eth1394: don't autoload by hotplug when ohci1394 startsStefan Richter1-1/+6
2007-04-30ieee1394: eth1394: reduce excessive function inliningStefan Richter1-38/+36
2007-04-30ieee1394: eth1394: clean up host removalStefan Richter1-17/+10
2007-04-30ieee1394: eth1394: unregister address space in failure caseStefan Richter1-7/+6
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-03-23ieee1394: fix oops on "modprobe -r ohci1394" after network class_device conversionStefan Richter1-0/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-07ieee1394: Consolidate driver registeringBen Collins1-3/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-10-30[ETH1394]: Fix unaligned accesses.David S. Miller1-8/+12
2006-09-17ieee1394: remove #include <asm/semaphore.h>Stefan Richter1-1/+0
2006-07-03[PATCH] ieee1394: update #include directives in midlayer header filesStefan Richter1-5/+6
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-2/+1
2006-06-12eth1394: replace __constant_htons by htonsBen Collins1-12/+11
2006-06-12ieee1394: add preprocessor constant for invalid csr addressBen Collins1-9/+7
2006-06-12[PATCH] eth1394: endian fixesBen Collins1-3/+3
2006-06-12ieee1394: support for slow links or slow 1394b phy portsBen Collins1-4/+2
2005-11-07kmalloc/kzalloc changes:Stefan Richter1-6/+6
2005-11-07Remove version strings from eth1394, ohci1394, sbp2.Stefan Richter1-8/+0
2005-10-28[PATCH] gfp_t: remaining bits of drivers/*Al Viro1-1/+1
2005-09-30[PATCH] eth1394: workaround limitation in rawiso routinesJody McIntyre1-7/+5
2005-07-10[PATCH] Sync up ieee-1394Ben Collins1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1801