Age | Commit message (Expand) | Author |
2014-08-01 | tap-bsd: implement a FreeBSD only version of tap_open | Roger Pau Monne |
2014-07-18 | slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack | Peter Maydell |
2014-07-01 | net: add mmsghdr struct check for L2TPV3 | Gonglei |
2014-06-27 | net: move queue number into NICPeers | Jiri Pirko |
2014-06-27 | net: L2TPv3 transport | Anton Ivanov |
2014-06-19 | Add the vhost-user netdev backend to the command line | Nikolay Nikolaev |
2014-06-19 | Add new vhost-user netdev backend | Nikolay Nikolaev |
2014-06-19 | Add vhost-backend and VhostBackendType | Nikolay Nikolaev |
2014-06-19 | vhost_net_init will use VhostNetOptions to get all its arguments | Nikolay Nikolaev |
2014-06-11 | net: Export valid host network devices list | Hani Benhabiles |
2014-05-15 | monitor: Add set_link arguments completion. | Hani Benhabiles |
2014-04-28 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in... | Peter Maydell |
2014-04-28 | slirp/smb: Move ncalrpc directory to tmp | Michael Buesch |
2014-04-28 | net/net.c: remove unnecessary semicolon | Igor Ryzhov |
2014-04-25 | net: Don't use error_is_set() to suppress additional errors | Markus Armbruster |
2014-04-25 | net: Make qmp_query_rx_filter() with name argument more obvious | Markus Armbruster |
2014-04-25 | net/net.c: Remove unnecessary semicolon | Igor Ryzhov |
2014-04-25 | tap: Avoid extra iterations while closing file fd | Pankaj Gupta |
2014-04-18 | net: Report error when device / hub combo is not found. | Hani Benhabiles |
2014-03-25 | net: netmap_poll must update both read/write poll state | Prasad Joshi |
2014-03-12 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell |
2014-03-12 | tap: avoid deadlocking rx | Stefan Hajnoczi |
2014-03-12 | slirp smb with modern win guests when samba is also running on host | Michael Tokarev |
2014-03-12 | qemu/slirp: Fix SMB security configuration on newer samba versions | Michael Buesch |
2014-02-25 | net: remove implicit peer from offload API | Stefan Hajnoczi |
2014-02-25 | net: Disable netmap backend when not supported | Vincenzo Maffione |
2014-02-25 | net: add offloading support to netmap backend | Vincenzo Maffione |
2014-02-25 | net: make tap offloading callbacks static | Vincenzo Maffione |
2014-02-25 | net: TAP uses NetClientInfo offloading callbacks | Vincenzo Maffione |
2014-02-25 | net: extend NetClientInfo for offloading | Vincenzo Maffione |
2014-02-25 | net: change vnet-hdr TAP prototypes | Vincenzo Maffione |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster |
2014-01-27 | tap-linux: Get features once and use it many times | Kusanagi Kouichi |
2014-01-27 | net: Use g_strdup_printf instead of snprintf. | Hani Benhabiles |
2013-12-23 | misc: Use macro ARRAY_SIZE where possible | Stefan Weil |
2013-12-09 | net: Update netdev peer on link change | Vlad Yasevich |
2013-12-09 | net: Adding netmap network backend | Vincenzo Maffione |
2013-11-08 | net: fix qemu_flush_queued_packets() in presence of a hub | Sergey Fedorov |
2013-11-08 | net: disallow to specify multicast MAC address | Dmitry Krivenok |
2013-10-02 | net: call socket_set_fast_reuse instead of setting SO_REUSEADDR | Sebastian Ottlik |
2013-09-06 | net: Rename send_queue to incoming_queue | Jan Kiszka |
2013-09-06 | tap: Use numbered tap/tun devices on all *BSD OS's | Brad Smith |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh |
2013-07-27 | misc: Use g_assert_not_reached for code which is expected to be unreachable | Stefan Weil |
2013-07-15 | net: add support of mac-programming over macvtap in QEMU side | Amos Kong |
2013-06-19 | fix -net user checks by reordering checks | Bas van Sisseren |
2013-06-07 | tap: fix NULL dereference when passing invalid parameters to tap | Jason Wang |
2013-05-24 | net: support for bridged networking on Mac OS X | Alasdair McLeay |
2013-05-03 | tap: properly initialize vhostfds | Jason Wang |