summaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/eth1394.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-081-14/+14
|\
| * ieee1394: eth1394: trivial sparse annotationsHarvey Harrison2009-01-041-13/+13
| * ieee1394: mark all hpsb_address_ops instances as constStefan Richter2009-01-041-1/+1
* | ieee1394: use internal network device statsStephen Hemminger2009-01-071-22/+16Star
* | ieee1394: remove unneeded last_rxStephen Hemminger2009-01-071-2/+0Star
* | ieee1394: convert to net_device_opsStephen Hemminger2009-01-071-6/+10
|/
* ieee1394: Use DIV_ROUND_UPJulia Lawall2008-10-151-1/+1
* ieee1394: eth1394: fix lock imbalanceStefan Richter2007-10-161-9/+5Star
* ieee1394: eth1394: superfluous local variableStefan Richter2007-10-161-2/+0Star
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-17/+23
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-111-5/+5
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* ieee1394: eth1394: revert parent device to that in 2.6.20Stefan Richter2007-07-101-3/+1Star
* ieee1394: fix to ether1394_tx in ether1394.cCarlos E. Ugarte2007-06-161-6/+15
* ieee1394: eth1394: bring back a parent deviceStefan Richter2007-05-271-4/+3Star
* ieee1394: eth1394: handle tlabel exhaustionStefan Richter2007-05-271-17/+63
* ieee1394: eth1394: remove bogus netif_wake_queueStefan Richter2007-05-271-4/+0Star
* ieee1394: eth1394: send async streams at S100 on 1394b busesStefan Richter2007-04-301-5/+13
* ieee1394: eth1394: fix error path in module_initAkinobu Mita2007-04-301-3/+12
* ieee1394: eth1394: correct return codes in hard_start_xmitStefan Richter2007-04-301-18/+16Star
* ieee1394: eth1394: hard_start_xmit is called in atomic contextStefan Richter2007-04-301-3/+2Star
* ieee1394: eth1394: some conditions are unlikelyStefan Richter2007-04-301-4/+4
* ieee1394: eth1394: clean up fragment_overlapStefan Richter2007-04-301-4/+4
* ieee1394: eth1394: don't use alloc_etherdevStefan Richter2007-04-301-15/+5Star
* ieee1394: eth1394: omit useless set_mac_address callbackStefan Richter2007-04-301-13/+1Star
* ieee1394: eth1394: CONFIG_INET is always definedStefan Richter2007-04-301-12/+4Star
* ieee1394: eth1394: allow MTU bigger than 1500Stefan Richter2007-04-301-15/+19
* ieee1394: eth1394: contain host resetStefan Richter2007-04-301-4/+2Star
* ieee1394: eth1394: shorter error messagesStefan Richter2007-04-301-24/+16Star
* ieee1394: eth1394: correct a memset argumentStefan Richter2007-04-301-1/+1
* ieee1394: eth1394: refactor .probe and .updateStefan Richter2007-04-301-32/+16Star
* ieee1394: eth1394: .probe and .update may sleepStefan Richter2007-04-301-8/+4Star
* ieee1394: eth1394: coding styleStefan Richter2007-04-301-227/+199Star
* ieee1394: eth1394: Move common recv_init code to helper functionJean Delvare2007-04-301-40/+31Star
* ieee1394: eth1394: don't autoload by hotplug when ohci1394 startsStefan Richter2007-04-301-1/+6
* ieee1394: eth1394: reduce excessive function inliningStefan Richter2007-04-301-38/+36Star
* ieee1394: eth1394: clean up host removalStefan Richter2007-04-301-17/+10Star
* ieee1394: eth1394: unregister address space in failure caseStefan Richter2007-04-301-7/+6Star
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* ieee1394: fix oops on "modprobe -r ohci1394" after network class_device conve...Stefan Richter2007-03-231-0/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* ieee1394: Consolidate driver registeringBen Collins2006-12-071-3/+1Star
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [ETH1394]: Fix unaligned accesses.David S. Miller2006-10-311-8/+12
* ieee1394: remove #include <asm/semaphore.h>Stefan Richter2006-09-171-1/+0Star
* [PATCH] ieee1394: update #include directives in midlayer header filesStefan Richter2006-07-031-5/+6
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-2/+1Star
* eth1394: replace __constant_htons by htonsBen Collins2006-06-131-12/+11Star