summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/xen/io
AgeCommit message (Collapse)AuthorFilesLines
2009-03-166808409 failing to mac_promisc_remove() could cause system panicGirish Moodalbail1-1/+1
2009-03-126810953 vnic with vid on same physical link failed to ping each other on snv_109Venugopal Iyer1-1/+2
2008-11-17PSARC/2007/664 Paravirtualized Drivers for Fully Virtualized xVM DomainsEdward Pilatowicz6-2620/+3556
PSARC/2009/015 ddi_strdup 6796427 add ddi_strdup(9F), strdup(9F), and strfree(9F) to the DDI 6677559 Solaris should provide a PV cdrom driver for xVM HVM environments 6703437 xdb doesn't do anything with xm block-configure requests 6774478 misc xdf bugs
2009-02-17PSARC/2009/099 dladm show-usage modificationsVenugopal Iyer1-1/+2
6726676 flow should not be seen by flowadm show-usage after the flow been removed by flowadm remove-flow 6766669 "dladm show-vnic -o" can't accept MACADDRESS 6773854 Per Tx ring flow control for UDP 6777547 mac_tx() should compute the hash if the passed hint is zero 6778557 nxge m_tx() should fanout to multiple rings for vnet scalability 6779356 sometimes packets are not classified to the correct flow 6783011 pre-existing subflows not initialized on a non-dls client when brought up 6786734 acctadm dladm_start_usagelog() calls need some work 6789760 mac perimeter deadlock due to dls_devnet_stat_update() 6789883 dladm show-link -s is adrift again. 6791099 mac_tx() frees the message but returns non-NULL cookie which causes panic 6791109 maxbw set on a link should not apply if this link is the underlying port of an aggregation 6791118 panic in mac_bcast_delete() unplumbing an IP interface 6791456 deleting last vnic interface causes bge interface to stop working 6791678 xvm guests don't communicate through vnics configured on vlan 6792164 race between mac_tx_is_flow_blocked() and mac_srs_group_teardown() could cause panic 6792546 paniced in bge_ring_tx()/freemsg() due to mp->b_next == NULL && mp->b_prev == NULL 6792555 paniced in mac_flow_walk_nolock() due to assertion failed: cnt == ft->ft_flow_count 6792871 multiple VLANs per MAC client cause hang in mac_flow_wait() 6792942 60% regression for Guest-to-Guest network throughput on snv106 6793278 the multicast addresses are not added to the aggregation port in certain scenarios 6793436 panic in mac_fini_macaddr() on mac_register() failure 6796850 SUNWcnetr postinstall script spews errors due to bad interface matching 6803378 need support for dls_bypass and rx fanout on non-ethernet media
2009-02-166803634 mac_rx_set() panic from xnb with Jumbo frames enabledDavid Edmondson1-3/+7
2009-02-116796376 RX_BUFFER_HEADROOM should goDavid Edmondson1-19/+7
2008-12-10backout Extended Partitions project: insufficient testingSuhasini Peddada1-1/+0
2008-12-04PSARC/2006/357 Crossbow - Network Virtualization and Resource ManagementEric Cheng5-158/+76
6498311 Crossbow - Network Virtualization and Resource Management 6402493 DLPI provider loopback behavior should be improved 6453165 move mac capabs definitions outside mac.h 6338667 Need ability to use NAT for non-global zones 6692884 several threads hung due to deadlock scenario between aggr and mac 6768302 dls: soft_ring_bind/unbind race can panic in thread_affinity_set with cpu_id == -1 6635849 race between lacp_xmit_sm() and aggr_m_stop() ends in panic 6742712 potential message double free in the aggr driver 6754299 a potential race between aggr_m_tx() and aggr_port_delete() 6485324 mi_data_lock recursively held when enabling promiscuous mode on an aggregation 6442559 Forwarding perf bottleneck due to mac_rx() calls 6505462 assertion failure after removing a port from a snooped aggregation 6716664 need to add src/dst IP address to soft ring fanout --HG-- rename : usr/src/uts/common/io/dls/dls_soft_ring.c => usr/src/uts/common/io/mac/mac_soft_ring.c rename : usr/src/uts/common/inet/ip/ip_cksum.c => usr/src/uts/common/os/ip_cksum.c rename : usr/src/uts/common/inet/sctp_crc32.c => usr/src/uts/common/os/sctp_crc32.c rename : usr/src/uts/common/sys/dls_soft_ring.h => usr/src/uts/common/sys/mac_soft_ring.h
2008-12-03PSARC/2006/379 Solaris on Extended partitionSheshadri Vasudevan1-0/+1
6644364 Extended partitions need to be supported on Solaris 6713308 Macro UNUSED in fdisk.h needs to be changed since id 100 is Novell Netware 286's partition ID 6713318 Need to differentiate between solaris old partition and Linux swap 6745175 Partitions can be created using fdisk table with invalid partition line by "fdisk -F" 6745740 Multiple extended partition can be created by "fdisk -A"
2008-11-116743213 lofi ioctl filename should be MAXPATHLENDina K Nimeh1-10/+10
2008-10-166560807 common drivers should not use SCCS keywords in user-visible stringsRichard Bean1-4/+2
2008-10-146749195 empty CD-ROM disappears from HVM domainsRyan Scott1-0/+7
2008-10-096756798 xpvtap doesn't delete as_callback if IO not performedMark Johnson1-7/+2
2008-09-29PSARC/2008/596 Block Tap Support for SolarisMark Johnson10-32/+2914
6539533 Solaris dom0 needs blktap support
2008-09-246734155 i_xvdi_oestate_cb() is racing with i_xvdi_oestate_handler()Max zhen1-11/+9
6734170 do block-detach immediately after block-attach can hang xdf
2008-09-246746240 dom0 panic on winpv driver resumeDavid Edmondson1-0/+21
2008-09-22PSARC 2008/382 Fast RebootSherry Moore10-21/+29
6714038 Fast Reboot support for x86 platforms
2008-09-186733185 Further cleanup of SUN Studio 12 lint warnings in ON source.Nick Todd2-5/+3
6365532 socketvar.h strangles lint for everyone 5002763 Sockfs debug macros should be linted 6746261 _mkarglst accidentally exported from libc.
2008-09-166719030 naming convention in xnb is too confusingMax zhen4-269/+259
2008-09-11PSARC/2008/336 Extended VTOCPrasad Singamsetty1-0/+15
6708609 Support booting on disks > 1TB (phase 1) 6672960 cmlb: default minor nodes for disks > 1TB is not EFI/GPT style 6727240 When a fat32 partition created in the part of the disk after 1TB, block I/O and umount fail
2008-09-096721983 High CPU utilization @dom0 when doing Tx at one guest domain due to ↵David Edmondson4-17/+27
a hot lock in the xnb driver 6730667 High CPU utilization @domU when doing Rx at one guest domain due to massive calling of mac_tx_update
2008-08-266634708 aggr of xnf0 and xnf1 in domU doesn't workMax zhen1-2/+16
6739310 xnf link in unknown state
2008-08-186736106 xVM PV installs hang, waiting in xdf_connect() for CDChris Horne1-12/+1
2008-08-186639676 xnb should use hardware partial checksum offload if it is availableDavid Edmondson2-34/+160
6682441 can't get any xnf on bge network action without setting ip:dohwcksum 6649354 xnf sends bad checksum on small IPv6 packets (PV domU)
2008-08-146713700 Dynamic blk dev support in kernel/var/mail/jack1-5/+11
2008-07-30PSARC/2008/412 Properties and Devinfo Snapshotscth1-21/+7
5034258 device size should be available in devinfo snapshots that request properties 5100405 Deadlock can occur due to the devinfo driver holding devi_lock 6276452 ddi_append_minor_node() and ddi_remove_minor_node() use the extra code to protect the critical code. 6588656 ddi_prop_op_size() should not check callers *lengthp on PROP_LEN_AND_VAL_ALLOC call 6720361 missing locks on devi_minor list traversal 6729639 scsi_hba code should not use DDI_MAJOR_T_UNKNOWN for properties
2008-07-026634671 domu panicked on mutex when being tested by xmstress and network ↵mrj1-2/+6
load together
2008-07-026655280 assertion failed: !xnbp->xnb_connected, file: ↵cz1471011-1/+9
../../common/xen/io/xnb.c, line: 1631 6657428 dom0 panicked when doing xmstress combined with NFS stress in domUs: BAD TRAP: type=e (#pf Page faul 6659628 Solaris xVM e1000g driver hangs when dom0_mem is not set in /boot/grub/menu.lst
2008-06-176600229 memory leak in xnfcz1471012-58/+123
6665190 xnf_detach() should undo everything it has done when mac_unregister() fails 6703227 xnf is mis-handling early interrupts 6713124 error handling in xnf_attach is not correct
2008-06-136710315 PXE install of HVM guests fails post the addition of the PV network ↵fvdl1-1/+13
driver
2008-06-03PSARC 2008/289 Least Privilege for xVMjohnlev2-11/+46
6674678 PSARC 2008/289 Least Privilege for xVM
2008-05-126648473 xnf should drop outsized packets and report an errordme1-2/+2
2008-04-286693098 Need a new disk link generator for xVM virtual disksjhd2-7/+5
2008-04-236691520 PV-HVM xdf panics on resumeedp1-0/+1
6692474 uts/i86pc/i86hvm/Makefile.targ has incorrect dependancies
2008-04-146683029 Install -G and i86hvm don't mix welledp1-89/+0
6683772 yacc yacks when confronted with libumem --HG-- rename : usr/src/uts/i86pc/Makefile.hvm => usr/src/uts/i86pc/i86hvm/Makefile.i86hvm rename : usr/src/uts/i86pc/hvm_bootstrap/Makefile => usr/src/uts/i86pc/i86hvm/hvm_bootstrap/Makefile rename : usr/src/uts/common/xen/io/hvm_bootstrap.c => usr/src/uts/i86pc/i86hvm/io/hvm_bootstrap.c rename : usr/src/uts/i86pc/io/pv_cmdk.c => usr/src/uts/i86pc/i86hvm/io/pv_cmdk.c rename : usr/src/uts/i86pc/io/pv_rtls.c => usr/src/uts/i86pc/i86hvm/io/pv_rtls.c rename : usr/src/uts/i86pc/io/xpv/evtchn.c => usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c rename : usr/src/uts/i86pc/io/xpv/xpv.conf => usr/src/uts/i86pc/i86hvm/io/xpv/xpv.conf rename : usr/src/uts/i86pc/io/xpv/xpv_support.c => usr/src/uts/i86pc/i86hvm/io/xpv/xpv_support.c rename : usr/src/uts/i86pc/pv_cmdk/Makefile => usr/src/uts/i86pc/i86hvm/pv_cmdk/Makefile rename : usr/src/uts/i86pc/pv_rtls/Makefile => usr/src/uts/i86pc/i86hvm/pv_rtls/Makefile rename : usr/src/uts/i86pc/sys/xpv_support.h => usr/src/uts/i86pc/i86hvm/sys/xpv_support.h rename : usr/src/uts/i86pc/xdf/Makefile => usr/src/uts/i86pc/i86hvm/xdf/Makefile rename : usr/src/uts/i86pc/xnf/Makefile => usr/src/uts/i86pc/i86hvm/xnf/Makefile rename : usr/src/uts/i86pc/xpv/Makefile => usr/src/uts/i86pc/i86hvm/xpv/Makefile rename : usr/src/uts/i86pc/xpvd/Makefile => usr/src/uts/i86pc/i86hvm/xpvd/Makefile
2008-04-146681272 Need method of detecting presence and revision of Solaris HVM PV driversrab3-0/+21
6687668 Solaris HVM panics on linux dom0
2008-04-146639790 need Solaris PV-on-HVM migration supportsmaybe2-1/+10
2008-03-29PSARC/2007/664 Paravirtualized Drivers for Fully Virtualized xVM Domainsedp4-209/+585
6641399 Solaris should provide a PV disk driver for xVM HVM environments 6671659 xdf_open() is too restrictive with the O_EXCL/FEXCL flag 6677579 on DEBUG kernel the cmdk driver should sanity check its input
2008-03-116650301 dom0 panics given bad domU device configurationjohnlev1-1/+1
6672440 xdb protocol message is too chatty
2008-03-036602031 move xVM to xen 3.1rab7-81/+311
6637636 HVM domU live migration support 6663166 xdb needs to sanity check nr_segments
2008-02-086627690 xnf shouldn't re-implement macro functionality from ring.h (fix lint)schuster1-1/+2
2008-02-086627690 xnf shouldn't re-implement macro functionality from ring.hschuster3-49/+33
6658272 xnb needs a kstat when tx response is not OK
2008-01-24PSARC 2007/429 Brussels - enhanced network driver configuration via dladmsowmini1-3/+6
6565373 driver ndd parameter behavior does not match the ieee802.3(5) man page. 6598690 need support for 'dladm show-ether' subcommand. 6619126 ndd abuse in network (Layer 2) drivers 6621285 bge_setup_params_kstat is dead code
2008-01-23PSARC/2006/499 Clearview Nemo unification and vanity namingyz1470642-6/+12
PSARC/2007/527 Addendum for Clearview Vanity Naming and Nemo Unification PSARC/2008/002 Clearview UV Updates 6310766 vlan statistics get reset at unplumb time 6320515 dladm commands with "-R" option should not take effect immediately 6433732 Simplify the GLDv3 control path by making its processing asynchronous 6445912 dladm show-link fails to show a specific link in the debug version 6452413 dladm show-link doesn't show VLAN links for GLDv2 drivers 6504433 libwladm's use of wladm_wlresult2status() needs an overhaul 6504507 dladm set-linkprop failure message is unclear 6534289 DR should work with aggregations 6535719 dladm_aggr_port_attr_db_t`lp_devname should be MAXNAMELEN, not MAXNAMELEN + 1 6539634 GLDv3 should DL_ERROR_ACK a DL_UDQOS_REQ with DL_OUTSTATE when the stream is DL_UNATTACHED 6540246 libdladm should not guess zoneid from DLDIOCZIDGET ioctl errno 6544195 dladm show-dev assumes GLDv3 stats.. incompatible with GLDv2 6563295 dladm show-linkprop -P does not work properly for unavailable links 6577618 integrate network vanity naming and nemo unification 6600446 links assigned to a local zone are still aggregatable by global zone 6607572 "boot net - install" can trigger assertion failure in dld_str_attach() 6613956 "svccfg import -" does not work as bfu expects 6637596 invalid assertion in ip_soft_ring_assignment() 6642350 kernel DLPI processing routines are long overdue 6643338 GLDv3 PPA hack VLAN ID checks don't always work 6647203 bfu: smf_delete_manifest() does not work for non-global zones 6649885 DL_IB GLDv3 mactype plugin must fill in its mtr_nativetype 6650395 libuuid should be lint-clean and linted nightly --HG-- rename : usr/src/cmd/dladm/aggregation.conf => deleted_files/usr/src/cmd/dladm/aggregation.conf rename : usr/src/cmd/dladm/linkprop.conf => deleted_files/usr/src/cmd/dladm/linkprop.conf rename : usr/src/lib/libinetcfg/common/inetcfg_nic.c => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.c rename : usr/src/lib/libinetcfg/common/inetcfg_nic.h => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.h
2007-12-21PSARC 2007/664 Paravirtualized Drivers for Fully Virtualized xVM Domainsmrj18-1050/+1986
6525093 xnb/xnf should use hypervisor based copy for xnb->xnf data path 6608917 members of struct xnf and xnb need unique names 6609324 deadlock trying to own the HAT migrate lock 6609805 still missing XPV_DISALLOW_MIGRATE/XPV_ALLOW_MIGRATE bracketing in hat_i86.c 6616384 xnb's grant ref unmapping is inefficient 6619947 Solaris should provide a PV network driver for xVM HVM environments 6632774 panic setting up xen console --HG-- rename : usr/src/uts/i86xpv/os/gnttab.c => usr/src/uts/common/xen/os/gnttab.c rename : usr/src/uts/i86xpv/os/hypercall.c => usr/src/uts/common/xen/os/hypercall.c rename : usr/src/uts/i86xpv/sys/gnttab.h => usr/src/uts/common/xen/sys/gnttab.h rename : usr/src/uts/i86xpv/ml/hypersubr.s => usr/src/uts/intel/ia32/ml/hypersubr.s rename : usr/src/uts/i86xpv/sys/hypervisor.h => usr/src/uts/intel/sys/hypervisor.h rename : usr/src/uts/i86xpv/sys/xen_errno.h => usr/src/uts/intel/sys/xen_errno.h
2007-12-20PSARC 2007/646 Nemo MAC client updatesyz1470641-9/+1
6516337 mac_open() shouldn't require an instance argument 6600940 dl_txloop field in dls_link_t not needed 6604687 snoop is not working on trunked interfaces with vlans 6615598 vnic_info() returns wrong error code even when it finds the right VNIC
2007-12-176605128 vnic_dev_delete() and vnic_notify_cb() deadlock over vnic_lock and ↵dme2-2/+14
mi_notify_lock 6615202 vnic: WARNING: vnic_dev_create failed with 17 6633784 checksum offload with Linux dom0 produces invalid checksum
2007-12-076629832 xnbu incorrectly uses checksum offload flagsdme1-1/+1
6634227 vnic creation should fail for invalid ethernet addresses 6634698 vnic minor_perm and device_policy entries are absent
2007-11-276634322 xdf doesn't properly handle lack of barrier featuremrj1-3/+4
Contributed by Juergen Keil (jk@tools.de)
2007-11-266632880 intermittent EIO errors from xvm xdf drivermrj1-1/+3
Contributed by Juergen Keil (jk@tools.de)