summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* Add an option to enable or disable the small RX packet copying thatadrian2014-01-023-2/+8
* Do not create a hardware IPv6 server if the listen address is notnp2013-12-172-0/+21
* Read card capabilities after firmware initialization, instead of settingnp2013-12-145-18/+80
* Print out the full PCIe link negotiation during dmesg.adrian2013-12-101-2/+18
* Unstaticize t4_list and t4_uld_list. This works around a clangnp2013-12-091-2/+2
* cxgbe(4): save a copy of the RSS map for each port for the driver's use.np2013-12-083-10/+16
* cxgbe(4): T4_SET_SCHED_CLASS and T4_SET_SCHED_QUEUE ioctls to programnp2013-12-034-0/+353
* Disable an assertion that relies on some code[1] that isn't in HEAD yet.np2013-11-271-1/+1
* cxgbe(4): update the internal list of device features.np2013-11-211-1/+3
* cxgbe(4): Tidy up the display for payload memory statistics (pm_stats).np2013-11-071-12/+18
* cxgbe(4): Exclude MPS_RPLC_MAP_CTL (0x11114) from the register dump. Turnsnp2013-11-041-2/+4
* - Provide necessary includes.glebius2013-10-291-1/+1
* Include necessary headers that now are available due to pollutionglebius2013-10-285-0/+7
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+6
* Fix typo in previous commit.np2013-10-181-1/+1
* iw_cxgbe should have a dependency on t4nex.np2013-10-171-0/+1
* iw_cxgbe: iWARP driver for Chelsio T4/T5 chips. This is a straight portnp2013-10-1712-0/+9164
* cxgbe(4): Store the log2 of the # of doorbells per BAR2 page for bothnp2013-10-142-8/+14
* cxgbe(4): Update T4 and T5 firmwares to 1.9.12.0np2013-10-1412-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
OpenPOWER on IntegriCloud