summaryrefslogtreecommitdiffstats
path: root/sys/dev/qlxgb
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-301-1/+1
* Unload maps for DMA buffers allocated via bus_dmamem_alloc() beforejhb2014-06-111-0/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-1/+1
* check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment indavidcs2014-02-142-5/+1
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-2/+2
* No need to set if_mtu since it automatically updated by ether_ifattach().davidcs2013-05-081-2/+2
* 1. Updated Copyright Informationdavidcs2013-05-0716-55/+631
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Do not announce IPv6 TSO support yet. The in-tree driver does not seembz2012-04-231-1/+0
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Update recently added drivers to use the if_*addr_r*lock() wrapperjhb2012-01-051-2/+2
* In sys/dev/qlxgb/qla_misc.c, fix a copy/paste issue. Clang complaineddim2012-01-031-1/+1
* The maximum TSO frame size should be:bz2011-11-161-1/+1
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30bz2011-11-0316-0/+6769
OpenPOWER on IntegriCloud