aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vxge
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-0312-40/+40
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-122-4/+4
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-7/+2
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-18/+18
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin2014-06-171-1/+0
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-3/+3
* In sys/dev/vxge/vxgehal/vxgehal-ring.c, #if 0 an unused static function.Dimitry Andric2013-12-291-0/+2
* Clean up -Wheader-guard warnings.Sergey Kandaurov2013-06-171-1/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* The drbr(9) API appeared to be so unclear, that most drivers inGleb Smirnoff2012-09-281-1/+3
* s/teh/the/gEitan Adler2012-09-141-1/+1
* Fix warning generated by clang;Eitan Adler2012-06-011-1/+1
* Remove spurious 8bit chars, turning files into plain ASCII.Ulrich Spörlein2012-01-151-11/+11
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Do not define bool/true/false if the symbols already exist.Matthew D Fleming2011-12-121-0/+2
* - change "is is" to "is" or "it is"Eitan Adler2011-10-163-3/+3
* Add in support for multicast.George V. Neville-Neil2011-05-033-22/+4
* Exar driver for X3100 10GbE Server/Storage adaptersGeorge V. Neville-Neil2011-04-2866-0/+107561