aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-09virtio/net: Implement VIRTIO_F_ANY_LAYOUT featureJean-Philippe Brucker1-26/+45
2020-05-19net: uip: Fix GCC 10 warning about checksum calculationAndre Przywara1-14/+12
2019-02-08net/dhcp: avoid misleading strncpyAndre Przywara1-1/+1
2019-01-22net/uip: Add exit functionJean-Philippe Brucker4-16/+102
2015-06-01kvm tools: net: don't propagate error codes from tx/rx operationsWill Deacon1-1/+1
2015-06-01kvm tools: plug race between uip_init and virtio_net_rx_threadMarc Zyngier1-6/+13
2015-06-01kvm tools: virtio-net mergable rx buffersSasha Levin1-1/+1
2015-06-01kvm tools: use iovec functions in uip_rxSasha Levin1-44/+3
2015-06-01kvm tools: pass virtio header size to uip_initSasha Levin3-6/+6
2015-06-01kvm tools: use mutex abstraction instead of pthread mutexSasha Levin4-9/+9
2015-06-01kvm tools: Specify names for VM internal threadsSasha Levin2-0/+6
2015-06-01kvm tools: Respect guest tcp window sizeAsias He1-6/+30
2015-06-01kvm tools: Make tcp between guest/host virtual ip work in UIP modeAsias He1-1/+5
2015-06-01kvm tools: Fix crash when /etc/resolv.conf doesn't existMichael Ellerman1-2/+1
2015-06-01kvm tools: Fix a vertical indentation for net/uip/udp.cAsias He1-1/+1
2015-06-01kvm tools: Use macro in uip_tx_do_ipv4()Asias He1-3/+3
2015-06-01kvm tools: Use kernel dhcp for network autoconfigurationSasha Levin1-0/+8
2015-06-01kvm tools: Handle DHCP package in gernal UDP processing pathAsias He1-0/+5
2015-06-01kvm tools: Get DNS information from host in uip_init()Asias He1-0/+2
2015-06-01kvm tools: Introduce uip_tx_do_ipv4_udp_dhcp()Asias He1-0/+38
2015-06-01kvm tools: Introduce uip_dhcp_make_pkg()Asias He1-0/+22
2015-06-01kvm tools: Fill all DHCP optionsAsias He1-0/+42
2015-06-01kvm tools: Fill DHCP options with domain name and DNS server IPAsias He1-0/+27
2015-06-01kvm tools: Get domain name and nameserver from hostAsias He1-0/+35
2015-06-01kvm tools: Add helpers to tell the type of a DHCP messageAsias He1-0/+14
2015-06-01kvm tools: Add helper to tell if a UDP package is a DHCP packageAsias He1-0/+17
2015-06-01kvm tools: Introduce uip_udp_make_pkg()Asias He1-45/+55
2015-06-01kvm tools: Move uip to net directoryAsias He8-0/+1020