191 Commits (a261d3e331ca06f4d92e689f2bee40d0a0cdee08)

Author SHA1 Message Date
Akihiko Odaki 5930e5ccf3 net: checksum: Convert data to void * 1 year ago
Peter Maydell f8b94b4c52 net: mark struct ip_header as QEMU_PACKED 1 year ago
Dr. David Alan Gilbert e093934ee1 net: Remove deadcode 2 years ago
Akihiko Odaki b9ad513e18 net: Remove receive_raw() 2 years ago
Akihiko Odaki 4b52d63249 tap: Remove qemu_using_vnet_hdr() 2 years ago
Paolo Bonzini 2d3f409631 net: remove AnnounceTimer from typedefs.h 2 years ago
Akihiko Odaki d9b33018a0 Revert "tap: setting error appropriately when calling net_init_tap_one()" 3 years ago
Markus Armbruster 8bf69544b5 qapi: Move @String out of common.json to discourage reuse 2 years ago
David Woodhouse e8c5c4525c net: make nb_nics and nd_table[] static in net/net.c 2 years ago
David Woodhouse 481434f99e net: remove qemu_show_nic_models(), qemu_find_nic_model() 2 years ago
David Woodhouse 09c292c9e4 net: remove qemu_check_nic_model() 2 years ago
David Woodhouse 93125e4b4f net: add qemu_create_nic_bus_devices() 2 years ago
David Woodhouse 93e9d7301e net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info() 3 years ago
Akihiko Odaki 9050f976e4 net: Update MemReentrancyGuard for NIC 3 years ago
Akihiko Odaki 7d0fefdf81 net: Provide MemReentrancyGuard * to qemu_new_nic() 3 years ago
Philippe Mathieu-Daudé 73071f1923 net/net: Clean up global variable shadowing 3 years ago
Yuri Benditovich f03e0cf63b tap: Add check for USO features 3 years ago
Andrew Melnychenko 2ab0ec3121 tap: Add USO support to tap device. 3 years ago
Akihiko Odaki 7e64a9cabb igb: Strip the second VLAN tag for extended VLAN 3 years ago
Akihiko Odaki 907209e311 igb: Implement Rx SCTP CSO 3 years ago
Akihiko Odaki aaa8a15c96 net/eth: Always add VLAN tag 3 years ago
Akihiko Odaki 85427bf388 net/eth: Use void pointers 3 years ago
Akihiko Odaki 7434951442 e1000x: Take CRC into consideration for size check 3 years ago
Akihiko Odaki 0b11783014 net/eth: Rename eth_setup_vlan_headers_ex 3 years ago
Akihiko Odaki 2f0fa232b8 net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols() 3 years ago
Akihiko Odaki 65f474bbae net/eth: Introduce EthL4HdrProto 3 years ago
Akihiko Odaki 69ff5ef847 net/eth: Report if headers are actually present 3 years ago
Akihiko Odaki 02ef5fdc09 hw/net/net_tx_pkt: Implement TCP segmentation 3 years ago
Akihiko Odaki 481c52320a net: Strip virtio-net header when dumping 3 years ago
Thomas Huth c6941b3b9b net: Move the code to collect available NIC models to a separate function 3 years ago
Markus Armbruster ae71d13d4e net: Move hmp_info_network() to net-hmp-cmds.c 3 years ago
Cindy Lu 8aab0d1dbe virtio-net: add support for configure interrupt 3 years ago
Hyman Huang(黄勇) c9bdc449f9 vhost-user: Fix the virtio features negotiation flaw 3 years ago
Hyman Huang(黄勇) 937b7d96e4 vhost-user: Refactor vhost acked features saving 3 years ago
Stefan Weil via ac14949821 Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues 3 years ago
Kangjie Xu 10f8a115a8 vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart() 4 years ago
Kangjie Xu c2daa08e17 vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset() 4 years ago
Laurent Vivier 53b85d9574 net: introduce qemu_set_info_str() function 4 years ago
Laurent Vivier f3eedcddba qapi: net: introduce a way to bypass qemu_opts_parse_noisily() 4 years ago
Laurent Vivier 21fccb2cbb net: simplify net_client_parse() error management 4 years ago
Laurent Vivier d63ef17bfc net: remove the @errp argument of net_client_inits() 4 years ago
Eugenio Pérez 539573c317 vhost_net: add NetClientState->load() callback 4 years ago
Eugenio Pérez c5e5269d8a vhost_net: Add NetClientInfo stop callback 4 years ago
Eugenio Pérez eb92b75380 vhost_net: Add NetClientInfo start callback 4 years ago
Marc-André Lureau e03b56863d Replace config-time define HOST_WORDS_BIGENDIAN 4 years ago
Michael S. Tsirkin b3ef6664b7 Revert "virtio-net: add support for configure interrupt" 4 years ago
Cindy Lu 497679d510 virtio-net: add support for configure interrupt 4 years ago
Jason Wang 05ba3f63d1 vhost-net: control virtqueue support 5 years ago
Jason Wang 2f849dbdb2 net: introduce control client 5 years ago
Kevin Wolf e287bf7bb1 net: Introduce NetClientInfo.check_peer_type() 5 years ago