aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/eth1394.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-2/+2
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-10/+4
2009-06-15ieee1394: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-9/+7
2009-03-24ieee1394: constify device ID tablesStefan Richter1-1/+1
2009-03-24ieee1394: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-14/+14
2009-01-06ieee1394: use internal network device statsStephen Hemminger1-22/+16
2009-01-06ieee1394: remove unneeded last_rxStephen Hemminger1-2/+0
2009-01-06ieee1394: convert to net_device_opsStephen Hemminger1-6/+10
2009-01-04ieee1394: eth1394: trivial sparse annotationsHarvey Harrison1-13/+13
2009-01-04ieee1394: mark all hpsb_address_ops instances as constStefan Richter1-1/+1
2008-10-15ieee1394: Use DIV_ROUND_UPJulia Lawall1-1/+1
2007-10-16ieee1394: eth1394: fix lock imbalanceStefan Richter1-9/+5
2007-10-16ieee1394: eth1394: superfluous local variableStefan Richter1-2/+0
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-17/+23
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger1-5/+5
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
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