summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Recognize the "spider" configuration where a T5 card's 40Gnp2014-03-211-0/+1
* cxgbe(4): Use ifi_oqdrops in if_data to count drops in the tx path.np2014-03-201-1/+1
* cxgbe(4): if_iqdrops statistic should include tunnel congestion drops.np2014-03-201-1/+15
* cxgbe(4): significant rx rework.np2014-03-184-575/+632
* In cxgbe, conditionalize the t4_pgprot_wc() function, since it is onlydim2014-02-141-0/+2
* Add a new sysctl, dev.cxgbe.N.rsrv_noflow, and a companion tunable,scottl2014-02-062-1/+36
* cxgbe(4): Use the rx channel map (instead of the tx channel map) as thenp2014-02-063-2/+4
* cxgbe(4): The T5 allows for a different freelist starvation thresholdnp2014-02-062-1/+8
* cxgbe(4): Use the port's tx channel to identify it to t4_clr_port_stats.np2014-02-061-2/+2
* 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
OpenPOWER on IntegriCloud