summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [ath5k] Remove spurious debugging checkJoshua Oreman2009-08-181-10/+0Star
* [netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2009-08-121-5/+19
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-1214-66/+48Star
* [ath5k] Add support for non-802.11n Atheros wireless NICsJoshua Oreman2009-08-0919-0/+17968
* [802.11] Enhance support for driver PHY differencesJoshua Oreman2009-08-091-24/+32
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-091-4/+28
* [sky2] Add support for Marvell Yukon-II gigabit Ethernet cardsJoshua Oreman2009-08-032-0/+4575
* [rtl818x] Add driver for Realtek 8180/8185 wireless cardsJoshua Oreman2009-08-018-0/+2605
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-181-1/+1
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-181-1/+2
* [ipoib] Attempt the broadcast group join only if the link is upMichael Brown2009-07-181-9/+4Star
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-181-20/+36
* [ipoib] Kill off the now-unused IPoIB metadata queue setMichael Brown2009-07-181-144/+39Star
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-181-129/+13Star
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-181-6/+4Star
* [ipoib] Clarify new role of IPoIB peer cache as for MAC addresses onlyMichael Brown2009-07-181-39/+21Star
* [ipoib] Expose the real broadcast MACMichael Brown2009-07-181-46/+37Star
* [ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC addressMichael Brown2009-07-181-10/+3Star
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-181-108/+8Star
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-181-7/+7
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-181-6/+3Star
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-181-3/+3
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-181-137/+32Star
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-183-7/+22
* [rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRAMichael Brown2009-06-231-13/+18
* [e1000] Ensure descriptor is fully written before sending packetMichael Brown2009-06-231-0/+1
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-231-2/+6
* [misc] Fix source files erroneously marked as executableMichael Brown2009-06-021-0/+0
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-2612-531/+91Star
* [ethernet] Move struct mii_if_info to mii.hDaniel Verkamp2009-05-262-13/+0Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1872-0/+147
* [3c90x] Add missing size_t format specifierJoshua Oreman2009-03-311-1/+1
* [pcnet32] Fix received packet corruptionMichael Brown2009-03-261-3/+3
* [forcedeth] Add support for newer forcedeth NICsThomas Miletich2009-03-261-7/+34
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-2633-318/+318
* [3c90x] Remove src/drivers/3c90x.txtMarty Connor2009-03-131-307/+0Star
* [3c90x] 3c90x driver rewrite using gPXE APIThomas Miletich2009-03-132-935/+1200
* [sundance] Add reset completion checkThomas Miletich2009-02-271-0/+16
* [infiniband] Kill off obsolete mlx_ipoib directoryMichael Brown2009-02-2529-16486/+0Star
* [mtnic] Add multiport support and some minor fixesItay Gazit2009-02-092-600/+702
* [sundance] Added NIC variantThomas Miletich2009-02-061-0/+1
* [infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown2009-01-021-0/+12
* [etherfabric] Make use of pci_bar_start() 64-bit cleanMichael Brown2008-12-121-2/+3
* [e1000] Use PCI_BASE_ADDRESS_* symbols instead of integersMarty Connor2008-12-051-2/+2
* [b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas2008-11-222-0/+1416
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-191-202/+3Star
* [virtio] Consolidate virtio-net static data into a struct vring_virtqueueLaurent Vivier2008-11-191-55/+64
* [virtio] Remove dependency on nic for virtio PCI functionsLaurent Vivier2008-11-191-14/+14
* [virtio] Consolidate vring_get_buf() by using a buffer list to add to the vringLaurent Vivier2008-11-191-41/+44
* [virtio] Move virtio-pci.h and virtio-ring.h to include/gpxeLaurent Vivier2008-11-193-189/+2Star