aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/if_em_netmap.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r308038:Sean Bruno2016-10-311-1/+1
* Sync the e1000 drivers with what's in head as of r294327, modulo partsMarius Strobl2016-01-271-8/+8
* MFC r284179, r283959Sean Bruno2015-06-171-1/+1
* MFC 270063: update of netmap codeLuigi Rizzo2014-08-201-13/+13
* MFH: sync the netmap code with the one in HEADLuigi Rizzo2014-02-181-177/+120
* remove trailing whitespaceLuigi Rizzo2013-05-021-1/+1
* whitespace changes:Luigi Rizzo2013-04-291-1/+0
* add some definition and driver changes in preparation forLuigi Rizzo2013-01-171-0/+3
* fix some signed/unsigned warnings in the netmap code.Luigi Rizzo2012-08-021-1/+1
* A bunch of netmap fixes:Luigi Rizzo2012-02-271-79/+82
* Various cleanups for readability (no functional changes)Luigi Rizzo2012-02-171-5/+2
* (This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo2012-02-151-20/+5
* reduce the differences between these three files.Luigi Rizzo2012-02-151-5/+12
* - use struct ifnet as explicit type of the argument to theLuigi Rizzo2012-02-131-9/+9
* - change the buffer size from a constant to aLuigi Rizzo2012-02-081-1/+0
* small code cleanup in preparation for future modifications inLuigi Rizzo2012-01-101-8/+8
* whitespace fixes (one missing newline, one extra tab)Luigi Rizzo2011-12-231-1/+1
* Fix compilation on sparc64 by actually supplying the bus_dma_tag_t memberMarius Strobl2011-12-181-1/+1
* 1. Fix the handling of link reset while in netmap more.Luigi Rizzo2011-12-051-76/+91
* Bring in support for netmap, a framework for very efficient packetLuigi Rizzo2011-11-171-0/+383