| Commit message (Expand) | Author | Age | Files | Lines |
* | Put the early setting of the MAC type back, its | jfv | 2010-08-06 | 1 | -0/+3 |
* | Fix clang warning on empty statement. | mdf | 2010-07-28 | 1 | -5/+5 |
* | style(9) fix | gnn | 2010-07-24 | 1 | -4/+8 |
* | Fix a bug in the statistics code for tracking the head and | gnn | 2010-07-23 | 1 | -10/+82 |
* | Fix for a panic when TX checksum offload is done and | jfv | 2010-07-12 | 2 | -19/+35 |
* | Fix of a VLAN problem by jhb, the checksum capability | jfv | 2010-07-09 | 1 | -1/+1 |
* | OK, I was a bit sleep this morning and checked in | jfv | 2010-06-30 | 11 | -76/+1940 |
* | SR-IOV support added to igb | jfv | 2010-06-30 | 2 | -171/+296 |
* | Make sure that all the exposed counters and variables are actually | gnn | 2010-06-24 | 1 | -0/+17 |
* | Two stats were duplicated, thanks to Andrew Boyer | jfv | 2010-06-17 | 1 | -6/+0 |
* | Move statistics into the sysctl tree making it easier to find | gnn | 2010-06-16 | 1 | -157/+301 |
* | Move statistics into the sysctl tree making it easier to find | gnn | 2010-06-16 | 2 | -172/+423 |
* | Changes from John Baldwin adding to last commit, | jfv | 2010-06-16 | 4 | -49/+45 |
* | Change to have legacy interrupts use the same | jfv | 2010-06-15 | 2 | -12/+12 |
* | Put back the lost bus_describe_intr() calls. | jfv | 2010-06-11 | 1 | -0/+6 |
* | Add a couple fixes from Michael Tuexen. | jfv | 2010-06-11 | 1 | -71/+49 |
* | Restore part of 200671 which was lost in previous driver changes: | jhb | 2010-05-20 | 1 | -0/+2 |
* | Fix a mismerge in r206001. | marius | 2010-05-15 | 1 | -3/+3 |
* | Small changes preparing for MFC, need to conditionalize | jfv | 2010-05-14 | 3 | -2/+6 |
* | Address the LOD that some are seeing, put the RX lock | jfv | 2010-04-28 | 1 | -10/+13 |
* | Change default WOL back to MAGIC only, having | jfv | 2010-04-28 | 1 | -2/+2 |
* | Add a missing fragment in the tx msix handler to invoke | jfv | 2010-04-14 | 2 | -16/+31 |
* | Remove multiqueue stack related stuff form lem, it is | jfv | 2010-04-14 | 1 | -159/+5 |
* | The lock move in rxeof necessitated a couple | jfv | 2010-04-10 | 1 | -0/+5 |
* | Correct broken build. | jfv | 2010-04-10 | 1 | -1/+1 |
* | A few more changes from yongari: | jfv | 2010-04-09 | 2 | -7/+13 |
* | DUH, must be tired, I missed the second instance... | jfv | 2010-04-09 | 1 | -1/+1 |
* | Thanks to Michael Tuexen for catching this, bit set that | jfv | 2010-04-09 | 1 | -1/+1 |
* | Incorporate suggested improvements from yongari. | jfv | 2010-04-09 | 2 | -48/+54 |
* | Three changes: | jfv | 2010-04-08 | 1 | -10/+17 |
* | Important fix got clobbered in the em driver, keeping | jfv | 2010-04-08 | 2 | -9/+67 |
* | The POLL code was missed in the queue conversion, | jfv | 2010-03-31 | 1 | -8/+9 |
* | Hook the identification LEDs of igb(4), lem(4) and em(4) devices up with | marius | 2010-03-31 | 6 | -3/+85 |
* | Fix poll handler declaration. | jfv | 2010-03-31 | 1 | -1/+1 |
* | Fix lint build problem. | jfv | 2010-03-30 | 2 | -11/+13 |
* | Update to igb and em: | jfv | 2010-03-29 | 18 | -2234/+6977 |
* | Fix drbr and altq interaction: | mlaier | 2010-02-13 | 2 | -3/+7 |
* | A few minor changes: add altq option header, add missing conditional | jfv | 2010-02-01 | 2 | -3/+116 |
* | Fix for kern/141646: when stacking pseudo drivers like | jfv | 2010-01-30 | 1 | -14/+30 |
* | Add a link tasklet so updates can be sleepable. | jfv | 2010-01-27 | 2 | -7/+24 |
* | Two more build problems, missing includes and semicolon. | jfv | 2010-01-27 | 2 | -1/+3 |
* | Opps, completely wrong version of if_em.h got into | jfv | 2010-01-27 | 1 | -122/+98 |
* | Missing a fix for the new watchdog handling. | jfv | 2010-01-26 | 2 | -0/+2 |
* | Remove some internal conditional defines that will | jfv | 2010-01-26 | 1 | -13/+0 |
* | Update the 1G drivers, shared code sync with Intel, | jfv | 2010-01-26 | 26 | -1706/+1368 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | - Add missing newlines to some error messages. | jhb | 2009-12-18 | 1 | -3/+6 |
* | Add old read_mac_addr routine to this module since | jfv | 2009-12-14 | 1 | -0/+42 |
* | Remove the MTX_SPIN flag to the shared code MUTEX | jfv | 2009-12-14 | 1 | -2/+1 |
* | Remove phantom line of code that somehow slipped | jfv | 2009-12-08 | 1 | -1/+0 |