summaryrefslogtreecommitdiff
path: root/drivers/ieee1394/eth1394.c
AgeCommit message (Expand)Author
2010-10-11ieee1394: remove the old IEEE 1394 driver stackStefan Richter
2010-06-19ieee1394: remove unused variablesStefan Richter
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-06-15ieee1394: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-03-24ieee1394: constify device ID tablesStefan Richter
2009-03-24ieee1394: Storage class should be before const qualifierTobias Klauser
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-01-06ieee1394: use internal network device statsStephen Hemminger
2009-01-06ieee1394: remove unneeded last_rxStephen Hemminger
2009-01-06ieee1394: convert to net_device_opsStephen Hemminger
2009-01-04ieee1394: eth1394: trivial sparse annotationsHarvey Harrison
2009-01-04ieee1394: mark all hpsb_address_ops instances as constStefan Richter
2008-10-15ieee1394: Use DIV_ROUND_UPJulia Lawall
2007-10-16ieee1394: eth1394: fix lock imbalanceStefan Richter
2007-10-16ieee1394: eth1394: superfluous local variableStefan Richter
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-10ieee1394: eth1394: revert parent device to that in 2.6.20Stefan Richter
2007-06-16ieee1394: fix to ether1394_tx in ether1394.cCarlos E. Ugarte
2007-05-27ieee1394: eth1394: bring back a parent deviceStefan Richter
2007-05-27ieee1394: eth1394: handle tlabel exhaustionStefan Richter
2007-05-27ieee1394: eth1394: remove bogus netif_wake_queueStefan Richter
2007-04-30ieee1394: eth1394: send async streams at S100 on 1394b busesStefan Richter
2007-04-30ieee1394: eth1394: fix error path in module_initAkinobu Mita
2007-04-30ieee1394: eth1394: correct return codes in hard_start_xmitStefan Richter
2007-04-30ieee1394: eth1394: hard_start_xmit is called in atomic contextStefan Richter
2007-04-30ieee1394: eth1394: some conditions are unlikelyStefan Richter
2007-04-30ieee1394: eth1394: clean up fragment_overlapStefan Richter
2007-04-30ieee1394: eth1394: don't use alloc_etherdevStefan Richter
2007-04-30ieee1394: eth1394: omit useless set_mac_address callbackStefan Richter
2007-04-30ieee1394: eth1394: CONFIG_INET is always definedStefan Richter
2007-04-30ieee1394: eth1394: allow MTU bigger than 1500Stefan Richter
2007-04-30ieee1394: eth1394: contain host resetStefan Richter
2007-04-30ieee1394: eth1394: shorter error messagesStefan Richter
2007-04-30ieee1394: eth1394: correct a memset argumentStefan Richter
2007-04-30ieee1394: eth1394: refactor .probe and .updateStefan Richter
2007-04-30ieee1394: eth1394: .probe and .update may sleepStefan Richter
2007-04-30ieee1394: eth1394: coding styleStefan Richter
2007-04-30ieee1394: eth1394: Move common recv_init code to helper functionJean Delvare
2007-04-30ieee1394: eth1394: don't autoload by hotplug when ohci1394 startsStefan Richter
2007-04-30ieee1394: eth1394: reduce excessive function inliningStefan Richter
2007-04-30ieee1394: eth1394: clean up host removalStefan Richter
2007-04-30ieee1394: eth1394: unregister address space in failure caseStefan Richter
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-03-23ieee1394: fix oops on "modprobe -r ohci1394" after network class_device conve...Stefan Richter