summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/e1000g/e1000g_rx.c
AgeCommit message (Collapse)AuthorFilesLines
2016-03-296666 Want support for the Intel I219Robert Mustacchi1-0/+36
6667 Update e1000g/igb shared code Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2011-09-30832 need Intel 82579 Gigabit Ethernet PHY support in e1000gGarrett D'Amore1-0/+14
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-07-196861114 System Panics with FMA ereport.io.fire.epktchangqing li - Sun Microsystems - Beijing China1-17/+36
6876953 Memory leaks found in e1000g_alloc_rx_sw_packet on snv_111b 6945160 netlbtest fails with Can't set loopback mode on device e1000g6 6960959 panic in e1000g_receive 6965855 e1000g(intel 82571 adapter) needs to support MTU size of 9000 6967530 Need version in e1000g driver 6967873 e1000g needs to clear the link-down status when being unplumbed
2010-04-266838180 tcp corruption seen with northstar cards.changqing li - Sun Microsystems - Beijing China1-15/+1
6925276 e1000g not consistent with link_lock usage 6933844 NULL ptr deref in e1000g_rx_setup() due to inconsistency between recv_list & rx_desc_num
2010-03-09PSARC/2009/364 dlstat and flowstatVenugopal Iyer1-6/+5
PSARC/2009/436 Anti-spoofing Link Protection PSARC/2009/448 pool dladm link property PSARC/2009/501 Dynamic Ring Grouping on NICs PSARC/2009/638 Public GLDv3 Interfaces PSARC/2010/074 Crossbow resource usage updates 6838175 mac_tx should be able to send out a packet without a configured address 6806552 single MAC default TX ring doesn't scale 6809686 back-to-back LACP not recovering after removing one of the aggregated ports 6902209 setting maxbw to zero requires an intermediate reset-linkprop to take effect 6855972 Bind interrupts to the same CPU as poll thread using new interrupt APIs 6863945 aggr pseudo Tx rings 6796839 allow CPU pools to be associated with data-links 6526471 data-links assigned to an exclusive zone should seamlessly be bound the zone's CPUs 6802595 Per links stats can use some improvement 6889685 Crossbow should provide control over provision of h/w rings to MAC clients. 6708310 ixgbe needs to support VMDq 6869019 ixgbe should support IRM (Interrupt Resource Management framework) 6902266 vnet should support entry point for per ring stat querying 6926790 Integrate Link Protection Phase II 6930358 Make the core set of GLDv3 driver APIs committed 6901419 dladm create-aggr -u incorrectly rejects some valid ethernet addresses 6717042 should support "cpus" link properties for aggregations 6908184 bge_set_priv_prop() and bge_get_priv_prop() can't agree on the set of private properties 6907617 bge_m_getprop() shouldn't return default values for read-only properties 6900833 unused code in vnic_impl.h can be removed
2009-11-216894476 e1000g is not lint cleanguoqing zhu - Sun Microsystems - Beijing China1-6/+7
2009-10-166881588 e1000g functions should return when e1000g_check_dma_handle() failschangqing li - Sun Microsystems - Beijing China1-1/+4
6888320 e1000g emits scary mutex message on the console
2009-09-296797885 need to add support for network device (8086,10ea) in a new Intel systemMiles Xu, Sun Microsystems1-0/+20
6803799 need to add network device support (8086,10ef) for a new Intel system 6808388 e1000g inteface experience packet lost when switch between joining and leaving a multicast stream
2009-03-086589577 Huron does not discard and does transmit frames greater than ↵Miles Xu, Sun Microsystems1-16/+19
maxFrameSize 6809729 Panic in function 'e1000g_rxfree_func' on T2000 6809877 e1000g E1000G_IPALIGNROOM code can be rewritten
2009-03-026732858 panic in e1000g_free_dma_bufferchangqing li - Sun Microsystems - Beijing China1-1/+1
2009-02-186699662 global e1000g rwlock prevents scaling on multiple interfacesMiles Xu, Sun Microsystems1-202/+135
6786783 e1000g needs to have a new tx stall detection mechanism to cover 82546 errata No.18
2009-02-17PSARC/2009/099 dladm show-usage modificationsVenugopal Iyer1-4/+5
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-01-066779494 e1000g need to sync with sol_anvik_patch shared code from Intelchenlu chen - Sun Microsystems - Beijing China1-9/+9
6758857 fmadm reporting undiagnosable problems in snv_99 6698312 starcat panicked with "bad mutex" while running SUNWsgdr 6759330 PIT: panic during first reboot after successful pkgadd during osinstall 6776453 Monza(CP3260): loopback test fails on e1000g serdes ports
2008-12-206779610 e1000g fails to attach post-6713032 due to memory allocation ↵chenlu chen - Sun Microsystems - Beijing China1-2/+3
failures on some chipsets
2008-12-04PSARC/2006/357 Crossbow - Network Virtualization and Resource ManagementEric Cheng1-9/+36
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-11-216713032 e1000g port hang, no xmit, no recvchenlu chen - Sun Microsystems - Beijing China1-10/+16
6767201 e1000g default_mtu does not coincide with max_frame_size on some chipsets when set via e1000g.conf
2008-09-166666998 Add support for ICH10 in e1000g driverxiangtao you - Sun Microsystems - Beijing China1-11/+32
6709230 Requesting driver support in e1000g for new Intel(R) single port MAC/PHY NIC
2008-08-286634746 e1000g is missing lint target in MakefileChen-Liang Xu1-8/+1
2008-06-136665738 e1000g issues with some Ethernet controllerszx1516331-0/+11
2008-05-276674179 doradi panics at e1000g_receivecc2101131-15/+16
6679136 E1000g with patch 128028-03 will not allow pause frames to be set 6687947 e1000g needs to integrate the latest Intel shared code to support ICH9m 6699622 e1000g: add support for network device in new development machine
2008-04-096673650 e1000g needs to support Brusselscc2101131-18/+11
2008-01-226541233 e1000g driver performs 33X Slower for Tibco RV when running Multiple ↵yy1501901-5/+14
RVDs 6572343 e1000g: needs to improve the ip forwarding performance 6637039 e1000g_recycle() missed a mutex_exit()
2007-10-176335851 e1000g needs to support FMAgl1473541-0/+22
2007-09-026594676 e1000g should free private dips while no rx buffers are held by ↵yy1501901-1/+58
upper layer
2007-08-216535620 e1000g needs to support ICH9 devicesxy1504891-458/+191
6572330 e1000g: integrate the latest Intel refactored shared code 6573381 e1000g receiving VLAN tagged frames does not do hardware checksumming --HG-- rename : usr/src/uts/common/io/e1000g/e1000_hw.c => deleted_files/usr/src/uts/common/io/e1000g/e1000_hw.c
2007-07-086490623 Some networking problems with Solaris_b44_64 domU(using ↵yy1501901-14/+40
solaris_b44_64 dom0) 6510396 system panicked in e1000g_82547_timeout 6554976 e1000g driver does not support 10D5 device - Sun Pentwater PEM quad port
2007-01-316482530 Need Ethernet driver for Intel G965 chipsetxy1504891-0/+1026
6491179 link aggregation with e1000g does not work unless snoop is running 6494743 e1000g 5.1.4 driver does not work with s11_52 6502458 e1000g is open source, move the source from usr/closed to use/src 6505360 e1000g Makefile should not include "-N drv/dld" in the LDFLAGS