summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-3011-76/+1940
* SR-IOV support added to igbjfv2010-06-302-171/+296
* Make sure that all the exposed counters and variables are actuallygnn2010-06-241-0/+17
* Two stats were duplicated, thanks to Andrew Boyerjfv2010-06-171-6/+0
* Move statistics into the sysctl tree making it easier to findgnn2010-06-161-157/+301
* Move statistics into the sysctl tree making it easier to findgnn2010-06-162-172/+423
* Changes from John Baldwin adding to last commit,jfv2010-06-164-49/+45
* Change to have legacy interrupts use the samejfv2010-06-152-12/+12
* Put back the lost bus_describe_intr() calls.jfv2010-06-111-0/+6
OpenPOWER on IntegriCloud