index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Net
Age
Commit message (
Expand
)
Author
2019-11-18
IPv4: Disconnected non-blocking sockets were not signalling EOF
Andreas Kling
2019-11-09
Kernel+SystemMonitor: Publish can_read/write state for open files
Andreas Kling
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-11-04
IPv4: Non-blocking IPv4 sockets should return -EAGAIN in recvfrom()
Andreas Kling
2019-10-18
Net: Put a bunch of socket debug logging behind FOO_DEBUG
Andreas Kling
2019-10-18
Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing"
Andreas Kling
2019-10-18
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
Andreas Kling
2019-10-17
Kernel: Minor cleanup in TCPSocket::send_tcp_packet()
Andreas Kling
2019-10-08
Kernel: Delay moving accepted sockets to SetupState::Completed a bit
Andreas Kling
2019-10-08
Kernel: Don't put LocalSocket in SetupState::Completed in bind()
Andreas Kling
2019-10-02
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-23
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
Andreas Kling
2019-09-22
LocalSocket: Teach recvfrom() how to block if needed, and simplify it
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-09
RTL8139: Fix bogus (but harmless) TX buffer index in send_raw()
Andreas Kling
2019-09-08
Kernel: Use timeval_sub for TCP retransmissions and lower timer to 500ms
Conrad Pankoff
2019-09-08
Kernel: Handle listening socket disappearing during incoming handshake
Conrad Pankoff
2019-09-08
Kernel: Use a WeakPtr instead of a RefPtr for TCP socket originator
Conrad Pankoff
2019-09-08
Kernel: Put some network log messages behind debug flags
Conrad Pankoff
2019-09-08
Kernel: Send ACK/FIN in response to FIN packets on active connections
Conrad Pankoff
2019-09-08
Kernel: Implement outgoing TCP retransmission and better ACK handling
Conrad Pankoff
2019-09-08
Kernel: Remember all ARP replies, even ones we didn't request
Conrad Pankoff
2019-09-08
Kernel: Don't mark incoming sockets as connected in NetworkTask
Conrad Pankoff
2019-09-08
Kernel: Hold socket back from accept() until it's fully set up
Conrad Pankoff
2019-09-08
Kernel: Use RefPtr instead of SocketHandle for TCPSocket clients
Conrad Pankoff
2019-09-08
Kernel: Don't set sequence manually; send_tcp_packet will do it
Conrad Pankoff
2019-09-08
Kernel: Make sure IPv4Socket is marked as listening in listen()
Conrad Pankoff
2019-09-08
Kernel: Don't increment ACK number without SYN, FIN, or data
Conrad Pankoff
2019-09-08
Kernel: Fix debug messages in IPv4Socket
Conrad Pankoff
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-03
Kernel: Pad packets out to 64 bytes in rtl8139 driver
Conrad Pankoff
2019-09-03
Kernel: Only set tx buffer address once in rtl8139 driver
Conrad Pankoff
2019-09-03
Kernel: Reword some constants/comments in rtl8139 driver for clarity
Conrad Pankoff
2019-09-03
Kernel: Use regular kmalloc for buffers in rtl8139 driver
Conrad Pankoff
2019-09-02
Kernel: Don't allow non-superusers to bind TCP/UDP ports < 1024
Andreas Kling
2019-08-29
Kernel: Implement is_zero for RoutingDecision
Conrad Pankoff
2019-08-29
Kernel: Take a copy of MACAddress in RoutingDecision
Conrad Pankoff
2019-08-29
Kernel: Use a public member for NetworkAdapter on_receive
Conrad Pankoff
2019-08-29
Kernel: Add simple ARP routing layer
Conrad Pankoff
2019-08-29
Kernel: Remove IP configuration from LoopbackAdapter
Conrad Pankoff
2019-08-29
Kernel: Remove now-unused singleton methods from our network devices
Conrad Pankoff
2019-08-29
Kernel: Remove specific devices from network code
Conrad Pankoff
2019-08-29
Kernel: Add const to packet data in send_raw call
Conrad Pankoff
2019-08-29
Kernel: Add on_receive callback to NetworkAdapter
Conrad Pankoff
2019-08-29
Kernel: Add netmask and gateway to NetworkAdapter
Conrad Pankoff
2019-08-29
Kernel: Ask for all relevant IRQs in rtl8139 driver
Conrad Pankoff
2019-08-29
Kernel: Ignore IPv6 packets; log unknown Ethernet payload types
Conrad Pankoff
2019-08-29
Kernel/AK: Add is_zero helpers for IP and MAC addresses
Conrad Pankoff
[next]