Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Michael Brown 946967f09c Abstracted out part of the concept of an SPI device to a generalised NVS před 18 roky
..
acpi.h Added generic function for calculating ACPI table checksum před 19 roky
aoe.h Improve tcpdump legibility. před 19 roky
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). před 19 roky
async.h Added generic asynchronous operations code. před 19 roky
ata.h Backing out last change; no immediate plans to make the whole block-device layer asynchronous, so keeping the sync/async boundary within aoedev.c seems cleanest for now. před 19 roky
bitbash.h Generalised the SPI abstraction layer to also be able to handle interfaces that don't provide the full flexibility of a bit-bashing interface. před 18 roky
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in the kernel), which encapsulates the information needed to refer to an external buffer. Under normal operation, this can just be a void * equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent. před 19 roky
chap.h Added generic CHAP layer, independent of iSCSI před 18 roky
crypto.h Added "name" field to digest algorithms před 18 roky
device.h Added generic device model. před 19 roky
dhcp.h Create "username" and "password" DHCP options, ready for placing this information in NVS. před 18 roky
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. před 19 roky
ftp.h Update ftp.c and hello.c to use the generic async_operations API. před 19 roky
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). před 19 roky
hello.h Update ftp.c and hello.c to use the generic async_operations API. před 19 roky
http.h New HTTP protocol and test code před 19 roky
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. před 19 roky
icmp6.h IP6 support před 19 roky
if_arp.h Header rearrangement. před 19 roky
if_ether.h Add ETH_P_AOE před 19 roky
in.h IP6 support před 19 roky
init.h Removed some obsolete INIT_XXX constants. před 19 roky
ip.h Added features that will be required for PXE UDP support. před 19 roky
ip6.h IP6 support před 19 roky
iscsi.h Updated to use asynchronous operation model for iSCSI requests před 18 roky
list.h Add list_for_each_entry_safe. před 19 roky
md5.h Added generic CHAP layer, independent of iSCSI před 18 roky
ndp.h IP6 support před 19 roky
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility před 19 roky
nvo.h Abstracted out part of the concept of an SPI device to a generalised NVS device. před 18 roky
nvs.h Abstracted out part of the concept of an SPI device to a generalised NVS device. před 18 roky
pci.h Strip down i386 PCI configuration space I/O to the bare minimum. A typical build will now include 880 bytes of PCI support code, compared to 2327 bytes in Etherboot 5.4. před 19 roky
pci_ids.h Header rearrangement. před 19 roky
pkbuff.h Add pkb_available() před 19 roky
process.h Added basic code for implementing co-operative multitasking. před 19 roky
profile.h Added basic profiling support před 19 roky
retry.h Towards an RFC2988-compliant timer. před 19 roky
scsi.h Added debug strings. před 19 roky
settings.h Add string configuration type před 19 roky
socket.h Moved the basic struct sockaddr out of in.h. před 19 roky
spi.h Abstracted out part of the concept of an SPI device to a generalised NVS device. před 18 roky
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS device. před 18 roky
tables.h Remove unused attribute from __table macros; the tables are no longer static since otherwise gcc4 optimises them away completely. Also, it really *is* an error if the table start and end are unused, so they certainly shouldn't be marked with attribute unused. před 19 roky
tcp.h Removed some bugs in TCP před 19 roky
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility před 19 roky
tftp.h Added TFTP test code (currently just dumps file to console). před 19 roky
threewire.h Abstracted out part of the concept of an SPI device to a generalised NVS device. před 18 roky
uaccess.h Add the concept of a "user pointer" (similar to the void __user * in the kernel), which encapsulates the information needed to refer to an external buffer. Under normal operation, this can just be a void * equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent. před 19 roky
udp.h Convert some trivial functions to static inlines. před 19 roky