aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* Check that port is started when MAC filter is setGeorge V. Neville-Neil2014-04-221-3/+14
* Commit various fixes for the SolarFlare drivers, in particularGeorge V. Neville-Neil2014-04-145-25/+55
* sfxge: limit software Tx queue size.Gleb Smirnoff2014-03-222-8/+9
* Add counter for Tx errors returned from if_transmit.Gleb Smirnoff2014-03-192-5/+8
* fix mbuf leak if it does not fit in software queueGeorge V. Neville-Neil2014-03-181-0/+1
* Return error when packet is dropped because of link down.Gleb Smirnoff2014-03-181-1/+1
* Bandaid for compiling with gcc.Sergey Kandaurov2013-11-271-0/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-3/+3
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-263-0/+13
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-262-0/+2
* Remove unnecessary setup of the m->pkthdr.header pointer.Andre Oppermann2013-08-241-1/+0
* Fxi a bunch of typos.Eitan Adler2013-05-101-2/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-042-2/+2
* M_DONTWAIT is a flag from historical mbuf(9)Gleb Smirnoff2012-04-101-3/+3
* Update recently added drivers to use the if_*addr_r*lock() wrapperJohn Baldwin2012-01-051-4/+4
* sfxge: Add $FreeBSD$ tags to common code files.Philip Paeps2011-11-2834-7/+96
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* sfxge: Remove interrupt self-test codePhilip Paeps2011-11-192-25/+3
* sfxge: Fix if_baudrate reportsPhilip Paeps2011-11-191-9/+10
* Implement prefetch_read_{many,once}() for sparc64 and fix compilation onMarius Strobl2011-11-171-1/+35
* Fix compilation on ILP32.Marius Strobl2011-11-173-8/+8
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-1645-0/+38269