커밋 기록

작성자 SHA1 메시지 날짜
  Andreas Kling 648c768d81 Kernel: Tidy up TCPSocket creation a bit 3 년 전
  Brian Gianforcaro afa0fb55b0 Kernel: Don't cast to NetworkOrdered<u16>* from random data 3 년 전
  Andreas Kling ed0e64943f Kernel: Rename Socket::lock() => Socket::mutex() 3 년 전
  Andreas Kling a28cd921a1 Kernel: Add Socket::set_role() and use it everywhere 3 년 전
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> 3 년 전
  Andreas Kling 6a20733fcd Kernel: Convert TCP retransmit queue from HashTable to IntrusiveList 4 년 전
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int 4 년 전
  brapru 6743170f4e Kernel: Clear SO_ERROR on successful socket connection 4 년 전
  brapru 0095c7cb7d Kernel: Add so_error to keep track of the socket's error state 4 년 전
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 4 년 전
  Andreas Kling 0cb6c3c831 Kernel/TCP: Port TCP retransmit queue to ProtectedValue 4 년 전
  Jean-Baptiste Boric 9216c72bfe Kernel: Migrate TCP socket tables locking to ProtectedValue 4 년 전
  Jean-Baptiste Boric aea98a85d1 Kernel: Move Lockable into its own header 4 년 전
  Brian Gianforcaro 720a686a76 Kernel: Handle OOM when allocating Packet KBuffers 4 년 전
  Brian Gianforcaro c1a0e379e6 Kernel: Handle OOM when allocating IPv4Socket optional scratch buffer 4 년 전
  Brian Gianforcaro ca94a83337 Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket 4 년 전
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 년 전
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 년 전
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` 4 년 전
  Gunnar Beutner c3d702431a Kernel: Block writes while we're establishing the TCP connection 4 년 전
  Liav A 1c94b5e8eb Kernel: Introduce the NetworkingManagement singleton 4 년 전
  Gunnar Beutner 60298121d8 Kernel: Make sure we increment the TX counter 4 년 전
  stelar7 01e5af487f Kernel: Dont try to register ephemeral TCP ports twice 4 년 전
  Gunnar Beutner 3fc75088a2 Kernel: Release packet buffer in TCPSocket::send_tcp_packet 4 년 전
  Gunnar Beutner 49dd4e5193 Kernel: Block when writing to TCP sockets when the send window is full 4 년 전
  Gunnar Beutner b436dd138b Kernel: Avoid allocations when sending IP packets 4 년 전
  Gunnar Beutner c6299d1e5d Kernel: Don't try to send TCP packets larger than the MSS 4 년 전
  Lenny Maiorani 5751327195 Kernel: static vs non-static constexpr variables 4 년 전
  Gunnar Beutner 006f11f23d Kernel: Avoid allocations when handling network packets 4 년 전
  Gunnar Beutner c22296505c Kernel: Merge do_retransmit_packets() into retransmit_packets() 4 년 전