summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctlian2015-03-141-3/+2
* Revert r279934, r279938; this is going to be fixed in sbuf instead.ian2015-03-142-2/+0
* cxgbe(4): fix if_media handling for T520-BT cards. 1Gbps and 100Mbpsnp2015-03-141-3/+0
* Fix a paste-o, sb is already a pointer in this one.ian2015-03-121-1/+1
* Nullterminate strings returned via sysctl.ian2015-03-122-0/+2
* Resize receive socket buffers that support autosizing when receivingjhb2015-03-111-0/+22
* cxgbe(4): experimental rx packet sink for netmap queues. This is notnp2015-03-061-9/+42
* cxgbe(4): knobs to experiment with the interrupt coalescing timer fornp2015-03-061-9/+24
* cxgbe(4): provide the correct size of freelists associated with netmapnp2015-03-061-1/+1
* cxgbe(4): allow tx hardware checksumming on the netmap interface.np2015-02-241-6/+9
* cxgbe(4): set up congestion management for netmap rx queues.np2015-02-243-4/+38
* cxgbe(4): do not set the netmap rxq interrupts on a hair-trigger.np2015-02-241-2/+4
* cxgbe(4): wait for the hardware to catch up before destroying a netmap txq.np2015-02-241-5/+10
* cxgbe(4): request an automatic tx update when a netmap txq idles.np2015-02-241-1/+2
* cxgbe(4): there is no need to force an "unimplemented" panic needlessly.np2015-02-201-3/+0
* Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-173-28/+23
* cxgbe(4): allow the SET_FILTER_MODE ioctl to change the mode when it'snp2015-02-102-33/+29
OpenPOWER on IntegriCloud