summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate definition (CPL_TRACE_PKT_T5).np2016-02-122-2/+1
* Garbage collect unused arguments of m_init().glebius2016-02-101-1/+1
* More fixes to the build.glebius2016-01-273-3/+3
* Augment struct tcpstat with tcps_states[], which is used for book-keepingglebius2016-01-271-1/+1
* Fix for iWARP servers that listen on INADDR_ANY.np2016-01-223-74/+42
* iw_cxgbe: fix a couple of problems int the RDMA_TERMINATE handler.np2016-01-211-6/+9
* Add optimizing LRO wrapper:hselasky2016-01-191-2/+2
* cxgbe: bind the ithreads that handle NIC rx to the correct CPU if the kernelnp2016-01-111-0/+7
* Convert cxgb/cxgbe to the new routing API.melifaro2016-01-072-43/+42
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-071-2/+1
* iw_cxgbe: Shut down the socket but do not close the fd in case of error.np2016-01-051-1/+1
* Implement interface link header precomputation API.melifaro2015-12-311-1/+1
* cxgbei: Hardware accelerated iSCSI target and initiator for TOE capablenp2015-12-265-0/+2828
* cxgbe(4): Updates to the base NIC driver and t4_tom to support the iSCSInp2015-12-267-244/+176
* Fix RSS build.np2015-12-051-1/+1
* Fix build for !TCP_OFFLOAD case.kib2015-12-031-1/+1
* Add support for configuring additional virtual interfaces (VIs) on a port.jhb2015-12-0311-979/+1533
* cxgbe/t4_tom: add a knob to the default configuration file to tunenp2015-11-102-2/+8
* Chelsio T5 chips do not properly echo the No Snoop and Relaxed Orderingjhb2015-11-051-0/+29
* cxgbe/tom: decide whether to shove segments or not only if there isnp2015-10-301-1/+1
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-221-1/+1
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-192-7/+4
* cxgbe(4): support for the kernel RSS option.np2015-10-161-5/+180
* iw_cxgbe: use correct RFC number.np2015-10-141-1/+1
* iw_cxgbe: MPA v2 is always available.np2015-10-131-11/+1
* iw_cxgbe: fix for page fault in cm_close_handler().np2015-10-101-8/+14
* Add a comment that to clarify how to determine the amount of received DDPjhb2015-09-101-0/+13
* cxgbe(4): Save the flags for the last adapter-wide synchronizednp2015-08-192-0/+3
* cxgbe(4): Update T5 and T4 firmwares bundled with the driver to 1.14.4.0. Thenp2015-08-053-7107/+7116
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-033-25/+27
* cxgbe(4): initialize debug_flags from the kernel environment.np2015-07-311-3/+1
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-2/+5
* cxgbe(4): Ask the firmware for the start of the RSS slice for a port andnp2015-07-172-0/+13
* cxgbe(4): Update T4 and T5 firmwares to 1.14.2.0.np2015-07-149-19028/+21268
* Sync netmap sources with the version in our private tree.luigi2015-07-102-5/+8
* cxgbe(4): Add a new knob that controls the congestion response of netmapnp2015-07-063-6/+16
* cxgbe(4): Do not override the the global defaults for congestion drops.np2015-07-061-17/+0
* cxgbe(4): request an automatic tx update when a netmap tx queue idles.np2015-07-011-2/+2
* cxgbe: get_fl_payload returns a header mbuf when successful.np2015-06-231-0/+1
* cxgbe(4): Add the ability to dump mailbox commands and replies. It isnp2015-06-163-0/+32
* cxgbe: set the minimum burst size when fetching fl buffers to 128B fornp2015-06-051-1/+1
* cxgbe: no need to display the per-lane GT/s rating of the pcie link.np2015-06-011-19/+3
* cxgbe: set minimum burst size when fetching freelist buffers to 128B.np2015-06-011-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-2/+2
* Don't use ifm_data. It was used only for self checking debug.glebius2015-04-261-23/+18
* Provide functions to determine presence of a given addressglebius2015-04-171-54/+2
* cxgbe/tom: return rx credits promptly if the socket buffer's low waternp2015-03-311-8/+14
* cxgbe(4): provide the exact RSS hash type instead of a catch-all valuenp2015-03-261-1/+7
* cxgbe(4): Do not call sbuf_trim on an sbuf with a drain function.np2015-03-231-4/+7
* Move special DDP handling for closing a connection into a newjhb2015-03-163-15/+37
OpenPOWER on IntegriCloud