summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix a mismerge in r206001.marius2010-05-151-3/+3
* Small changes preparing for MFC, need to conditionalizejfv2010-05-143-2/+6
* 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-142-16/+31
* Remove multiqueue stack related stuff form lem, it isjfv2010-04-141-159/+5
* 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-092-7/+13
* 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
* Incorporate suggested improvements from yongari.jfv2010-04-092-48/+54
* Three changes:jfv2010-04-081-10/+17
* Important fix got clobbered in the em driver, keepingjfv2010-04-082-9/+67
* 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-316-3/+85
* Fix poll handler declaration.jfv2010-03-311-1/+1
* Fix lint build problem.jfv2010-03-302-11/+13
* Update to igb and em:jfv2010-03-2918-2234/+6977
* Fix drbr and altq interaction:mlaier2010-02-132-3/+7
* A few minor changes: add altq option header, add missing conditionaljfv2010-02-012-3/+116
* Fix for kern/141646: when stacking pseudo drivers likejfv2010-01-301-14/+30
* Add a link tasklet so updates can be sleepable.jfv2010-01-272-7/+24
* Two more build problems, missing includes and semicolon.jfv2010-01-272-1/+3
OpenPOWER on IntegriCloud