Sign in
qemu
/
qemu
/
bba19b88a6bce3adc280b0d7b6a4fc51445afd80
/
include
/
net
/
net.h
fefe2a7
net: merge qemu_deliver_packet and qemu_deliver_packet_iov
by Yang Hongyang
· 9 years ago
fdccce4
init/cleanup of netfilter object
by Yang Hongyang
· 9 years ago
485febc
qmp: Wean off qerror_report()
by Markus Armbruster
· 10 years ago
c80cd6b
tap: add VNET_LE/VNET_BE operations
by Greg Kurz
· 10 years ago
890ee6a
net: add MAC address string printer
by Scott Feldman
· 10 years ago
1ce6be2
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
by Markus Armbruster
· 10 years ago
3e5a50d
hmp: Name HMP command handler functions hmp_COMMAND()
by Markus Armbruster
· 10 years ago
45e8a9e
net: remove bootindex property from qdev to qom
by Gonglei
· 10 years ago
575a1c0
net: move queue number into NICPeers
by Jiri Pirko
· 11 years ago
84007e8
net: Export valid host network devices list
by Hani Benhabiles
· 11 years ago
d6085e3
net: remove implicit peer from offload API
by Stefan Hajnoczi
· 11 years ago
1f55ac4
net: extend NetClientInfo for offloading
by Vincenzo Maffione
· 11 years ago
067404b
net: Rename send_queue to incoming_queue
by Jan Kiszka
· 12 years ago
b1be428
net: add support of mac-programming over macvtap in QEMU side
by Amos Kong
· 12 years ago
d32fcad
net: increase buffer size to accommodate Jumbo frame pkts
by Scott Feldman
· 12 years ago
f6b26cf
net: reduce the unnecessary memory allocation of multiqueue
by Jason Wang
· 12 years ago
1ceef9f
net: multiqueue support
by Jason Wang
· 12 years ago
f786045
net: introduce NetClientState destructor
by Jason Wang
· 12 years ago
6c51ae7
net: introduce qemu_find_net_clients_except()
by Jason Wang
· 12 years ago
948ecf2
net: intorduce qemu_del_nic()
by Jason Wang
· 12 years ago
cc1f0f4
net: introduce qemu_get_nic()
by Jason Wang
· 12 years ago
b356f76
net: introduce qemu_get_queue()
by Jason Wang
· 12 years ago
84f2d0e
HMP: add QDict to info callback handler
by Wenchao Xia
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
[Renamed (97%) from net.h]
090f7ac
net: move Bluetooth stuff out of net.h
by Paolo Bonzini
· 12 years ago
a96ed02
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
by Nicholas Bellinger
· 13 years ago
86a77c3
net: cleanup deliver/deliver_iov func pointers
by Zhi Yong Wu
· 13 years ago
1a85959
net: Make "info network" output more readable info
by Zhi Yong Wu
· 13 years ago
b20c6b9
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
by Stefan Hajnoczi
· 13 years ago
35277d1
net: Rename vc local variables to nc
by Stefan Hajnoczi
· 13 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
a005d07
net: Remove VLANState
by Stefan Hajnoczi
· 13 years ago
ec8b1f6
net: Remove vlan code from net.c
by Stefan Hajnoczi
· 13 years ago
606c10e
net: Convert qdev_prop_vlan to peer with hub
by Zhi Yong Wu
· 13 years ago
ab5f3f8
net: Drop vlan argument to qemu_new_net_client()
by Stefan Hajnoczi
· 13 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 13 years ago
5f96415
qapi: convert netdev_del
by Luiz Capitulino
· 13 years ago
928059a
qapi: convert netdev_add
by Luiz Capitulino
· 13 years ago
4559a1d
net: net_client_init(): use error_set()
by Luiz Capitulino
· 13 years ago
42dcc54
net: purge the monitor object from all init functions
by Luiz Capitulino
· 13 years ago
7fc8d91
net: move compute_mcast_idx() to net.h
by Jason Wang
· 13 years ago
a7c36ee
Add support for net bridge
by Corey Bryant
· 13 years ago
701a8f7
vmstate: extract declarations out of hw/hw.h
by Paolo Bonzini
· 13 years ago
4b37156
qapi: Convert set_link
by Luiz Capitulino
· 13 years ago
e2d8830
Allow overriding the location of Samba's smbd.
by Brad
· 14 years ago
6eed185
net: Consistently use qemu_macaddr_default_if_unset
by Jan Kiszka
· 14 years ago
6f7b3b1
net: Refactor net_client_types
by Jan Kiszka
· 14 years ago
48e2faf
net: Warn about "-net nic" options which were ignored
by Peter Maydell
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
a083a89
net: delay freeing peer host device
by Michael S. Tsirkin
· 14 years ago
1116582
Move stdbool.h
by Paul Brook
· 15 years ago
5369e3c
monitor: Convert do_set_link() to QObject, QError
by Markus Armbruster
· 15 years ago
ae82d32
monitor: New commands netdev_add, netdev_del
by Markus Armbruster
· 15 years ago
da1fcfd
net: remove broken net_set_boot_mask() boot device validation
by Eduardo Habkost
· 15 years ago
c256460
net: remove NICInfo.bootable field
by Eduardo Habkost
· 15 years ago
75422b0
qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors
by Amit Shah
· 15 years ago
62112d1
net: Fix bogus "Warning: vlan 0 with no nics" with -device
by Markus Armbruster
· 15 years ago
668680f
net: net_check_clients() runs too early to see -device, fix
by Markus Armbruster
· 15 years ago
7f76abe
net: Remove unused net_client_uninit()
by Markus Armbruster
· 15 years ago
ceb6961
net: add API to disable/enable polling
by Michael S. Tsirkin
· 15 years ago
cb4522c
default devices: network
by Gerd Hoffmann
· 15 years ago
57f9ef1
net: add qemu_foreach_nic()
by Mark McLoughlin
· 15 years ago
665a3b0
net: remove VLANClientState members now in NetClientInfo
by Mark McLoughlin
· 15 years ago
68da46e
net: remove qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
ebef2c0
net: introduce NICState and qemu_new_nic()
by Mark McLoughlin
· 15 years ago
45460d1
net: introduce qemu_new_net_client()
by Mark McLoughlin
· 15 years ago
3ed79cc
net: introduce NetClientInfo
by Mark McLoughlin
· 15 years ago
b50a3a2
net: remove NICInfo::private
by Mark McLoughlin
· 15 years ago
e13b10b
net: remove NICInfo::vc
by Mark McLoughlin
· 15 years ago
68ac40d
net: move slirp code from net.c to net/slirp.c
by Mark McLoughlin
· 15 years ago
893379e
net: disable receiving if client returns zero
by Mark McLoughlin
· 15 years ago
5281d75
net: split all the tap code out into net/tap.c
by Mark McLoughlin
· 15 years ago
a8ed73f
net: move more stuff into net/tap-win32.c, add net/tap.h
by Mark McLoughlin
· 15 years ago
7200ac3
net: move net-checksum.c under net/
by Mark McLoughlin
· 15 years ago
e1144d0
net: move net-queue.[ch] under net/
by Mark McLoughlin
· 15 years ago
9f09204
really fix net.h
by Anthony Liguori
· 15 years ago
a7f085c
Fix signature of new_vlan_client
by Anthony Liguori
· 15 years ago
6c9f58b
Enable UFO on virtio-net and tap devices
by Sridhar Samudrala
· 15 years ago
b1c28b4
net: add tap_set_offload()
by Mark McLoughlin
· 15 years ago
70783b9
net: add receive_raw parameter to qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
ca77d17
net: add an API for 'raw' packets
by Mark McLoughlin
· 15 years ago
24e3236
net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs
by Mark McLoughlin
· 15 years ago
bb6e636
net: add a client type code
by Mark McLoughlin
· 15 years ago
1cc3368
zap DeviceState->nd
by Gerd Hoffmann
· 15 years ago
ed16ab5
qdev/net: common nic property bits
by Gerd Hoffmann
· 15 years ago
2ef924b
qdev: add netdev property
by Gerd Hoffmann
· 15 years ago
76d32cb
net: add macaddr type.
by Gerd Hoffmann
· 15 years ago
9a6ecb3
net: add queue for peer-to-peer packet forwarding
by Mark McLoughlin
· 15 years ago
f710584
net: refactor packet queueing code
by Mark McLoughlin
· 15 years ago
283c7c6
net: allow NICs to be connected to netdevs
by Mark McLoughlin
· 15 years ago
5869c4d
net: add -net nic,netdev= option
by Mark McLoughlin
· 15 years ago
f6b134a
net: handle -netdevice options
by Mark McLoughlin
· 15 years ago
7f161aa
net: add QemuOptsList arg to net_client_parse()
by Mark McLoughlin
· 15 years ago
5610c3a
net: use qtailq for vlan and client lists
by Mark McLoughlin
· 15 years ago
dea7b3b
net: remove id field from NICInfo
by Mark McLoughlin
· 15 years ago
e28af94
net: remove unused qemu_handler_true()
by Mark McLoughlin
· 15 years ago
dc1c9fe
Final net cleanup after conversion to QemuOpts
by Mark McLoughlin
· 15 years ago
Next »