summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* Add counter for Tx errors returned from if_transmit.glebius2014-03-192-5/+8
* fix mbuf leak if it does not fit in software queuegnn2014-03-181-0/+1
* Return error when packet is dropped because of link down.glebius2014-03-181-1/+1
* Bandaid for compiling with gcc.pluknet2013-11-271-0/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-3/+3
* Provide includes that are needed in these files, and before were readglebius2013-10-263-0/+13
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-262-0/+2
* Remove unnecessary setup of the m->pkthdr.header pointer.andre2013-08-241-1/+0
* Fxi a bunch of typos.eadler2013-05-101-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-042-2/+2
* M_DONTWAIT is a flag from historical mbuf(9)glebius2012-04-101-3/+3
* Update recently added drivers to use the if_*addr_r*lock() wrapperjhb2012-01-051-4/+4
* sfxge: Add $FreeBSD$ tags to common code files.philip2011-11-2834-7/+96
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* sfxge: Remove interrupt self-test codephilip2011-11-192-25/+3
* sfxge: Fix if_baudrate reportsphilip2011-11-191-9/+10
* Implement prefetch_read_{many,once}() for sparc64 and fix compilation onmarius2011-11-171-1/+35
* Fix compilation on ILP32.marius2011-11-173-8/+8
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersphilip2011-11-1645-0/+38269
OpenPOWER on IntegriCloud