Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv 7 vuotta sitten
  Steffen Butzer 9b1b0b4bde phy: introduce hardware based checksum settings, rename DeviceLimits 7 vuotta sitten
  whitequark cedf66a733 Enforce some lints. 7 vuotta sitten
  whitequark a983c629b9 Allow disabling any of: raw, TCP or UDP sockets. 7 vuotta sitten
  Egor Karavaev 0454c3f8f6 Uncomment associated constants. 7 vuotta sitten
  whitequark 546b3670ef Revert "Keep dispatching packets from a socket as long as there are any." 7 vuotta sitten
  whitequark 51b2f18d11 Keep dispatching packets from a socket as long as there are any. 7 vuotta sitten
  Egor Karavaev a2c66fdd88 Factor out TcpSocket::accepts. 8 vuotta sitten
  Egor Karavaev 44cf21b91b Factor out UdpSocket::accepts. 8 vuotta sitten
  Egor Karavaev 5303501173 Factor out RawSocket::accepts. 8 vuotta sitten
  whitequark 6ebcddd077 According to RFC 1122, unsupported IP options MUST be ignored. 8 vuotta sitten
  whitequark 3fff475c8f An unaddressable egress packet should not be a reportable error. 8 vuotta sitten
  whitequark 017210ea28 Exhaustion of transmit buffers should not be a reportable error. 8 vuotta sitten
  whitequark b92708596a Move the TCP receive window clamping hack downwards in stack. 8 vuotta sitten
  whitequark 1ece71a774 Return from EthernetInterface::poll() on errors, don't swallow them. 8 vuotta sitten
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. 8 vuotta sitten
  whitequark 2354e0b29d Clarify a function name. 8 vuotta sitten
  whitequark 8ae9b21b64 Break up the EthernetInterface::dispatch macro atrocity into functions. 8 vuotta sitten
  whitequark 43a547fb0c Factor out packet parsing from Socket::process. 8 vuotta sitten
  whitequark 3974dc780f Get rid of unused arguments in Socket::{process,dispatch}. 8 vuotta sitten
  whitequark ab0eccd213 Get rid of IpPayload and indirection in Socket::dispatch. 8 vuotta sitten
  whitequark ad9fa282e6 Unify EthernetInterface::{send_response,emit} transmit paths. 8 vuotta sitten
  whitequark 917f89e14b Use FnOnce, not FnMut, in Socket::dispatch() functions. 8 vuotta sitten
  whitequark 72359cdd37 Radically simplify and optimize TCP packet dispatch. 8 vuotta sitten
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. 8 vuotta sitten
  whitequark 7e6e379e09 Fix a typo that broke ARP replies. 8 vuotta sitten
  whitequark 77ffe7c065 Simplify ARP handling code in EthernetInterface. 8 vuotta sitten
  whitequark ca6fa2d423 Assert that the transmit frame returned by driver has right length. 8 vuotta sitten
  whitequark 5bf64586cd Get rid of Result<_, ()>. 8 vuotta sitten
  whitequark c5aa37185f Fix ICMP error returned by EthernetInterface for unknown IP protocols. 8 vuotta sitten