Age | Commit message (Expand) | Author | Files | Lines |
2014-04-28 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in... | Peter Maydell | 1 | -0/+2 |
2014-04-28 | slirp/smb: Move ncalrpc directory to tmp | Michael Buesch | 1 | -0/+2 |
2014-04-28 | net/net.c: remove unnecessary semicolon | Igor Ryzhov | 1 | -1/+1 |
2014-04-25 | net: Don't use error_is_set() to suppress additional errors | Markus Armbruster | 1 | -3/+3 |
2014-04-25 | net: Make qmp_query_rx_filter() with name argument more obvious | Markus Armbruster | 1 | -0/+4 |
2014-04-25 | net/net.c: Remove unnecessary semicolon | Igor Ryzhov | 1 | -1/+1 |
2014-04-25 | tap: Avoid extra iterations while closing file fd | Pankaj Gupta | 1 | -10/+4 |
2014-04-18 | net: Report error when device / hub combo is not found. | Hani Benhabiles | 1 | -1/+3 |
2014-03-25 | net: netmap_poll must update both read/write poll state | Prasad Joshi | 1 | -2/+2 |
2014-03-12 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell | 1 | -2/+5 |
2014-03-12 | tap: avoid deadlocking rx | Stefan Hajnoczi | 1 | -2/+5 |
2014-03-12 | slirp smb with modern win guests when samba is also running on host | Michael Tokarev | 1 | -1/+2 |
2014-03-12 | qemu/slirp: Fix SMB security configuration on newer samba versions | Michael Buesch | 1 | -1/+2 |
2014-02-25 | net: remove implicit peer from offload API | Stefan Hajnoczi | 1 | -18/+18 |
2014-02-25 | net: Disable netmap backend when not supported | Vincenzo Maffione | 1 | -42/+13 |
2014-02-25 | net: add offloading support to netmap backend | Vincenzo Maffione | 1 | -1/+67 |
2014-02-25 | net: make tap offloading callbacks static | Vincenzo Maffione | 2 | -12/+12 |
2014-02-25 | net: TAP uses NetClientInfo offloading callbacks | Vincenzo Maffione | 2 | -43/+55 |
2014-02-25 | net: extend NetClientInfo for offloading | Vincenzo Maffione | 1 | -0/+55 |
2014-02-25 | net: change vnet-hdr TAP prototypes | Vincenzo Maffione | 2 | -7/+7 |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster | 1 | -6/+6 |
2014-01-27 | tap-linux: Get features once and use it many times | Kusanagi Kouichi | 1 | -6/+8 |
2014-01-27 | net: Use g_strdup_printf instead of snprintf. | Hani Benhabiles | 1 | -4/+1 |
2013-12-23 | misc: Use macro ARRAY_SIZE where possible | Stefan Weil | 1 | -1/+1 |
2013-12-09 | net: Update netdev peer on link change | Vlad Yasevich | 1 | -9/+17 |
2013-12-09 | net: Adding netmap network backend | Vincenzo Maffione | 4 | -0/+447 |
2013-11-08 | net: fix qemu_flush_queued_packets() in presence of a hub | Sergey Fedorov | 1 | -1/+0 |
2013-11-08 | net: disallow to specify multicast MAC address | Dmitry Krivenok | 1 | -0/+6 |
2013-10-02 | net: call socket_set_fast_reuse instead of setting SO_REUSEADDR | Sebastian Ottlik | 1 | -9/+10 |
2013-09-06 | net: Rename send_queue to incoming_queue | Jan Kiszka | 2 | -8/+8 |
2013-09-06 | tap: Use numbered tap/tun devices on all *BSD OS's | Brad Smith | 1 | -11/+0 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -1/+1 |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh | 2 | -0/+2 |
2013-07-27 | misc: Use g_assert_not_reached for code which is expected to be unreachable | Stefan Weil | 1 | -1/+1 |
2013-07-15 | net: add support of mac-programming over macvtap in QEMU side | Amos Kong | 1 | -0/+48 |
2013-06-19 | fix -net user checks by reordering checks | Bas van Sisseren | 1 | -6/+6 |
2013-06-07 | tap: fix NULL dereference when passing invalid parameters to tap | Jason Wang | 1 | -6/+12 |
2013-05-24 | net: support for bridged networking on Mac OS X | Alasdair McLeay | 1 | -1/+2 |
2013-05-03 | tap: properly initialize vhostfds | Jason Wang | 1 | -1/+1 |
2013-05-03 | net: make network client name unique | Amos Kong | 1 | -5/+2 |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 1 | -1/+1 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -1/+1 |
2013-04-04 | qemu-char: Call fe_claim / fe_release when not using qdev chr properties | Hans de Goede | 1 | -0/+1 |
2013-04-02 | net: ensure "socket" backend uses non-blocking fds | Stefan Hajnoczi | 1 | -1/+6 |
2013-04-02 | oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() | Stefan Hajnoczi | 1 | -3/+3 |
2013-03-25 | net: increase buffer size to accommodate Jumbo frame pkts | Scott Feldman | 4 | -10/+5 |
2013-03-25 | Common definitions for VMWARE devices | Dmitry Fleytman | 2 | -0/+218 |
2013-03-25 | net: iovec checksum calculator | Dmitry Fleytman | 1 | -0/+29 |
2013-03-25 | Checksum-related utility functions | Dmitry Fleytman | 1 | -6/+7 |
2013-03-25 | net: use socket_set_nodelay() for -netdev socket | Stefan Hajnoczi | 1 | -0/+3 |