summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* MFC r285340:dim2015-07-281-1/+1
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-5/+7
* MFC r278364:ngie2015-02-141-3/+3
* MFC r276959:np2015-01-188-33/+59
* MFC r273280:np2014-11-121-1/+3
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-5/+5
* MFC r270710 and r270821:hselasky2014-09-041-2/+0
* MFC r259897:dim2013-12-281-47/+0
* MFC r259896:dim2013-12-281-7/+0
* MFC r256302:np2013-10-101-0/+1
* Update OFED to Linux 3.7 and update Mellanox drivers.alfred2013-09-291-2/+3
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-2/+2
* Remove unnecessary setup of the m->pkthdr.header pointer.andre2013-08-241-1/+0
* Whitespace cleanup.np2013-08-231-2/+1
* Remove unnecessary #include's.alc2013-06-021-5/+0
* Add dependencies on the firmware, which allows the loading of the cxgbkib2013-05-161-0/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-043-6/+6
* Initialize the response queue mutex a bit earlier to avoid a panic thatnp2012-10-251-5/+5
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Prefer __containerof() over __member2struct().ed2012-10-191-1/+2
* Revert previous commit...kevlo2012-10-103-7/+7
* Prefer NULL over 0 for pointerskevlo2012-10-093-7/+7
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-182-7/+7
* Attach interrupt handlers during attach instead of during the first timejhb2012-08-301-5/+5
* Deal with the case where a syncache entry added by the TOE driver isnp2012-08-212-0/+12
* Correctly handle the case where an inp has already been dropped by the timenp2012-08-211-13/+9
* In cxgb(4), in function iwch_reregister_phys_mem(), initialize thedim2012-08-061-1/+1
* cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.np2012-06-303-44/+74
* - Updated TOE support in the kernel.np2012-06-1943-11348/+4834
* MFp4 bz_ipv6_fast:bz2012-05-251-6/+10
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Add IPv6 TSO (including TSO+VLAN) support to cxgb(4).np2012-02-092-14/+34
* Allocate the BAR for userspace doorbells after the is_offload checknp2012-02-081-9/+11
* Remove if_start from cxgb and cxgbe.np2012-02-073-29/+2
* Fix return value of function.np2011-12-231-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Update T3 firmware to 7.11.0np2011-03-252-1493/+1527
* t3_free_sge_resources should be given the number of qsets it needs to free.np2011-03-243-12/+9
* T3C initialization should setup the parity fence too.np2011-03-241-2/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-2/+2
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-271-2/+9
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-2/+2
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-24/+24
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-254-198/+9
* The local variable "rv" is still required by vm_fault_hold_user_pages().alc2010-12-201-3/+3
OpenPOWER on IntegriCloud