aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [ethernet] Add minimal support for receiving LLC framesMichael Brown2015-06-251-2/+36
* [tcp] Do not shrink window when discarding received packetsMichael Brown2015-06-251-20/+3
* [neighbour] Return success when deferring a packetMichael Brown2015-05-201-1/+1
* [ipv6] Disambiguate received ICMPv6 errorsMichael Brown2015-05-111-2/+78
* [base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown2015-04-243-3/+5
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-244-14/+18
* [build] Add missing "const" qualifiersChristian Hesse2015-04-241-2/+2
* [peerdist] Add support for decoding PeerDist Content InformationMichael Brown2015-04-131-0/+803
* [netdevice] Add missing bus types to netdev_fetch_bustype()Michael Brown2015-03-181-0/+4
* [tcpip] Fix dubious calculation of min_portMichael Brown2015-03-131-1/+1
* [tcp] Implement support for TCP Selective Acknowledgements (SACK)Michael Brown2015-03-111-4/+158
* [http] Support MD5-sess Digest authenticationMichael Brown2015-03-091-2/+42
* [http] Abstract out HTTP Digest hash algorithm operationsMichael Brown2015-03-091-28/+56
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-051-1/+5
* [retry] Colourise debug outputMichael Brown2015-03-051-10/+10
* [retry] Rewrite unrelicensable portions of retry.cMichael Brown2015-03-053-31/+46
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-057-0/+19
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-054-0/+12
* [iscsi] Rewrite unrelicensable portions of iscsi.cMichael Brown2015-03-021-36/+28
* [libc] Rewrite byte-swapping codeMichael Brown2015-03-021-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0213-13/+53
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-023-3/+15
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0232-32/+160
* [dhcp] Extract timing parameters out to config/dhcp.hAlex Williamson2015-02-251-13/+19
* [ipv4] Rewrite inet_aton()Michael Brown2015-02-191-5/+37
* [legal] Add missing copyright header to net/ipv4.cMichael Brown2015-02-181-0/+20
* [rndis] Add rndis_rx_err()Michael Brown2015-02-111-0/+15
* [tftp] Explicitly abort connection whenever parent interface is closedMichael Brown2015-02-061-38/+16
* [rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG with status 0x40020006Michael Brown2014-12-201-0/+4
* [hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown2014-12-201-50/+13
* [rndis] Clear receive filter when closing the deviceMichael Brown2014-12-201-11/+30
* [rndis] Send RNDIS_HALT_MSGMichael Brown2014-12-191-0/+58
* [rndis] Send RNDIS_INITIALISE_MSGMichael Brown2014-12-191-22/+161
* [rndis] Add generic RNDIS device abstractionMichael Brown2014-12-181-0/+850
* [netdevice] Fix erroneous use of free(iobuf) instead of free_iob(iobuf)Michael Brown2014-12-121-1/+1
* [dhcp] Remove obsolete dhcp_chaddr() functionMichael Brown2014-09-221-75/+5
* [dhcp] Check for matching chaddr in received DHCP packetsMichael Brown2014-09-221-0/+37
* [netdevice] Avoid registering duplicate network devicesMichael Brown2014-07-301-5/+40
* [lacp] Set "aggregatable" flag in response LACPDUSven Ulland2014-07-231-1/+2
* [netdevice] Reset network device index when last device is unregisteredMichael Brown2014-07-141-2/+8
* [build] Expose build timestamp, build name, and product namesMichael Brown2014-06-241-2/+2
* [scsi] Improve sense code parsingMichael Brown2014-06-032-7/+9
* [ethernet] Provide eth_random_addr() to generate random Ethernet addressesHannes Reinecke2014-06-011-0/+16
* [ipv6] Avoid potentially copying from a NULL pointer in ipv6_tx()Michael Brown2014-05-231-1/+2
* [ipv6] Include network device when transcribing multicast addressesMichael Brown2014-05-231-1/+1
* [ipv6] Do not set sin6_scope_id on source addressMichael Brown2014-05-231-1/+0
* [dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown2014-05-231-1/+0
* [nfs] Rewrite NFS URI handlingMarin Hannache2014-05-182-90/+198
* [syslog] Strip invalid characters from hostnameMichael Brown2014-05-161-6/+31
* [nfs] Fix an invalid free() when loading a regular (non-symlink) fileMarin Hannache2014-05-161-3/+4