summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_igb.c
Commit message (Expand)AuthorAgeFilesLines
* This delta updates the em driver to version 7.2.2 which hasjfv2011-03-181-180/+225
* Somehow the RX ring depletion fix got partially removed,jfv2011-02-111-4/+17
* Add support for the new I350 family of 1G interfaces.jfv2011-02-111-110/+103
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-5/+9
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-79/+79
* Remove the bogus test in the TX context setup for IPV6,jfv2010-12-041-2/+0
* - New 82580 devices supportedjfv2010-11-231-132/+194
* Update code from Intel:jfv2010-09-281-6/+31
* Tweak the stats exported by the e1000 drivers:jhb2010-09-201-106/+32
* Do not allocate multicast array memory in multicast filteryongari2010-08-281-1/+16
* Do not call voluntary panic(9) in case of if_alloc() failure.yongari2010-08-281-5/+11
* Make sure not to access unallocated stats memory.yongari2010-08-271-1/+7
* Eliminate the ambiguous queue setting logic forjfv2010-08-191-2/+2
* Put the early setting of the MAC type back, itsjfv2010-08-061-0/+3
* style(9) fixgnn2010-07-241-4/+8
* Fix a bug in the statistics code for tracking the head andgnn2010-07-231-10/+82
* Fix of a VLAN problem by jhb, the checksum capabilityjfv2010-07-091-1/+1
* OK, I was a bit sleep this morning and checked injfv2010-06-301-76/+71
* SR-IOV support added to igbjfv2010-06-301-162/+282
* Make sure that all the exposed counters and variables are actuallygnn2010-06-241-0/+17
* Move statistics into the sysctl tree making it easier to findgnn2010-06-161-172/+411
* Changes from John Baldwin adding to last commit,jfv2010-06-161-18/+16
* Change to have legacy interrupts use the samejfv2010-06-151-11/+12
* Put back the lost bus_describe_intr() calls.jfv2010-06-111-0/+6
* Add a couple fixes from Michael Tuexen.jfv2010-06-111-71/+49
* Restore part of 200671 which was lost in previous driver changes:jhb2010-05-201-0/+2
* Small changes preparing for MFC, need to conditionalizejfv2010-05-141-0/+2
* Add a missing fragment in the tx msix handler to invokejfv2010-04-141-13/+23
* DUH, must be tired, I missed the second instance...jfv2010-04-091-1/+1
* Thanks to Michael Tuexen for catching this, bit set thatjfv2010-04-091-1/+1
* Important fix got clobbered in the em driver, keepingjfv2010-04-081-5/+38
* The POLL code was missed in the queue conversion,jfv2010-03-311-8/+9
* Hook the identification LEDs of igb(4), lem(4) and em(4) devices up withmarius2010-03-311-1/+27
* Update to igb and em:jfv2010-03-291-238/+221
* Fix drbr and altq interaction:mlaier2010-02-131-2/+6
* A few minor changes: add altq option header, add missing conditionaljfv2010-02-011-0/+112
* Add a link tasklet so updates can be sleepable.jfv2010-01-271-6/+22
* Missing a fix for the new watchdog handling.jfv2010-01-261-0/+1
* Update the 1G drivers, shared code sync with Intel,jfv2010-01-261-1014/+759
* - Add missing newlines to some error messages.jhb2009-12-181-3/+6
* Remove phantom line of code that somehow slippedjfv2009-12-081-1/+0
* Resync with Intel versions of both the em and igbjfv2009-12-081-567/+629
* With an i386 kernel the igb driver can cause ajfv2009-11-111-3/+3
* Fix build issue with last commit.jfv2009-09-101-2/+2
* Fix an xmit mbuf leak, when transmit failed but youjfv2009-09-101-6/+14
* Temporarily enhance em(4) and igb(4) hack to take account for IFF_NOARP.delphij2009-08-191-1/+2
* Improvement on the last change, this gives a precisejfv2009-07-241-6/+6
* This delta fixes two bugs:jfv2009-07-241-1/+8
* Re-add opt_inet.h, as we did in r193862 and lost yet again.bz2009-07-141-0/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
OpenPOWER on IntegriCloud