index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tcp] Gracefully close connections during shutdown
Michael Brown
2015-07-04
1
-1
/
+56
*
[ipoib] Attempt to generate ARPs as needed to repopulate REMAC cache
Michael Brown
2015-06-29
1
-3
/
+3
*
[dhcp] Defer discovery if link is blocked
Michael Brown
2015-06-25
1
-0
/
+9
*
[stp] Fix interpretaton of hello time
Michael Brown
2015-06-25
1
-3
/
+3
*
[stp] Add support for detecting Spanning Tree Protocol non-forwarding ports
Michael Brown
2015-06-25
1
-0
/
+152
*
[netdevice] Add a generic concept of a "blocked link"
Michael Brown
2015-06-25
1
-1
/
+51
*
[ethernet] Add minimal support for receiving LLC frames
Michael Brown
2015-06-25
1
-2
/
+36
*
[tcp] Do not shrink window when discarding received packets
Michael Brown
2015-06-25
1
-20
/
+3
*
[neighbour] Return success when deferring a packet
Michael Brown
2015-05-20
1
-1
/
+1
*
[ipv6] Disambiguate received ICMPv6 errors
Michael Brown
2015-05-11
1
-2
/
+78
*
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
2015-04-24
3
-3
/
+5
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
4
-14
/
+18
*
[build] Add missing "const" qualifiers
Christian Hesse
2015-04-24
1
-2
/
+2
*
[peerdist] Add support for decoding PeerDist Content Information
Michael Brown
2015-04-13
1
-0
/
+803
*
[netdevice] Add missing bus types to netdev_fetch_bustype()
Michael Brown
2015-03-18
1
-0
/
+4
*
[tcpip] Fix dubious calculation of min_port
Michael Brown
2015-03-13
1
-1
/
+1
*
[tcp] Implement support for TCP Selective Acknowledgements (SACK)
Michael Brown
2015-03-11
1
-4
/
+158
*
[http] Support MD5-sess Digest authentication
Michael Brown
2015-03-09
1
-2
/
+42
*
[http] Abstract out HTTP Digest hash algorithm operations
Michael Brown
2015-03-09
1
-28
/
+56
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-05
1
-1
/
+5
*
[retry] Colourise debug output
Michael Brown
2015-03-05
1
-10
/
+10
*
[retry] Rewrite unrelicensable portions of retry.c
Michael Brown
2015-03-05
3
-31
/
+46
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
7
-0
/
+19
*
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Michael Brown
2015-03-05
4
-0
/
+12
*
[iscsi] Rewrite unrelicensable portions of iscsi.c
Michael Brown
2015-03-02
1
-36
/
+28
*
[libc] Rewrite byte-swapping code
Michael Brown
2015-03-02
1
-1
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
13
-13
/
+53
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
3
-3
/
+15
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
32
-32
/
+160
*
[dhcp] Extract timing parameters out to config/dhcp.h
Alex Williamson
2015-02-25
1
-13
/
+19
*
[ipv4] Rewrite inet_aton()
Michael Brown
2015-02-19
1
-5
/
+37
*
[legal] Add missing copyright header to net/ipv4.c
Michael Brown
2015-02-18
1
-0
/
+20
*
[rndis] Add rndis_rx_err()
Michael Brown
2015-02-11
1
-0
/
+15
*
[tftp] Explicitly abort connection whenever parent interface is closed
Michael Brown
2015-02-06
1
-38
/
+16
*
[rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG with status 0x40020006
Michael Brown
2014-12-20
1
-0
/
+4
*
[hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messages
Michael Brown
2014-12-20
1
-50
/
+13
*
[rndis] Clear receive filter when closing the device
Michael Brown
2014-12-20
1
-11
/
+30
*
[rndis] Send RNDIS_HALT_MSG
Michael Brown
2014-12-19
1
-0
/
+58
*
[rndis] Send RNDIS_INITIALISE_MSG
Michael Brown
2014-12-19
1
-22
/
+161
*
[rndis] Add generic RNDIS device abstraction
Michael Brown
2014-12-18
1
-0
/
+850
*
[netdevice] Fix erroneous use of free(iobuf) instead of free_iob(iobuf)
Michael Brown
2014-12-12
1
-1
/
+1
*
[dhcp] Remove obsolete dhcp_chaddr() function
Michael Brown
2014-09-22
1
-75
/
+5
*
[dhcp] Check for matching chaddr in received DHCP packets
Michael Brown
2014-09-22
1
-0
/
+37
*
[netdevice] Avoid registering duplicate network devices
Michael Brown
2014-07-30
1
-5
/
+40
*
[lacp] Set "aggregatable" flag in response LACPDU
Sven Ulland
2014-07-23
1
-1
/
+2
*
[netdevice] Reset network device index when last device is unregistered
Michael Brown
2014-07-14
1
-2
/
+8
*
[build] Expose build timestamp, build name, and product names
Michael Brown
2014-06-24
1
-2
/
+2
*
[scsi] Improve sense code parsing
Michael Brown
2014-06-03
2
-7
/
+9
*
[ethernet] Provide eth_random_addr() to generate random Ethernet addresses
Hannes Reinecke
2014-06-01
1
-0
/
+16
*
[ipv6] Avoid potentially copying from a NULL pointer in ipv6_tx()
Michael Brown
2014-05-23
1
-1
/
+2
[next]