aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/common
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-166-12/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-19/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1215-15/+15
* Mechanically convert cxgb(4) and cxgbe(4) to IfAPIJustin Hibbits2023-03-071-2/+2
* cxgb(4): Fix a typo in a source code commentGordon Bergling2022-07-311-1/+1
* Fix typo on "Celsius"Elyes HAOUAS2021-11-191-1/+1
* cxgb: Use device_t in preference to struct device *Mark Johnston2021-04-121-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-19/+30
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2715-1/+15
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-5/+5
* cxgb: replace r273280 with a more comprehensive fix.Navdeep Parhar2015-01-117-32/+57
* cxgb(4): reset the PHY if it generates an interrupt for no apparent reason.Navdeep Parhar2014-10-191-1/+3
* In sys/dev/cxgb/common/cxgb_mc5.c, remove static functionDimitry Andric2013-12-251-7/+0
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-6/+4
* Fix return value of function.Navdeep Parhar2011-12-231-1/+1
* Update T3 firmware to 7.11.0Navdeep Parhar2011-03-251-1/+1
* T3C initialization should setup the parity fence too.Navdeep Parhar2011-03-241-2/+3
* Fix t3_gate_rx_traffic and t3_open_rx_traffic. Parts of them always operatedNavdeep Parhar2010-09-151-9/+13
* Fix tx pause quanta and timer calculations.Navdeep Parhar2010-08-151-12/+10
* Always reset the XGMAC's XAUI PCS on a link up.Navdeep Parhar2010-08-153-12/+58
* Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:Navdeep Parhar2010-07-093-13/+13
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadyNavdeep Parhar2010-07-092-3/+2
* Multiple fixes related to queue set sizing and resources:Navdeep Parhar2010-03-312-2/+3
* Improved PHY EDC settings.Navdeep Parhar2010-03-311-371/+422
* Better TwinAx transceiver detection.Navdeep Parhar2010-03-091-1/+13
* There is no need to test __FreeBSD_version for features that haveNavdeep Parhar2010-02-243-55/+0
* Extra parantheses to keep certain compilers happy.Navdeep Parhar2010-01-091-1/+1
* T3 firmware 7.8.0 for cxgb(4)Navdeep Parhar2009-12-011-1/+1
* The 10GBASE-T card should use an IPG of 1. Also enable the checkNavdeep Parhar2009-11-132-3/+1
* Make sure *some* edc is setup even for an unknown transceiver (assumeNavdeep Parhar2009-11-131-2/+2
* cxgb(4) updates, including:Navdeep Parhar2009-10-059-223/+1851
* Greatly simplify cxgb by removing almost all of the custom mbuf management logicKip Macy2009-06-191-6/+15
* Integrate three changes from Chelsio.George V. Neville-Neil2009-05-213-79/+129
* Update the Chelsio driver to the latest bits from ChelsioGeorge V. Neville-Neil2009-03-105-233/+792
* Check in the actual module recognition code for the ChelsioGeorge V. Neville-Neil2008-12-181-32/+102
* Bug fix to support N310 version of Chelsio cards (board ID 1088).George V. Neville-Neil2008-12-061-0/+6
* Fix a bug with the ael1006 PHY. The bug shows up as persistent but incompleteGeorge V. Neville-Neil2008-12-041-0/+10
* Bug fix from Chelsio which addresses the issue of the device resettingGeorge V. Neville-Neil2008-12-021-25/+2
* Several small additions to the Chelsio 10G driver.George V. Neville-Neil2008-11-213-2/+19
* Update firmware version checkKip Macy2008-11-122-3/+9
* Update cxgb include paths to not require prefixing with dev/cxgbKip Macy2008-09-239-41/+0
* White space cleanups to bring closer to RELENG_7Kip Macy2008-09-161-1/+1
* Vendor fix for PHY problem.Kip Macy2008-08-115-89/+759
* new vendor PHY supportKip Macy2008-07-181-0/+225
* import vendor fixes to cxgbKip Macy2008-07-188-138/+603
* - Integrate 1.133 vendor driver changesKip Macy2008-03-183-7/+7
* - update firmware to 5.0Kip Macy2008-02-2313-644/+1881
* - make 9k clusters the default unless a tunable is setKip Macy2008-01-101-0/+1