summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/net
AgeCommit message (Expand)Author
2021-12-22Kernel+LibC: Stub out if_nameindex() and if_freenameindex()Idan Horowitz
2021-08-14Kernel+LibC: Share definitions for net/{if,if_arp,route}.hAndreas Kling
2021-08-13LibC: Add struct ifconf in net/if.hGunnar Beutner
2021-07-25Kernel: Support ioctl SIOCSARP and SIOCDARPbrapru
2021-05-09LibC: Add definitions/stubs for IPv6 functionalityGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling