summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/b44.c
Commit message (Expand)AuthorAgeFilesLines
* [drivers] Sort PCI_ROM() entries numericallyGeert Stappers2024-02-221-1/+1
* [netdevice] Remove netdev_priv() helper functionMichael Brown2023-09-131-8/+8
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-051-6/+6
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-251-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [b44] Eliminate call to get_memmap()Michael Brown2012-07-171-26/+31
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-3/+4
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-051-3/+3
* [ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski2010-08-161-1/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-9/+9
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-6/+6
* [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-3/+3
* [b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas2008-11-221-0/+949