summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/igb/igb_buf.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-0910672 igb: NULL pointer issuesToomas Soome1-6/+6
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>
2016-05-294416 Silence igb(7D) debug messages by defaultYuri Pankov1-19/+22
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-08-026935725 igb driver does not follow Kawela spec for setting the device up for ↵Guoqing Zhu1-8/+10
external loopback mode 6963343 igb_tx_recycle_head_wb can't distinguish between empty and full of circular descriptor queue 6963350 tx reschedule may never get dispatched when tx ring size is set too small 6966781 system panic during tcptx transferring on igb when disabling tx head wb
2010-01-156886669 igb driver needs to support Brussels.chenlu chen - Sun Microsystems - Beijing China1-139/+195
6901490 igb does not return failure when setting external loopback fails 6906795 igb driver can corrupt LSO packets under a special condition
2009-12-036783915 numerous drivers using devacc_attr_access without specifying ↵Stephen Hanson1-10/+3
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-01-206708291 igb needs to support the new chipset Kawelachenlu chen - Sun Microsystems - Beijing China1-11/+4
6737111 panic in igb_main.c(line: 1872): assertion failed: tx_ring->tcb_free == tx_ring->free_list_size 6740801 igb's rx bind function does not set newly desballoc-ed mblk to be ip header aligned
2008-05-126656301 igb needs to support FMAgl1473541-4/+25
2008-01-07PSARC 2007/624 Intel 82575 1Gb PCI Express NIC Driverxy1504891-0/+871
6591981 A new driver is needed to support Intel Zoar gigabit NIC