Commit History

Author SHA1 Message Date
  Chris Stevens 4d7f1c3012 Make network address printing optional. 6 years ago
  Chris Stevens 69a939e0bd Store network address translation in sockets. 6 years ago
  Chris Stevens 8bf619712f Convert link address entry list to an array. 6 years ago
  Chris Stevens b31c7f8f2f Network address domains should match socket domain. 6 years ago
  Chris Stevens 3e5602bb5f Remove netcore's ARP dependency. 6 years ago
  Evan Green c6ca211cc7 Changes that shook out of trying -flto. 7 years ago
  Chris Stevens 430f9f0684 Enable IGMP. 7 years ago
  Chris Stevens ad0da6ac4b Add support for multicast bind, send and receive. 7 years ago
  Chris Stevens f07a558c58 Add network permission checks. 7 years ago
  Chris Stevens 25e5ec4083 Remove raw socket implicit bind from common code. 7 years ago
  Chris Stevens 99fd1184b9 Allow raw sockets to supply a protocol of 0. 7 years ago
  Chris Stevens f0417ba6d7 Remove netcore's list of raw sockets. 7 years ago
  Chris Stevens 5d372be774 Replace create's raw socket check with a flag. 7 years ago
  Chris Stevens 5ba4236461 Fail getpeername if socket is not connected. 7 years ago
  Chris Stevens e468f8ddfd Remove raw socket special case from get/set info. 7 years ago
  Chris Stevens 2edf55a9a4 Separate sockets' local send and receive addresses. 7 years ago
  Chris Stevens 585f15b217 Prevent Netlink from receiving physical packets. 7 years ago
  Evan Green 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 7 years ago
  Chris Stevens 9a41e5d77c Preserve I/O size in case of restarts. 7 years ago
  Chris Stevens d1e7475573 Convert KSTATUS prints from hex to decimal. 7 years ago
  Chris Stevens 82ec6b556f Fixed getsockopt to silently truncate the data. 8 years ago
  Chris Stevens cc63ad6ee1 Aligned C library socket options with Minoca options. 8 years ago
  Chris Stevens 79ec4a26d1 Added domain validation on socket creation. 8 years ago
  Chris Stevens 906284402c Aligned AF_* with NetDomain* values. 8 years ago
  Chris Stevens af63173b4f Replaced SOCKET_NETWORK with NET_DOMAIN_TYPE. 8 years ago
  Evan Green 191e3398c3 Move kernel headers to include/minoca/kernel/. 8 years ago
  Chris Stevens 78123a7bcd Added generic netlink control messages. 8 years ago
  Chris Stevens 801f101d8d Added the netlink network with generic protocol. 8 years ago
  Chris Stevens eebed64bd7 Added core networking routine to process multicast pakets. 8 years ago
  Chris Stevens 1ded8b0eba Converted netcore queued locks to shared exclusive. 8 years ago