Age | Commit message (Expand) | Author |
2023-11-29 | net: Update MemReentrancyGuard for NIC | Akihiko Odaki |
2023-11-29 | net: Provide MemReentrancyGuard * to qemu_new_nic() | Akihiko Odaki |
2023-05-23 | igb: Strip the second VLAN tag for extended VLAN | Akihiko Odaki |
2023-05-23 | igb: Implement Rx SCTP CSO | Akihiko Odaki |
2023-05-23 | net/eth: Always add VLAN tag | Akihiko Odaki |
2023-05-23 | net/eth: Use void pointers | Akihiko Odaki |
2023-05-23 | e1000x: Take CRC into consideration for size check | Akihiko Odaki |
2023-05-23 | net/eth: Rename eth_setup_vlan_headers_ex | Akihiko Odaki |
2023-05-23 | net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols() | Akihiko Odaki |
2023-03-10 | net/eth: Introduce EthL4HdrProto | Akihiko Odaki |
2023-03-10 | net/eth: Report if headers are actually present | Akihiko Odaki |
2023-03-10 | hw/net/net_tx_pkt: Implement TCP segmentation | Akihiko Odaki |
2023-03-10 | net: Strip virtio-net header when dumping | Akihiko Odaki |
2023-02-17 | net: Move the code to collect available NIC models to a separate function | Thomas Huth |
2023-02-04 | net: Move hmp_info_network() to net-hmp-cmds.c | Markus Armbruster |
2023-01-08 | virtio-net: add support for configure interrupt | Cindy Lu |
2023-01-08 | vhost-user: Fix the virtio features negotiation flaw | Hyman Huang(黄勇) |
2023-01-08 | vhost-user: Refactor vhost acked features saving | Hyman Huang(黄勇) |
2022-11-27 | Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues | Stefan Weil via |
2022-11-07 | vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart() | Kangjie Xu |
2022-11-07 | vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset() | Kangjie Xu |
2022-10-28 | net: introduce qemu_set_info_str() function | Laurent Vivier |
2022-10-28 | qapi: net: introduce a way to bypass qemu_opts_parse_noisily() | Laurent Vivier |
2022-10-28 | net: simplify net_client_parse() error management | Laurent Vivier |
2022-10-28 | net: remove the @errp argument of net_client_inits() | Laurent Vivier |
2022-09-02 | vhost_net: add NetClientState->load() callback | Eugenio Pérez |
2022-09-02 | vhost_net: Add NetClientInfo stop callback | Eugenio Pérez |
2022-09-02 | vhost_net: Add NetClientInfo start callback | Eugenio Pérez |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-01-10 | Revert "virtio-net: add support for configure interrupt" | Michael S. Tsirkin |
2022-01-07 | virtio-net: add support for configure interrupt | Cindy Lu |
2021-10-20 | vhost-net: control virtqueue support | Jason Wang |
2021-10-20 | net: introduce control client | Jason Wang |
2021-10-15 | net: Introduce NetClientInfo.check_peer_type() | Kevin Wolf |
2021-09-04 | vhost_net: do not assume nvqs is always 2 | Jason Wang |
2021-06-11 | vhost-vdpa: remove the unused vhost_vdpa_get_acked_features() | Jason Wang |
2021-06-04 | net: Added SetSteeringEBPF method for NetClientState. | Andrew Melnychenko |
2021-04-23 | net: check the existence of peer before trying to pad | Jason Wang |
2021-04-08 | Revert "qapi: net: Add query-netdev command" | Jason Wang |
2021-04-08 | Revert "net: Move NetClientState.info_str to dynamic allocations" | Jason Wang |
2021-03-22 | net: Add a 'do_not_pad" to NetClientState | Bin Meng |
2021-03-22 | net: eth: Add a helper to pad a short Ethernet frame | Bin Meng |
2021-03-15 | net: Move NetClientState.info_str to dynamic allocations | Alexey Kirillov |
2021-03-15 | qapi: net: Add query-netdev command | Alexey Kirillov |
2021-03-15 | net: introduce qemu_receive_packet() | Jason Wang |
2021-01-25 | net: checksum: Introduce fine control over checksum type | Bin Meng |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost |
2020-11-24 | net: do not exit on "netdev_add help" monitor command | Paolo Bonzini |
2020-10-12 | qom: fix objects with improper parent type | Paolo Bonzini |
2020-09-30 | net/can: Add can_dlc2len and can_len2dlc for CAN FD. | Jan Charvat |