aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil
2013-12-09net: Update netdev peer on link changeVlad Yasevich
2013-12-09net: Adding netmap network backendVincenzo Maffione
2013-11-08net: fix qemu_flush_queued_packets() in presence of a hubSergey Fedorov
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok
2013-10-02net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka
2013-09-06tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-07-15net: add support of mac-programming over macvtap in QEMU sideAmos Kong
2013-06-19fix -net user checks by reordering checksBas van Sisseren
2013-06-07tap: fix NULL dereference when passing invalid parameters to tapJason Wang
2013-05-24net: support for bridged networking on Mac OS XAlasdair McLeay
2013-05-03tap: properly initialize vhostfdsJason Wang
2013-05-03net: make network client name uniqueAmos Kong
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede
2013-04-02net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman
2013-03-25net: iovec checksum calculatorDmitry Fleytman
2013-03-25Checksum-related utility functionsDmitry Fleytman
2013-03-25net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang
2013-02-27tap: set IFF_ONE_QUEUE per defaultPeter Lieven
2013-02-27tap: forbid creating multiqueue tap when hub is usedJason Wang
2013-02-27net: fix unbounded NetQueueLuigi Rizzo
2013-02-27net: fix qemu_flush_queued_packets() in presence of a hubLuigi Rizzo
2013-02-13net: Avoid NULL function pointer dereference on cleanupAndreas Färber
2013-02-07net: fix infinite loop on exitMichael Roth
2013-02-01tap: unbreak -netdev tap,fd=XAnthony Liguori
2013-02-01tap: multiqueue supportJason Wang
2013-02-01tap: introduce a helper to get the name of an interfaceJason Wang
2013-02-01tap: support enabling or disabling a queueJason Wang
2013-02-01tap: add Linux multiqueue supportJason Wang
2013-02-01tap: factor out common tap initializationJason Wang
2013-02-01tap: import linux multiqueue constantsJason Wang
2013-02-01net: multiqueue supportJason Wang
2013-02-01net: introduce NetClientState destructorJason Wang
2013-02-01net: introduce qemu_net_client_setup()Jason Wang
2013-02-01net: introduce qemu_find_net_clients_except()Jason Wang
2013-02-01net: intorduce qemu_del_nic()Jason Wang
2013-02-01net: introduce qemu_get_nic()Jason Wang
2013-02-01net: introduce qemu_get_queue()Jason Wang