summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/ixgbe
AgeCommit message (Collapse)AuthorFilesLines
2021-03-1913644 ixgbe_ring_tx() has an invalid VERIFY under memory pressureJason King1-7/+1
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-02-2612849 ixgbe can do unnecessary allocations during txJason King1-420/+294
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2020-06-1212763 ixgbe ufm supportRobert Mustacchi2-0/+173
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Joshua Clulow <josh@sysmgr.org>
2020-06-0112545 ixgbe: IXGBE_LE32_TO_CPUS macro is missing assignmentToomas Soome1-1/+1
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-2012520 Enable IPv6 tso in igb, ixgbe, and i40eRobert Mustacchi3-18/+48
Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-03-0211490 SRS ring polling disabled for VLANsRyan Zezeski2-10/+367
11491 Want DLS bypass for VLAN traffic 11492 add VLVF bypass to ixgbe core 2869 duplicate packets with vnics over aggrs 11489 DLS stat delete and aggr kstat can deadlock Portions contributed by: Theo Schlossnagle <jesus@omniti.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Paul Winder <paul@winders.demon.co.uk> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2019-12-1112011 ixgbe reports incorrect MAC_STAT_NORCVBUFRyan Zezeski3-275/+204
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2019-11-1511879 Intel ixgbe X553 SupportRobert Mustacchi30-1783/+4494
Reviewed by: Paul Winder <paul@winders.demon.co.uk> Reviewed by: Ryan Zezeski <rpz@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-04-1010673 ixgbe: NULL pointer errorsToomas Soome3-11/+10
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-01-1710086 ixgbe_m_propinfo() is missing an 'else'John Levon1-4/+4
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2018-07-309266 ixgbe: this statement may fall throughToomas Soome2-2/+6
Reviewed by: Andy Fiddaman <af@citrus-it.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2018-05-149095 ixgbe MAC_CAPAB_LED supportRobert Mustacchi3-0/+114
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-148699 Want NIC transceiver visibilityRobert Mustacchi4-1/+190
8700 ixgbe MAC_CAPAB_TRANSCEIVER support 8701 i40e MAC_CAPAB_TRANSCEIVER support Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-218579 ixgbe infinite loops in rar and vmdq clearingRobert Mustacchi7-11/+57
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-08-148561 export all ixgbe tx ring statsRyan Zezeski4-16/+16
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustachci <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-048501 ixgbe has uninitialized kstat fieldsRyan Zezeski5-27/+24
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-06-168229 ixgbe: misleading-indentationToomas Soome1-1/+2
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-01-027707 ixgbe crashes on debug builds when it fails to attachRobert Mustacchi1-1/+3
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dale Ghent <daleg@omniti.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2016-08-016064 ixgbe needs X550 support (fix SPARC build)Igor Kozhukhov2-4/+4
Approved by: Dan McDonald <danmcd@omniti.com>
2016-07-286064 ixgbe needs X550 support (fix Studio build)Dan McDonald1-3/+3
2016-07-276064 ixgbe needs X550 supportDale Ghent33-1915/+12425
Reviewed by: Tycho Nightingale <tycho.nightingale@pluribusnetworks.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
2016-04-276926 Move ixgbe Intel common code into its own directoryRobert Mustacchi17-0/+0
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-02-056601 Various GLD drivers return EINVAL instead of ENOTSUP for unused ↵Dale Ghent1-2/+3
mac_prop_id_t's Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-11-195337 igb/ixgbe mishandle raw packets if cable problemKeith M Wesolowski1-2/+4
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-07-293778 1000BASE-LX support in ixgbeSaso Kiselkov3-4/+21
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-07-283856 want FW config version number for igb and ixgbeKeith M Wesolowski1-0/+11
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-04-123708 Fast reboot support in ixgbeSaso Kiselkov1-1/+49
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-023667 Allow ixgbe to use unsupported SFP modulesSaso Kiselkov4-1/+17
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-01-033443 Missing curly-braces in one ixgbe file.Dan McDonald1-1/+2
Reviewed by: Robert Gordon <rbg@openrbg.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Garrett D'Amore <garrett@damore.org>
2012-07-293014 Intel X540 Support (fix SPARC build)Richard Lowe4-12/+7
2012-07-273014 Intel X540 Support (fix lint)Dan McDonald9-131/+200
2012-07-283014 Intel X540 SupportDan McDonald20-3790/+7197
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
2012-05-162654 add ixgbe support for new x520 modelsRobert Mustacchi3-23/+35
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Milan Jurik <milan.jurik@xylab.cz> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-09-091390 ixgbe update from FreeBSD via JoyentJerry Jelinek10-6054/+5987
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-08-046964175 integration of Intel ixgbe shared code 3.5.13chenlu chen - Sun Microsystems - Beijing China16-458/+1284
6947876 oplin driver detect false hang during specweb tests on X4440 6940695 Changes to relaxed ordering in new shared code can impact performance 6969304 The per-ring statistics mapping register is not set correctly in some cases
2010-04-296902304 Hamilton B4: sunvts 7.0: netlbtest always fails on 1G switch for 10G ↵chenlu chen - Sun Microsystems - Beijing China1-4/+14
interface(ixgbe0 or ixgbe1)
2010-03-266918426 ixgbe spams system log with function messagesPaul Guo12-107/+429
6917647 potential mutex lock leak in ixgbe 6936920 integration of Intel ixgbe shared code 3.3.9
2010-03-116933719 LRO setup is missing in ixgbe_setup_rxVenugopal Iyer1-0/+30
6933731 oce_priv_props is missing _rx_bcopy_limit property
2010-03-09PSARC/2009/364 dlstat and flowstatVenugopal Iyer9-621/+1345
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
2010-01-146901868 Niantic driver should support Receive Side Coalescing (aka LRO)Winson Wang - Sun Microsystems - Beijing China6-43/+418
6908305 ixgbe watchdog timer fails to work with fix for 6902786 6907851 X4450(Tucani) panics while running snv_129:occurred in module "ixgbe" due to a NULL pointer derefer
2009-12-036783915 numerous drivers using devacc_attr_access without specifying ↵Stephen Hanson3-15/+6
DDI_DEVICE_ATTR_V1 6765185 ddi_dma_mem_alloc should ignore devacc_attr_access 6886100 DDI_FLAGERR_ACC accesses on x86 should use i_ddi_prot_io_get8() calls as on sparc 6886098 ddi_fm_acc_err_get()/ddi_fm_dma_err_get() copy data when they don't need to 6901678 crossbow changes broke dma handle checking in bge driver 6901000 lint warning in mtst_cpu.c
2009-12-036902786 ixgbe should return failure immediately when finding error with dma ↵Paul Guo5-79/+214
handle 6874953 kstat link status indicates full duplex even when there is no link 6774715 ixgbe link status is not well maintained
2009-11-236879035 ixgbe.conf does not show the correct value of max mtu sizeWinson Wang - Sun Microsystems - Beijing China5-41/+71
6884293 ixgbe driver can corrupt LSO packets under a special condition 6893562 ixgbe driver does not support SUNvts External loopback.
2009-11-086873301 ixgbe shared code update (version 3.1.9)chenlu chen - Sun Microsystems - Beijing China12-857/+1667
2009-08-256708611 ixgbe driver needs ndd usage ripped out in favor of Brusselschenlu chen - Sun Microsystems - Beijing China7-921/+1069
2009-08-146848306 ixgbe need to update the latest shared code (2.9.1.1) from IntelPaul Guo12-149/+611
6790324 NICDRV case02 ping auto may fail on ixgbe 6855939 Niantic UDP packet rate is 30% lower than Oplin due to excessive TX interrupt 6865071 workaround for 82598/82599 h/w tx descriptor limit can panic the system 6863015 ixgbe driver does not need to drop tx packets when some function calls fail
2009-05-216828900 ixgbe fails on NICDRV netstress testing with Niantic adapterPaul Guo4-50/+124
6832865 ixgbe does not correctly update secondary unicast addresses 6841534 Niantic card hangs on sparc system during uperf testing
2009-04-126708311 ixgbe needs to support the new device NianticBin Tu - Sun Microsystems - Beijing China20-784/+5897
6764528 ixgbe should not reserve a msix vector for link change 6774000 ixgbe IPHDR_ALIGN_ROOM code can be revised 6804557 The ixgbe driver can generate fma IO Service Restored ereports without any service-lost reports
2009-01-076788413 ixgbe needs to support Oplin Express ModulePaul Guo15-363/+1392
2008-12-04PSARC/2006/357 Crossbow - Network Virtualization and Resource ManagementEric Cheng8-672/+1067
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