aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Display CF facility correctly in the device log.Navdeep Parhar2014-07-151-0/+1
* Allow multi-byte reads in the private CHELSIO_T4_GET_I2C ioctl. TheNavdeep Parhar2014-07-153-37/+92
* cxgbe(4): Add an iSCSI softc to the adapter structure.Navdeep Parhar2014-07-111-0/+1
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-111-3/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-33/+17
* Revert r267961, r267973:Glen Barber2014-06-271-17/+33
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-33/+17
* cxgbe(4): Update the bundled T4 and T5 firmwares to versions 1.11.27.0.Navdeep Parhar2014-06-229-17168/+18268
* Consider the total number of descriptors available (and not just thoseNavdeep Parhar2014-06-201-3/+4
* cxgbe(4): Fix bug in the fast rx buffer recycle path. In some cases rxNavdeep Parhar2014-06-182-10/+18
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* cxgbe(4): Properly account for the freelist buffers used when returningNavdeep Parhar2014-06-051-1/+8
* cxgbe(4): Fix a NULL dereference when the very first call toNavdeep Parhar2014-05-301-2/+6
* cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards.Navdeep Parhar2014-05-276-258/+1900
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)Bjoern A. Zeeb2014-05-231-11/+0
* cxgbe(4): Remove stray if_up from the code that creates the tracing ifnet.Navdeep Parhar2014-05-231-1/+0
* use correct (integer) type for the temperature sysctlMaksim Yevmenkin2014-04-171-1/+1
* cxgbe(4): Recognize the "spider" configuration where a T5 card's 40GNavdeep Parhar2014-03-211-0/+1
* cxgbe(4): Use ifi_oqdrops in if_data to count drops in the tx path.Navdeep Parhar2014-03-201-1/+1
* cxgbe(4): if_iqdrops statistic should include tunnel congestion drops.Navdeep Parhar2014-03-201-1/+15
* cxgbe(4): significant rx rework.Navdeep Parhar2014-03-184-575/+632
* In cxgbe, conditionalize the t4_pgprot_wc() function, since it is onlyDimitry Andric2014-02-141-0/+2
* Add a new sysctl, dev.cxgbe.N.rsrv_noflow, and a companion tunable,Scott Long2014-02-062-1/+36
* cxgbe(4): Use the rx channel map (instead of the tx channel map) as theNavdeep Parhar2014-02-063-2/+4
* cxgbe(4): The T5 allows for a different freelist starvation thresholdNavdeep Parhar2014-02-062-1/+8
* cxgbe(4): Use the port's tx channel to identify it to t4_clr_port_stats.Navdeep Parhar2014-02-061-2/+2
* Add an option to enable or disable the small RX packet copying thatAdrian Chadd2014-01-023-2/+8
* Do not create a hardware IPv6 server if the listen address is notNavdeep Parhar2013-12-172-0/+21
* Read card capabilities after firmware initialization, instead of settingNavdeep Parhar2013-12-145-18/+80
* Print out the full PCIe link negotiation during dmesg.Adrian Chadd2013-12-101-2/+18
* Unstaticize t4_list and t4_uld_list. This works around a clangNavdeep Parhar2013-12-091-2/+2
* cxgbe(4): save a copy of the RSS map for each port for the driver's use.Navdeep Parhar2013-12-083-10/+16
* cxgbe(4): T4_SET_SCHED_CLASS and T4_SET_SCHED_QUEUE ioctls to programNavdeep Parhar2013-12-034-0/+353
* Disable an assertion that relies on some code[1] that isn't in HEAD yet.Navdeep Parhar2013-11-271-1/+1
* cxgbe(4): update the internal list of device features.Navdeep Parhar2013-11-211-1/+3
* cxgbe(4): Tidy up the display for payload memory statistics (pm_stats).Navdeep Parhar2013-11-071-12/+18
* cxgbe(4): Exclude MPS_RPLC_MAP_CTL (0x11114) from the register dump. TurnsNavdeep Parhar2013-11-041-2/+4
* - Provide necessary includes.Gleb Smirnoff2013-10-291-1/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-285-0/+7
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+6
* Fix typo in previous commit.Navdeep Parhar2013-10-181-1/+1
* iw_cxgbe should have a dependency on t4nex.Navdeep Parhar2013-10-171-0/+1
* iw_cxgbe: iWARP driver for Chelsio T4/T5 chips. This is a straight portNavdeep Parhar2013-10-1712-0/+9164
* cxgbe(4): Store the log2 of the # of doorbells per BAR2 page for bothNavdeep Parhar2013-10-142-8/+14
* cxgbe(4): Update T4 and T5 firmwares to 1.9.12.0Navdeep Parhar2013-10-1412-16574/+17325
* There are some high performance NICs that count statistics in hardware,Gleb Smirnoff2013-10-091-1/+1
* Fix kernel build on amd64 after r256118, since the machine/md_var.hDimitry Andric2013-10-071-0/+1
* Remove redundant declaration of cpu_clflush_line_size inDimitry Andric2013-10-071-4/+0
* Rework the tx credit mechanism between the cxgbe/tom driverNavdeep Parhar2013-09-093-45/+85
* Fix a miscalculation that caused cxgbe/tom to auto-incrementNavdeep Parhar2013-09-091-1/+1