index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] Mark known reviewed files as permitted for UEFI Secure Boot
Michael Brown
2026-01-14
15
-0
/
+15
*
[build] Mark core files as permitted for UEFI Secure Boot
Michael Brown
2026-01-14
42
-0
/
+42
*
[build] Mark existing files as explicitly forbidden for Secure Boot
Michael Brown
2026-01-13
14
-0
/
+20
*
[neighbour] Treat delayed transmissions as pending operations
Michael Brown
2026-01-10
1
-0
/
+12
*
[tcp] Report TCP statistics via the "ipstat" command
Michael Brown
2026-01-09
1
-0
/
+20
*
[tcp] Discard packets that lie immediately before the receive window
Michael Brown
2026-01-09
1
-1
/
+1
*
[neighbour] Add the ability to artificially delay outbound packets
Michael Brown
2026-01-06
1
-3
/
+71
*
[neighbour] Split out deferred transmission from discovery completion
Michael Brown
2026-01-06
1
-14
/
+28
*
[neighbour] Use discovery protocol field to identify incomplete neighbours
Michael Brown
2026-01-06
1
-6
/
+15
*
[neighbour] Always use network device's own link-layer address
Michael Brown
2026-01-05
3
-6
/
+5
*
[http] Abort connections after a long period of inactivity
Michael Brown
2025-12-04
1
-1
/
+44
*
[http] Rename connection retry timer
Michael Brown
2025-12-04
1
-7
/
+8
*
[crypto] Construct asymmetric ciphered data using ASN.1 builders
Michael Brown
2025-12-02
1
-29
/
+39
*
[crypto] Construct signatures using ASN.1 builders
Michael Brown
2025-12-01
1
-34
/
+35
*
[crypto] Pass signatures for verification as ASN.1 cursors
Michael Brown
2025-12-01
1
-5
/
+5
*
[tls] Disable renegotiation unless extended master secret is used
Michael Brown
2025-10-13
1
-1
/
+1
*
[tls] Refuse to resume sessions with mismatched master secret methods
Michael Brown
2025-10-13
1
-0
/
+13
*
[tls] Add support for the Extended Master Secret
Michael Brown
2025-10-13
1
-7
/
+50
*
[tls] Generate master secret only after sending Client Key Exchange
Michael Brown
2025-10-12
1
-13
/
+19
*
[init] Show initialisation function names in debug messages
Michael Brown
2025-07-15
1
-0
/
+1
*
[ipv4] Add support for classless static routes
Michael Brown
2025-06-10
2
-44
/
+123
*
[ipv4] Extend routing mechanism to handle non-default routes
Michael Brown
2025-06-10
1
-35
/
+81
*
[ipv4] Add self-tests for IPv4 routing
Michael Brown
2025-06-10
1
-2
/
+2
*
[uaccess] Reduce scope of included uaccess.h header
Michael Brown
2025-04-30
1
-1
/
+0
*
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Michael Brown
2025-04-30
8
-0
/
+8
*
[peerdist] Remove userptr_t from PeerDist content information parsing
Michael Brown
2025-04-29
1
-2
/
+3
*
[xferbuf] Simplify and generalise data transfer buffers
Michael Brown
2025-04-29
1
-4
/
+3
*
[block] Remove userptr_t from block device abstraction
Michael Brown
2025-04-24
5
-16
/
+11
*
[netdevice] Add the concept of an insomniac network device
Michael Brown
2025-04-17
1
-2
/
+2
*
[netdevice] Add missing bus type identifier for devicetree devices
Michael Brown
2025-04-15
1
-0
/
+1
*
[x509] Ensure certificate remains valid during x509_append()
Michael Brown
2025-03-31
1
-7
/
+0
*
[tls] Support fragmentation of transmitted records
Michael Brown
2025-03-31
1
-73
/
+124
*
[tls] Send an empty client certificate chain if we have no certificate
Michael Brown
2025-03-31
1
-28
/
+28
*
[tls] Encrypt data in place to reduce memory usage
Michael Brown
2025-03-31
1
-89
/
+121
*
[xfer] Use xfer_alloc_iob() for transmit I/O buffers on stream sockets
Michael Brown
2025-03-30
2
-2
/
+3
*
[tls] Allow for NIST elliptic curve point formats
Michael Brown
2025-01-21
1
-10
/
+28
*
[crypto] Generalise elliptic curve key exchange to ecdhe_key()
Michael Brown
2025-01-21
1
-9
/
+4
*
[crypto] Remove the concept of a public-key algorithm reusable context
Michael Brown
2024-08-21
1
-33
/
+12
*
[tls] Group client and server state in TLS connection structure
Michael Brown
2024-08-21
1
-102
/
+111
*
[tls] Group transmit and receive state in TLS connection structure
Michael Brown
2024-08-21
1
-81
/
+77
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
1
-3
/
+2
*
[crypto] Fix debug name for empty certificate chain validators
Michael Brown
2024-08-14
1
-2
/
+4
*
[crypto] Allow passing a NULL certificate store to x509_find() et al
Michael Brown
2024-08-13
1
-1
/
+1
*
[crypto] Centralise mechanisms for identifying X.509 certificates
Michael Brown
2024-08-12
1
-1
/
+1
*
[ipv6] Expose router address for DHCPv6 leased addresses
Michael Brown
2024-06-27
2
-17
/
+96
*
[ipv4] Support small subnets with no directed broadcast address
Michael Brown
2024-06-26
1
-4
/
+14
*
[netdevice] Add "linktype" setting
Pavel Krotkiy
2024-04-03
1
-0
/
+22
*
[http] Add error table entry for HTTP 404 Not Found error
Michael Brown
2024-03-29
1
-1
/
+2
*
[tftp] Add error table entry for TFTP "file not found" error code
Michael Brown
2024-03-29
1
-1
/
+10
*
[eap] Add support for the MS-CHAPv2 authentication method
Michael Brown
2024-02-23
1
-0
/
+251
[next]