summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/pnic.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Include full licence text for all GPL2_OR_LATER filesMichael Brown2015-02-261-2/+12
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-2/+1Star
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-051-3/+3
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-6/+6
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-1/+1
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-121-1/+1
* [NETDEV] Add notion of link stateMichael Brown2008-04-221-0/+3
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-071-27/+34
* Use netdev_rx_err() to report receive errors.Michael Brown2007-07-051-2/+3
* Kill off now-redundant _irq() methods.Michael Brown2007-07-031-23/+0Star
* Enable/disable interrupts on open/close.Michael Brown2007-07-031-5/+17
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-271-9/+7Star
* pkbuff->iobuf changeoverMichael Brown2007-05-191-12/+12
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Use pkb_pad() rather than doing it the dangerous way :)Michael Brown2007-01-111-5/+2Star
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-0/+1
* Add RX quotas to the net device poll() method. This avoids the problemMichael Brown2007-01-091-2/+3
* Added net device TX queue; this will be needed to support the PXE UNDI APIMichael Brown2007-01-091-1/+1
* Make open() and close() an official part of the netdevice API.Michael Brown2007-01-041-0/+16
* PNIC doesn't auto-pad.Michael Brown2006-06-051-0/+8
* Use insb/outsb; it's marginally faster.Michael Brown2006-05-201-9/+2Star
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-23/+9Star
* Transmit the buffer contents, not the buffer descriptor...Michael Brown2006-04-281-2/+4
* Add missing {register,free}_netdev().Michael Brown2006-04-241-1/+15
* Network API now allows for multiple network devices (although theMichael Brown2006-04-241-101/+112
* D'ohMichael Brown2005-05-031-1/+1
* Use __sharedMichael Brown2005-05-031-1/+1
* Automatically updated withMichael Brown2005-04-261-2/+1Star
* Tweaked API to minimise changes to existing drivers even further.Michael Brown2005-04-211-1/+1
* Updated to current APIMichael Brown2005-04-211-10/+8Star
* Updated to new device API.Michael Brown2005-04-141-15/+10Star
* Updated to new device API.Michael Brown2005-04-121-57/+50Star
* Initial revisionMichael Brown2005-03-081-0/+267