summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* A fix to make the LINT-NOINET build happy, if thisjfv2011-07-071-3/+3
* - Add read-only sysctls for all of the tunables supported by the igb andjhb2011-06-293-5/+53
* Put back the global for rx processing due to popular demand.jfv2011-06-231-1/+5
* Eliminate some global tuneables in favor of adapter-specific,jfv2011-06-202-63/+125
* - Use a dedicated task to handle deferred transmits from the if_transmitjhb2011-06-172-10/+64
* Add an initialization to the error variable, withoutjfv2011-05-051-2/+2
* Small change to make backporting to stable/7,jfv2011-04-281-1/+1
* Important update for the igb driver:jfv2011-04-052-84/+110
* Fix to an error condition case, when an mbuf chainjfv2011-04-011-16/+6
* Change the refresh_mbuf logic slightly, add an inlinejfv2011-04-012-10/+30
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-233-5/+5
* A cut and paste here was wrong also.jfv2011-03-191-1/+1
* Correct broken definejfv2011-03-191-1/+1
* This delta updates the em driver to version 7.2.2 which hasjfv2011-03-189-341/+404
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* Fix the shared code to be consistent with Intel-internal,jfv2011-02-1210-87/+218
* Restore 2 prototypes that seem to have been mistakenly removed in r218582.dougb2011-02-111-0/+2
* Somehow the RX ring depletion fix got partially removed,jfv2011-02-111-4/+17
* Revert changes made here, they will cause a conflictjfv2011-02-111-3/+0
* Inconsistencies in the updated igb shared code and the olderjfv2011-02-113-4/+7
* After r218530 export several functions which are no longer private tobz2011-02-112-6/+6
* Add support for the new I350 family of 1G interfaces.jfv2011-02-1121-328/+1121
* Fix for kern/152853, pullup at the wrong pointjfv2011-01-191-5/+10
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-183-17/+25
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-184/+184
* A couple problems discovered by Andrew Boyer:jfv2011-01-121-3/+11
* Correct build error.jfv2010-12-041-1/+0
* Remove the bogus test in the TX context setup for IPV6,jfv2010-12-041-2/+0
* Small cut and paste bug in flow control string fixed.jfv2010-12-041-36/+32
* Unwanted extra call to set_vlan_hw added back by mistake.jfv2010-11-261-3/+0
* The purpose of this change is to add a routine tojfv2010-11-241-55/+83
* Add shared code glue for new 82580 devices.jfv2010-11-242-0/+4
* - New 82580 devices supportedjfv2010-11-232-135/+208
* Sync the lem code up with the vlan and other fixes in em.jfv2010-11-014-158/+108
* In the data setup code for doing offloads thejfv2010-10-281-1/+6
* Bug fix delta to the em driver:jfv2010-10-262-118/+259
* Update code from Intel:jfv2010-09-2821-536/+1822
* Tweak the stats exported by the e1000 drivers:jhb2010-09-204-346/+404
* Code correction in refresh_mbufs, just continuingjfv2010-09-071-2/+2
* Tighten up the rx mbuf refresh code, there were somejfv2010-09-072-51/+65
* Do not allocate multicast array memory in multicast filteryongari2010-08-286-17/+50
* If em(4) failed to allocate RX buffers, do not call panic(9).yongari2010-08-281-3/+6
* Do not call voluntary panic(9) in case of if_alloc() failure.yongari2010-08-283-15/+33
* 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
* Fix clang warning on empty statement.mdf2010-07-281-5/+5
* style(9) fixgnn2010-07-241-4/+8
* Fix a bug in the statistics code for tracking the head andgnn2010-07-231-10/+82
* Fix for a panic when TX checksum offload is done andjfv2010-07-122-19/+35
OpenPOWER on IntegriCloud