| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-... | Peter Maydell | 2022-02-22 | 1 | -3/+2 |
|\ |
|
| * | vdpa: Make ncs autofree | Eugenio Pérez | 2022-02-22 | 1 | -3/+2 |
* | | configure, meson: move smbd options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -8/+8 |
|/ |
|
* | net/eth: Don't consider ESP to be an IPv6 option header | Thomas Jansen | 2022-02-14 | 1 | -1/+0 |
* | net/filter: Optimize filter_send to coroutine | Rao Lei | 2022-02-14 | 1 | -13/+53 |
* | net/colo-compare.c: Update the default value comments | Zhang Chen | 2022-02-14 | 1 | -1/+1 |
* | net/colo-compare.c: Optimize compare order for performance | Zhang Chen | 2022-02-14 | 1 | -13/+13 |
* | net: Fix uninitialized data usage | Peter Foley | 2022-02-14 | 1 | -0/+1 |
* | net/tap: Set return code on failure | Peter Foley | 2022-02-14 | 1 | -0/+1 |
* | rtc: Move RTC function prototypes to their own header | Peter Maydell | 2022-01-28 | 1 | -1/+1 |
* | vdpa: Add dummy receive callback | Eugenio Pérez | 2021-11-28 | 1 | -0/+8 |
* | net/colo-compare.c: Fix incorrect return when input wrong size | Zhang Chen | 2021-11-19 | 1 | -1/+1 |
* | net/colo-compare.c: Fix ACK track reverse issue | Zhang Chen | 2021-11-19 | 1 | -2/+4 |
* | vdpa: Check for existence of opts.vhostdev | Eugenio Pérez | 2021-11-15 | 1 | -0/+4 |
* | vdpa: Replace qemu_open_old by qemu_open at | Eugenio Pérez | 2021-11-15 | 1 | -1/+1 |
* | net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs() | Stefano Garzarella | 2021-11-11 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pu... | Richard Henderson | 2021-11-04 | 4 | -33/+18 |
|\ |
|
| * | Optimized the function of fill_connection_key. | Rao, Lei | 2021-11-03 | 4 | -32/+17 |
| * | Some minor optimizations for COLO | Rao, Lei | 2021-11-03 | 1 | -1/+1 |
* | | Move the l2tpv3 test from configure to meson.build | Thomas Huth | 2021-11-02 | 1 | -1/+3 |
|/ |
|
* | vhost-vdpa: multiqueue support | Jason Wang | 2021-10-20 | 1 | -9/+96 |
* | net: introduce control client | Jason Wang | 2021-10-20 | 1 | -3/+21 |
* | vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState * | Jason Wang | 2021-10-20 | 1 | -7/+12 |
* | vhost-vdpa: open device fd in net_init_vhost_vdpa() | Jason Wang | 2021-10-20 | 1 | -8/+15 |
* | net/vhost-vdpa: Fix device compatibility check | Kevin Wolf | 2021-10-15 | 1 | -23/+14 |
* | net/vhost-user: Fix device compatibility check | Kevin Wolf | 2021-10-15 | 1 | -27/+14 |
* | configure, meson: move netmap detection to meson | Paolo Bonzini | 2021-10-14 | 1 | -1/+3 |
* | configure, meson: move vde detection to meson | Paolo Bonzini | 2021-10-14 | 1 | -1/+1 |
* | vhost-vdpa: remove the unncessary queue_index assignment | Jason Wang | 2021-09-04 | 1 | -1/+0 |
* | vhost-vdpa: fix the wrong assertion in vhost_vdpa_init() | Jason Wang | 2021-09-04 | 1 | -1/+4 |
* | vhost-vdpa: tweak the error label in vhost_vdpa_add() | Jason Wang | 2021-09-04 | 1 | -7/+6 |
* | vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add() | Jason Wang | 2021-09-04 | 1 | -0/+1 |
* | vhost-vdpa: don't cleanup twice in vhost_vdpa_add() | Jason Wang | 2021-09-04 | 1 | -11/+0 |
* | vhost-vdpa: remove the unnecessary check in vhost_vdpa_add() | Jason Wang | 2021-09-04 | 1 | -4/+0 |
* | vhost_net: do not assume nvqs is always 2 | Jason Wang | 2021-09-04 | 3 | -0/+3 |
* | vhost-vdpa: remove unused variable "acked_features" | Jason Wang | 2021-09-04 | 1 | -1/+0 |
* | net: Zero sockaddr_in in parse_host_port() | Peter Maydell | 2021-08-26 | 1 | -0/+2 |
* | chardev: mark explicitly first argument as poisoned | Marc-André Lureau | 2021-08-05 | 1 | -2/+2 |
* | net/checksum: Remove unused variable in net_checksum_add_iov | Richard Henderson | 2021-07-26 | 1 | -3/+1 |
* | Fixed calculation error of pkt->header_size in fill_pkt_tcp_info() | Rao, Lei | 2021-06-11 | 1 | -1/+1 |
* | Add the function of colo_compare_cleanup | Rao, Lei | 2021-06-11 | 3 | -0/+15 |
* | Add a function named packet_new_nocopy for COLO. | Rao, Lei | 2021-06-11 | 3 | -10/+19 |
* | Optimize the function of filter_send | Rao, Lei | 2021-06-11 | 1 | -4/+4 |
* | Remove some duplicate trace code. | Rao, Lei | 2021-06-11 | 1 | -13/+0 |
* | vhost-vdpa: remove the unused vhost_vdpa_get_acked_features() | Jason Wang | 2021-06-11 | 1 | -9/+0 |
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 2021-06-04 | 8 | -0/+41 |
|\ |
|
| * | virtio-net: Added eBPF RSS to virtio-net. | Andrew Melnychenko | 2021-06-04 | 1 | -0/+2 |
| * | net: Added SetSteeringEBPF method for NetClientState. | Andrew Melnychenko | 2021-06-04 | 6 | -0/+38 |
| * | net/tap: Added TUNSETSTEERINGEBPF code. | Andrew Melnychenko | 2021-06-04 | 1 | -0/+1 |
* | | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2021-06-02 | 1 | -1/+1 |