summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_sge.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Add a new knob that controls the congestion response of netmapnp2015-07-061-4/+5
* cxgbe(4): Do not override the the global defaults for congestion drops.np2015-07-061-17/+0
* cxgbe: get_fl_payload returns a header mbuf when successful.np2015-06-231-0/+1
* cxgbe: set minimum burst size when fetching freelist buffers to 128B.np2015-06-011-1/+1
* cxgbe(4): provide the exact RSS hash type instead of a catch-all valuenp2015-03-261-1/+7
* cxgbe(4): set up congestion management for netmap rx queues.np2015-02-241-1/+1
* cxgbe(4): there is no need to force an "unimplemented" panic needlessly.np2015-02-201-3/+0
* cxgbe(4): major tx rework.np2014-12-311-905/+1089
* cxgbe(4): allow the driver to use rx buffers that do not end on a packnp2014-12-061-47/+39
* cxgbe(4): Allow for different pad and pack boundaries for differentnp2014-12-061-125/+162
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-1/+1
* cxgbe(4): some optimizations in freelist handling.np2014-08-021-95/+139
* cxgbe(4): Fix an off by one error when looking for the BAR2 doorbellnp2014-08-021-1/+1
* cxgbe(4): minor optimizations in ingress queue processing.np2014-08-021-51/+30
* cxgbe(4): Keep track of the clusters that have to be freed by thenp2014-07-231-4/+38
* Add missing newline to an error message.np2014-07-221-1/+1
* Simplify r267600, there's no need to distinguish between allocated andnp2014-07-221-8/+7
* All mbuf external free functions never fail, so let them be void.glebius2014-07-111-3/+1
* cxgbe(4): Update the bundled T4 and T5 firmwares to versions 1.11.27.0.np2014-06-221-1/+1
* Consider the total number of descriptors available (and not just thosenp2014-06-201-3/+4
* cxgbe(4): Fix bug in the fast rx buffer recycle path. In some cases rxnp2014-06-181-9/+16
* cxgbe(4): Properly account for the freelist buffers used when returningnp2014-06-051-1/+8
* cxgbe(4): Fix a NULL dereference when the very first call tonp2014-05-301-2/+6
* cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards.np2014-05-271-100/+299
* cxgbe(4): significant rx rework.np2014-03-181-551/+579
* cxgbe(4): Use the rx channel map (instead of the tx channel map) as thenp2014-02-061-2/+2
* cxgbe(4): The T5 allows for a different freelist starvation thresholdnp2014-02-061-1/+7
* Add an option to enable or disable the small RX packet copying thatadrian2014-01-021-2/+2
* Read card capabilities after firmware initialization, instead of settingnp2013-12-141-1/+0
* cxgbe(4): save a copy of the RSS map for each port for the driver's use.np2013-12-081-1/+1
* Disable an assertion that relies on some code[1] that isn't in HEAD yet.np2013-11-271-1/+1
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* cxgbe(4): Store the log2 of the # of doorbells per BAR2 page for bothnp2013-10-141-7/+12
* Fix kernel build on amd64 after r256118, since the machine/md_var.hdim2013-10-071-0/+1
* Remove redundant declaration of cpu_clflush_line_size indim2013-10-071-4/+0
* Fix the sysctl that displays whether buffer packing is enablednp2013-08-301-7/+13
* Implement support for rx buffer packing. Enable it by default for T5np2013-08-301-135/+575
* Merge r254386 from user/np/cxl_tuning. Add an INET|INET6 check missingnp2013-08-291-0/+12
* Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update anp2013-08-281-1/+17
* There is no need to hold the freelist lock around alloc/free ofnp2013-08-231-10/+1
* Fix previous commit (r253873). "cong" has one bit per channel but thenp2013-08-021-1/+10
* Set up congestion manager context properly for T5 based cards.np2013-08-011-0/+16
* Display SGE tunables in the sysctl tree.np2013-07-311-0/+18
* Add support for packet-sniffing tracers to cxgbe(4). This works withnp2013-07-261-1/+0
* - Make note of interface MTU change if the rx queues exist, and not justnp2013-07-041-3/+32
* Ring the egress queue's doorbell as soon as there are 8 or morenp2013-07-041-3/+3
* - Read all TP parameters in one place.np2013-07-041-6/+1
* Cosmetic change (s/wrwc/wcwr/;s/WRWC/WCWR/).np2013-04-111-5/+5
* Auto-reduce the holdoff timers that are greater than the maximum valuenp2013-04-111-1/+22
* cxgbe(4): Add support for Chelsio's Terminator 5 (aka T5) ASIC. Thisnp2013-03-301-83/+239
OpenPOWER on IntegriCloud