aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown7-0/+19
2015-03-05[build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown4-0/+12
2015-03-02[iscsi] Rewrite unrelicensable portions of iscsi.cMichael Brown1-36/+28
2015-03-02[libc] Rewrite byte-swapping codeMichael Brown1-1/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown13-13/+53
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown3-3/+15
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown32-32/+160
2015-02-25[dhcp] Extract timing parameters out to config/dhcp.hAlex Williamson1-13/+19
2015-02-19[ipv4] Rewrite inet_aton()Michael Brown1-5/+37
2015-02-18[legal] Add missing copyright header to net/ipv4.cMichael Brown1-0/+20
2015-02-11[rndis] Add rndis_rx_err()Michael Brown1-0/+15
2015-02-06[tftp] Explicitly abort connection whenever parent interface is closedMichael Brown1-38/+16
2014-12-20[rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG with status 0x40020006Michael Brown1-0/+4
2014-12-20[hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown1-50/+13
2014-12-20[rndis] Clear receive filter when closing the deviceMichael Brown1-11/+30
2014-12-19[rndis] Send RNDIS_HALT_MSGMichael Brown1-0/+58
2014-12-19[rndis] Send RNDIS_INITIALISE_MSGMichael Brown1-22/+161
2014-12-18[rndis] Add generic RNDIS device abstractionMichael Brown1-0/+850
2014-12-12[netdevice] Fix erroneous use of free(iobuf) instead of free_iob(iobuf)Michael Brown1-1/+1
2014-09-22[dhcp] Remove obsolete dhcp_chaddr() functionMichael Brown1-75/+5
2014-09-22[dhcp] Check for matching chaddr in received DHCP packetsMichael Brown1-0/+37
2014-07-30[netdevice] Avoid registering duplicate network devicesMichael Brown1-5/+40
2014-07-23[lacp] Set "aggregatable" flag in response LACPDUSven Ulland1-1/+2
2014-07-14[netdevice] Reset network device index when last device is unregisteredMichael Brown1-2/+8
2014-06-24[build] Expose build timestamp, build name, and product namesMichael Brown1-2/+2
2014-06-03[scsi] Improve sense code parsingMichael Brown2-7/+9
2014-06-01[ethernet] Provide eth_random_addr() to generate random Ethernet addressesHannes Reinecke1-0/+16
2014-05-23[ipv6] Avoid potentially copying from a NULL pointer in ipv6_tx()Michael Brown1-1/+2
2014-05-23[ipv6] Include network device when transcribing multicast addressesMichael Brown1-1/+1
2014-05-23[ipv6] Do not set sin6_scope_id on source addressMichael Brown1-1/+0
2014-05-23[dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown1-1/+0
2014-05-18[nfs] Rewrite NFS URI handlingMarin Hannache2-90/+198
2014-05-16[syslog] Strip invalid characters from hostnameMichael Brown1-6/+31
2014-05-16[nfs] Fix an invalid free() when loading a regular (non-symlink) fileMarin Hannache1-3/+4
2014-05-12[tcp] Defer sending ACKs until all received packets have been processedMichael Brown1-8/+25
2014-05-12[nfs] Fix an invalid free() when loading a symlinkMarin Hannache1-0/+11
2014-04-28[http] Profile receive datapathMichael Brown1-0/+13
2014-04-28[tcp] Profile transmit and receive datapathsMichael Brown1-0/+20
2014-04-28[ipv4] Profile transmit and receive datapathsMichael Brown1-0/+15
2014-04-27[netdevice] Profile common operationsMichael Brown1-0/+16
2014-03-28[crypto] Generalise X.509 cache to a full certificate storeMichael Brown2-41/+35
2014-03-25[crypto] Remove dynamically-allocated storage for certificate OCSP URIMichael Brown1-1/+1
2014-03-25[crypto] Remove dynamically-allocated storage for certificate nameMichael Brown2-11/+5
2014-03-25[http] Accept Content-Length header with trailing whitespaceMichael Brown1-1/+2
2014-03-14[netdevice] Notify upper-layer drivers when RX processing is (un)frozenMichael Brown1-0/+28
2014-03-07[http] Automatically retry request on a 503 Service UnavailableMichael Brown1-1/+45
2014-03-07[http] Use a retry timer to trigger retried requestsMichael Brown1-15/+44
2014-03-07[tcp] Update window even if ACK does not acknowledge new dataMichael Brown1-2/+4
2014-03-05[netdevice] Mark devices as open before calling open() methodMichael Brown1-4/+8
2014-03-04[tcp] Calculate correct MSS from peer addressMichael Brown1-1/+14