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-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
2019-08-29
Kernel: Always format MACAddress with two-byte hex digits in to_string
Conrad Pankoff
2019-08-29
Kernel: Add list-compatible constructor for MACAddress
Conrad Pankoff
2019-08-21
Kernel: Remove over-eager const from rtl8139 driver link_up function
Conrad Pankoff
2019-08-21
Kernel: Implement rtl8139 network interface driver
Conrad Pankoff
2019-08-21
Kernel: Implement link status in /proc/net/adapters
Conrad Pankoff
2019-08-17
LocalSocket: Make recvfrom() return 0 to signal EOF when peer is gone
Andreas Kling
2019-08-11
Kernel: Customize absolute_path() for more file types
Sergey Bugaev
2019-08-11
Net: Store an acceptor PID alongside the origin PID in a socket
Sergey Bugaev
2019-08-11
Net: Store all the LocalSockets in an InlineLinkedList
Sergey Bugaev
2019-08-11
Net: Add LocalSocket::socket_path()
Sergey Bugaev
2019-08-11
Net: Override LocalSocket::class_name()
Sergey Bugaev
2019-08-11
Net: Fix initializing sockaddr_un.sun_path copy buffers
Sergey Bugaev
2019-08-11
Kernel: Move socket role tracking to the Socket class itself
Sergey Bugaev
2019-08-11
Net: Simplify how LocalSocket tracks open fds
Sergey Bugaev
2019-08-10
Kernel: Detect some outgoing TCP connection failures
Conrad Pankoff
2019-08-10
Kernel: Use a more detailed state machine for socket setup
Conrad Pankoff
2019-08-10
Kernel: Move TCP state logging into TCPSocket
Conrad Pankoff
2019-08-10
Kernel: Fix get{sock,peer}name port endianness
Conrad Pankoff
[next]