aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/em_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* intel iflib drivers: correct initialization of tx_cidx_processedEric Joyner2019-01-241-7/+2
* Fix first-packet completionStephen Hurd2018-11-091-0/+6
* em/igb/ix(4): Port two Tx/Rx fixes made to ixl in r339338Eric Joyner2018-10-141-21/+8
* fix case where pidx_last might be used uninitializedMatt Macy2018-05-041-1/+1
* Use C99 initializers for iflib function tables.Mark Johnston2018-04-111-16/+16
* Update copyright per Matthew MacyStephen Hurd2018-03-211-1/+2
* Update Matthew Macy contact infoStephen Hurd2017-12-191-1/+1
* Revert r323516 (iflib rollup)Stephen Hurd2017-09-161-13/+19
* Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd2017-09-131-19/+13
* IFLIB updatesSean Bruno2017-03-131-211/+245
* Implement RSS queue tagging for em(4) class devices from a copy and massageSean Bruno2017-01-251-1/+33
* iflib:Sean Bruno2017-01-241-4/+7
* Revert 312696 due to build tests.Sean Bruno2017-01-241-7/+4
* iflib:Sean Bruno2017-01-241-4/+7
* Restore v6 offload caps for igb(4) class devices.Sean Bruno2017-01-111-1/+1
* Add copywrite notices, 2-clause BSD.Sean Bruno2017-01-101-0/+26
* Migrate e1000 to the IFLIB framework:Sean Bruno2017-01-101-0/+720