Age | Commit message (Expand) | Author |
2017-12-22 | net: Remove the legacy "-net channel" parameter | Thomas Huth |
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-11-20 | net: Transmit zero UDP checksum as 0xFFFF | Ed Swierk |
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 |
2017-04-25 | slirp: add a fake NC-SI backend | Cédric Le Goater |
2017-03-06 | eth: Extend vlan stripping functions | Dmitry Fleytman |
2017-01-10 | vhost-net: Notify the backend about the host MTU | Maxime Coquelin |
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-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-07 | tap: vhost busy polling support | Jason Wang |
2016-06-17 | vhost-net: save & restore vring enable state | Marc-André Lureau |
2016-06-17 | vhost-net: save & restore vhost-user acked features | Marc-André Lureau |
2016-06-02 | net_pkt: Extend packet abstraction as required by e1000e functionality | Dmitry Fleytman |
2016-06-02 | rtl8139: Move more TCP definitions to common header | Dmitry Fleytman |
2016-06-02 | net: Add macros for MAC address tracing | Dmitry Fleytman |
2016-06-02 | net: Introduce Toeplitz hash calculator | 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-03-22 | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster |
2016-03-08 | filter: Add 'status' property for filter object | zhanghailiang |
2016-02-23 | include: Clean up includes | Peter Maydell |
2016-02-04 | net/filter: Fix the output information for command 'info network' | zhanghailiang |
2016-02-04 | net: always walk through filters in reverse if traffic is egress | Li Zhijian |
2016-01-11 | ether/slirp: Avoid redefinition of the same constants | Dr. David Alan Gilbert |
2015-10-22 | vhost user: add rarp sending after live migration for legacy guest | Thibaut Collet |
2015-10-12 | net/queue: export qemu_net_queue_append_iov | Yang Hongyang |
2015-10-12 | netfilter: print filter info associate with the netdev | Yang Hongyang |
2015-10-12 | netfilter: add an API to pass the packet to next filter | Yang Hongyang |
2015-10-12 | net/queue: introduce NetQueueDeliverFunc | Yang Hongyang |
2015-10-12 | net: merge qemu_deliver_packet and qemu_deliver_packet_iov | Yang Hongyang |
2015-10-12 | netfilter: hook packets before net queue send | Yang Hongyang |
2015-10-12 | init/cleanup of netfilter object | Yang Hongyang |
2015-09-24 | vhost-user: add a new message to disable/enable a specific virt queue. | Changchun Ouyang |
2015-09-24 | vhost-user: add VHOST_USER_GET_QUEUE_NUM message | Yuanhan Liu |
2015-06-22 | qmp: Wean off qerror_report() | Markus Armbruster |
2015-06-19 | vhost: enable vhost without without MSI-X | Pankaj Gupta |
2015-06-17 | tap: add VNET_LE/VNET_BE operations | Greg Kurz |
2015-06-10 | vhost: 64 bit features | Cornelia Huck |
2015-05-11 | net: add MAC address string printer | Scott Feldman |
2015-02-26 | virtio-net,tap: use standard-headers | Michael S. Tsirkin |
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-19 | Add new vhost-user netdev backend | Nikolay Nikolaev |
2014-06-19 | Add vhost-backend and VhostBackendType | Nikolay Nikolaev |