Age | Commit message (Expand) | Author |
2018-05-14 | net: Remove the deprecated "vlan" parameter | Thomas Huth |
2018-03-26 | virtio_net: flush uncompleted TX on reset | Greg Kurz |
2018-03-05 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2018-03-05 | net: Make net_client_init() static | Thomas Huth |
2018-03-05 | net: Move error reporting from net_init_client/netdev to the calling site | Thomas Huth |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster |
2017-12-22 | net: introduce net_crc32_le() function | Mark Cave-Ayland |
2017-12-22 | net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()... | Mark Cave-Ayland |
2017-07-17 | net/net.c: Add vnet_hdr support in SocketReadState | Zhang Chen |
2017-07-17 | net: Add vnet_hdr_len arguments in NetClientState | Zhang Chen |
2016-09-15 | Remove unused function declarations | Ladi Prosek |
2016-07-19 | net: Use correct type for bool flag | Eric Blake |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake |
2016-06-17 | vhost-net: save & restore vring enable state | Marc-André Lureau |
2016-06-02 | net: Add macros for MAC address tracing | Dmitry Fleytman |
2016-06-01 | net/net: Add SocketReadState for reuse codes | Zhang Chen |
2016-06-01 | net: vl: Move default_net to vl.c | Eduardo Habkost |
2016-02-04 | net: always walk through filters in reverse if traffic is egress | Li Zhijian |
2015-10-12 | net: merge qemu_deliver_packet and qemu_deliver_packet_iov | Yang Hongyang |
2015-10-12 | init/cleanup of netfilter object | Yang Hongyang |
2015-06-22 | qmp: Wean off qerror_report() | Markus Armbruster |
2015-06-17 | tap: add VNET_LE/VNET_BE operations | Greg Kurz |
2015-05-11 | net: add MAC address string printer | Scott Feldman |
2015-02-18 | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() | Markus Armbruster |
2015-02-18 | hmp: Name HMP command handler functions hmp_COMMAND() | Markus Armbruster |
2014-10-15 | net: remove bootindex property from qdev to qom | Gonglei |
2014-06-27 | net: move queue number into NICPeers | Jiri Pirko |
2014-06-11 | net: Export valid host network devices list | Hani Benhabiles |
2014-02-25 | net: remove implicit peer from offload API | Stefan Hajnoczi |
2014-02-25 | net: extend NetClientInfo for offloading | Vincenzo Maffione |
2013-09-06 | net: Rename send_queue to incoming_queue | Jan Kiszka |
2013-07-15 | net: add support of mac-programming over macvtap in QEMU side | Amos Kong |
2013-03-25 | net: increase buffer size to accommodate Jumbo frame pkts | Scott Feldman |
2013-02-27 | net: reduce the unnecessary memory allocation of multiqueue | Jason Wang |
2013-02-01 | net: multiqueue support | Jason Wang |
2013-02-01 | net: introduce NetClientState destructor | Jason Wang |
2013-02-01 | net: introduce qemu_find_net_clients_except() | Jason Wang |
2013-02-01 | net: intorduce qemu_del_nic() | Jason Wang |
2013-02-01 | net: introduce qemu_get_nic() | Jason Wang |
2013-02-01 | net: introduce qemu_get_queue() | Jason Wang |
2013-01-17 | HMP: add QDict to info callback handler | Wenchao Xia |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | migration: move include files to include/migration/ | Paolo Bonzini |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-19 | net: reorganize headers | Paolo Bonzini |