aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): add support for the SIOCGI2C ioctl.Navdeep Parhar2014-09-121-0/+25
* cxgbe(4): knobs to enable/disable PAUSE frame based flow control.Navdeep Parhar2014-09-121-0/+79
* Add new a M_START() mbuf macro that returns a pointer to the start ofRobert Watson2014-09-111-2/+2
* Whitespace nit.Navdeep Parhar2014-09-091-1/+1
* - Update the OFED Linux Emulation layer as a preparation for aHans Petter Selasky2014-08-272-2/+0
* Update to the current version of netmap.Luigi Rizzo2014-08-161-15/+13
* cxgbe(4): Do not poke T4-only registers on a T5 (and vice versa).Navdeep Parhar2014-08-081-14/+29
* cxgbe(4): Let caller specify whether it's ok to sleep inNavdeep Parhar2014-08-063-8/+12
* cxgbe(4): Do not run any sleepable code in the SIOCSIFFLAGS handler whenNavdeep Parhar2014-08-041-5/+25
* cxgbe(4): Remove an unused version of t4_enable_vi.Navdeep Parhar2014-08-022-15/+0
* cxgbe(4): some optimizations in freelist handling.Navdeep Parhar2014-08-022-121/+177
* cxgbe(4): Fix an off by one error when looking for the BAR2 doorbellNavdeep Parhar2014-08-022-2/+2
* cxgbe(4): minor optimizations in ingress queue processing.Navdeep Parhar2014-08-023-116/+94
* Some hooks in cxgbe(4) for the offloaded iSCSI driver.Navdeep Parhar2014-07-245-15/+371
* cxgbe(4): Keep track of the clusters that have to be freed by theNavdeep Parhar2014-07-233-29/+94
* Add missing newline to an error message.Navdeep Parhar2014-07-221-1/+1
* Simplify r267600, there's no need to distinguish between allocated andNavdeep Parhar2014-07-222-10/+8
* 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