summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* MFC r256694, r256713, r256714.np2013-10-2112-0/+9165
* MFC r256477:np2013-10-202-8/+14
* MFC r256459.np2013-10-2012-16574/+17325
* There are some high performance NICs that count statistics in hardware,glebius2013-10-091-1/+1
* 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
* Rework the tx credit mechanism between the cxgbe/tom drivernp2013-09-093-45/+85
* Fix a miscalculation that caused cxgbe/tom to auto-incrementnp2013-09-091-1/+1
* For TOE connections, the window scale factor in CPL_PASS_ACCEPT_REQ isnp2013-09-031-1/+1
* 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-302-142/+601
* Merge r254386 from user/np/cxl_tuning. Add an INET|INET6 check missingnp2013-08-293-0/+17
* Whitespace nit.np2013-08-281-1/+1
* Change t4_list_lock and t4_uld_list_lock from mutexes to sx'es.np2013-08-283-35/+34
* Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update anp2013-08-286-8/+30
* Use correct mailbox and PCIe PF number when querying RDMA parameters.np2013-08-261-1/+1
* There is no need to hold the freelist lock around alloc/free ofnp2013-08-231-10/+1
* Display P/N information in the description.np2013-08-201-3/+3
* Display temperature sensor data. Shows -1 if sensor notnp2013-08-021-0/+30
* 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-313-0/+22
* Display a string instead of a numeric code in the linkdnrc sysctl.np2013-07-271-2/+34
* Expand the list of devices claimed by cxgbe(4).np2013-07-271-11/+12
* Add support for packet-sniffing tracers to cxgbe(4). This works withnp2013-07-267-22/+620
* Reserve room for ioctls that aren't in this copy of the driver yet.np2013-07-261-0/+3
* Specify a timeout for the PL block.np2013-07-171-1/+4
* Attach to the 4x10G T540-CR card.np2013-07-111-1/+1
* - Show the reason why link is down if this information is available.np2013-07-053-5/+55
* - Make note of interface MTU change if the rx queues exist, and not justnp2013-07-046-8/+44
* On-the-fly changes to the interrupt coalescing timer should apply to thenp2013-07-041-0/+12
* Pay attention to TCP_NODELAY when it's set/unset after the connectionnp2013-07-041-0/+26
* Ring the egress queue's doorbell as soon as there are 8 or morenp2013-07-041-3/+3
* The T5 allows the driver to specify the ISS. Do so; use the ISS pickednp2013-07-043-8/+34
* - Read all TP parameters in one place.np2013-07-049-66/+205
* - Include the T5 firmware with the driver.np2013-07-0313-8294/+17829
* Add a sysctl to get the number of filters available.np2013-07-011-0/+3
* Update T5 register ranges. This is so that regdump skips over registersnp2013-06-271-38/+38
* cxgbe/tom: Allow caller to select the queue (control or data) used tonp2013-06-113-9/+9
* cxgbe/tom: Fix bad signed/unsigned mixup in the stid allocator. Thisnp2013-06-082-3/+3
* cxgbe(4): Never install a firmware if hw.cxgbe.fw_install is 0.np2013-06-051-12/+17
* cxgbe(4): Provide accurate hit count for filters on T5 cards. Thenp2013-06-041-2/+8
* cxgbe(4): Some more debug sysctls. These work on both T4 and T5 basednp2013-06-011-0/+480
* Add dependencies on the firmware, which allows the loading of the cxgbkib2013-05-161-0/+2
* Deal correctly with 40G ports that don't have any transceiver pluggednp2013-05-131-0/+7
* cxgbe: Switch to a better way to install firmware.np2013-05-031-1/+1
* cxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy mbufs as special.np2013-05-033-25/+28
* Fix DDP breakage introduced in r248925. Bitwise OR has highernp2013-04-301-2/+7
* Attach to the T580 (2 x 40G) card.np2013-04-301-1/+1
* - Provide accurate ifmedia information so that 40G ports/transceivers arenp2013-04-302-6/+44
OpenPOWER on IntegriCloud