Age | Commit message (Expand) | Author | Files | Lines |
2021-05-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -8/+8 |
2021-05-04 | slirp: add configure option to disable smbd | Joelle van Dyne | 1 | -8/+8 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 2 | -3/+0 |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth | 2 | -2/+0 |
2021-04-23 | net: check the existence of peer before trying to pad | Jason Wang | 3 | -3/+3 |
2021-04-08 | tap-win32: correctly recycle buffers | Jason Wang | 1 | -2/+4 |
2021-04-08 | Revert "qapi: net: Add query-netdev command" | Jason Wang | 10 | -394/+9 |
2021-04-08 | Revert "net: Move NetClientState.info_str to dynamic allocations" | Jason Wang | 9 | -44/+45 |
2021-04-08 | Revert "hmp: Use QAPI NetdevInfo in hmp_info_network" | Jason Wang | 1 | -30/+1 |
2021-04-08 | Revert "net: Do not fill legacy info_str for backends" | Jason Wang | 8 | -0/+48 |
2021-03-22 | net/eth: Add an assert() and invert if() statement to simplify code | Philippe Mathieu-Daudé | 1 | -7/+6 |
2021-03-22 | net/eth: Read ip6_ext_hdr_routing buffer before accessing it | Philippe Mathieu-Daudé | 1 | -5/+8 |
2021-03-22 | net/eth: Check iovec has enough data earlier | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-22 | net/eth: Check size earlier in _eth_get_rss_ex_dst_addr() | Philippe Mathieu-Daudé | 1 | -8/+6 |
2021-03-22 | net/eth: Better describe _eth_get_rss_ex_dst_addr's offset argument | Philippe Mathieu-Daudé | 1 | -3/+3 |
2021-03-22 | net/eth: Simplify _eth_get_rss_ex_dst_addr() | Philippe Mathieu-Daudé | 1 | -7/+7 |
2021-03-22 | net/eth: Use correct in6_address offset in _eth_get_rss_ex_dst_addr() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-22 | net/colo-compare.c: Optimize removal of secondary packet | Lukas Straub | 1 | -1/+1 |
2021-03-22 | net/colo-compare.c: Fix memory leak for non-tcp packet | Lukas Straub | 1 | -0/+1 |
2021-03-22 | net: Pad short frames to minimum size before sending from SLiRP/TAP | Bin Meng | 3 | -0/+30 |
2021-03-22 | net: eth: Add a helper to pad a short Ethernet frame | Bin Meng | 1 | -0/+17 |
2021-03-15 | net: Do not fill legacy info_str for backends | Alexey Kirillov | 8 | -48/+0 |
2021-03-15 | hmp: Use QAPI NetdevInfo in hmp_info_network | Alexey Kirillov | 1 | -1/+30 |
2021-03-15 | net: Move NetClientState.info_str to dynamic allocations | Alexey Kirillov | 9 | -45/+44 |
2021-03-15 | qapi: net: Add query-netdev command | Alexey Kirillov | 10 | -9/+394 |
2021-03-15 | net: introduce qemu_receive_packet() | Jason Wang | 2 | -7/+53 |
2021-03-15 | net: validate that ids are well formed | Paolo Bonzini | 1 | -0/+5 |
2021-03-15 | net: Fix build error when DEBUG_NET is on | Bin Meng | 1 | -0/+1 |
2021-03-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell | 1 | -4/+4 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-09 | net: Use id_generate() in the network subsystem, too | Thomas Huth | 1 | -3/+3 |
2021-03-09 | qtest: delete superfluous inclusions of qtest.h | Chen Qun | 1 | -1/+0 |
2021-01-29 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell | 1 | -1/+1 |
2021-01-29 | net/slirp.c: Fix spelling error in error message | Doug Evans | 1 | -1/+1 |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 1 | -11/+2 |
2021-01-28 | net: Clarify early exit condition | Eric Blake | 1 | -0/+2 |
2021-01-25 | net: checksum: Introduce fine control over checksum type | Bin Meng | 2 | -6/+16 |
2021-01-25 | net: checksum: Add IP header checksum calculation | Guishan Qin | 1 | -2/+6 |
2021-01-25 | net: checksum: Skip fragmented IP packets | Markus Carlstedt | 1 | -0/+4 |
2021-01-25 | net: Fix handling of id in netdev_add and netdev_del | Markus Armbruster | 1 | -2/+18 |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell | 3 | -3/+0 |
2020-12-15 | netfilter: Use class properties | Eduardo Habkost | 5 | -42/+39 |
2020-12-15 | netfilter: Reorder functions | Eduardo Habkost | 2 | -28/+28 |
2020-12-15 | can_host: Use class properties | Eduardo Habkost | 1 | -11/+5 |
2020-12-11 | can-host: Fix crash when 'canbus' property is not set | Kevin Wolf | 1 | -0/+5 |
2020-12-10 | qerror: Eliminate QERR_ macros used in just one place | Markus Armbruster | 1 | -1/+1 |
2020-11-24 | net: Use correct default-path macro for downscript | Keqian Zhu | 1 | -1/+2 |
2020-11-24 | tap: fix a memory leak | yuanjungong | 1 | -0/+2 |
2020-11-24 | net: purge queued rx packets on queue deletion | Yuri Benditovich | 1 | -4/+8 |
2020-11-24 | net: do not exit on "netdev_add help" monitor command | Paolo Bonzini | 1 | -34/+34 |