aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/b44.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22[drivers] Sort PCI_ROM() entries numericallyGeert Stappers1-1/+1
2023-09-13[netdevice] Remove netdev_priv() helper functionMichael Brown1-8/+8
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown1-6/+6
2020-09-25[pci] Update drivers to use pci_ioremap()Michael Brown1-1/+1
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-07-17[b44] Eliminate call to get_memmap()Michael Brown1-26/+31
2011-02-17[pci] Make driver PCI ID a property of the PCI deviceMichael Brown1-3/+4
2010-09-05[netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown1-3/+3
2010-08-16[ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski1-1/+2
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-9/+9
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-6/+6
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich1-3/+3
2008-11-21[b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas1-0/+949