summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_em.c
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-2/+2
* This delta updates the em driver to version 7.2.2 which hasjfv2011-03-181-118/+131
* 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-181-6/+10
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-57/+57
* A couple problems discovered by Andrew Boyer:jfv2011-01-121-3/+11
* Correct build error.jfv2010-12-041-1/+0
* Small cut and paste bug in flow control string fixed.jfv2010-12-041-36/+32
* The purpose of this change is to add a routine tojfv2010-11-241-55/+83
* Sync the lem code up with the vlan and other fixes in em.jfv2010-11-011-13/+0
* In the data setup code for doing offloads thejfv2010-10-281-1/+6
* Bug fix delta to the em driver:jfv2010-10-261-112/+238
* Update code from Intel:jfv2010-09-281-288/+319
* Tweak the stats exported by the e1000 drivers:jhb2010-09-201-77/+111
* Code correction in refresh_mbufs, just continuingjfv2010-09-071-2/+2
* Tighten up the rx mbuf refresh code, there were somejfv2010-09-071-50/+62
* Do not allocate multicast array memory in multicast filteryongari2010-08-281-8/+14
* 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-281-5/+11
* Fix for a panic when TX checksum offload is done andjfv2010-07-121-10/+18
* 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
* Changes from John Baldwin adding to last commit,jfv2010-06-161-22/+17
* Fix a mismerge in r206001.marius2010-05-151-3/+3
* Small changes preparing for MFC, need to conditionalizejfv2010-05-141-0/+2
* Address the LOD that some are seeing, put the RX lockjfv2010-04-281-10/+13
* Change default WOL back to MAGIC only, havingjfv2010-04-281-2/+2
* Add a missing fragment in the tx msix handler to invokejfv2010-04-141-3/+8
* The lock move in rxeof necessitated a couplejfv2010-04-101-0/+5
* Correct broken build.jfv2010-04-101-1/+1
* A few more changes from yongari:jfv2010-04-091-7/+12
* Incorporate suggested improvements from yongari.jfv2010-04-091-47/+53
* Three changes:jfv2010-04-081-10/+17
* Important fix got clobbered in the em driver, keepingjfv2010-04-081-4/+29
* Hook the identification LEDs of igb(4), lem(4) and em(4) devices up withmarius2010-03-311-1/+28
* Fix lint build problem.jfv2010-03-301-4/+6
* Update to igb and em:jfv2010-03-291-1804/+1329
* Fix drbr and altq interaction:mlaier2010-02-131-1/+1
* A few minor changes: add altq option header, add missing conditionaljfv2010-02-011-3/+4
* Fix for kern/141646: when stacking pseudo drivers likejfv2010-01-301-14/+30
* 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-5/+7
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Resync with Intel versions of both the em and igbjfv2009-12-081-241/+345
* Fix build complaint from previous checkinjfv2009-09-101-2/+2
* Fix for pr 138516jfv2009-09-101-5/+10
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+1
* Add necessary include.phk2009-09-081-1/+1
* 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
OpenPOWER on IntegriCloud