summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_main.c
Commit message (Expand)AuthorAgeFilesLines
* Many updates to cxgbe(4)np2011-12-161-607/+2416
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* - driver ioctl to get SGE context for any given queue.np2011-06-111-0/+33
* Cause backpressure (instead of dropping frames) on congestion.np2011-06-041-0/+2
* Provide hit-count with rest of the information about a filter.np2011-06-011-1/+19
* Firmware device log.np2011-05-311-0/+151
* - Specialized ingress queues that take interrupts for other ingressnp2011-05-301-59/+73
* L2 table code. This is enough to get the T4's switch + L2 rewritenp2011-05-301-12/+32
* Simplify t4_os_find_pci_capability.np2011-05-191-35/+2
* - Enable per-channel congestion notification.np2011-05-181-1/+8
* Add missing header. The test for VLAN_CAPABILITIES later in the filenp2011-05-171-0/+1
* Bump up the number of egress queues that the driver is allowed to use.np2011-05-051-1/+1
* T4 packet filtering/steering.np2011-05-051-3/+530
* Use Toeplitz hash for RSS.np2011-04-191-0/+1
* - Move all Ethernet specific items from sge_eq to sge_txq. sge_eq isnp2011-04-191-8/+12
* Fix a couple of bad races that can occur when a cxgbe interface is takennp2011-04-151-3/+19
* There is no need to request a tx credit flush if such a request is alreadynp2011-04-141-0/+1
* Modify read/write ioctls to work with 64 bit registers too.np2011-04-071-6/+23
* Update header and related code for firmware 1.3.8np2011-04-011-1/+5
* Do not over-allocate MSI interrupts for the case where each ingressnp2011-03-241-25/+31
* Display holdoff timers and packet counts as a list of numbers.np2011-03-091-8/+24
* cxgbe shouldn't directly know of the UMA zones where network buffersnp2011-03-081-2/+12
* Be sure to stay within the bounds of the mod_str array when displayingnp2011-03-051-2/+6
* Store the ifnet rather than the port_info in each txq and rxq struct.np2011-03-051-2/+1
* Upgrade the firmware on the card automatically if a better version isnp2011-03-051-15/+56
* Resume tx immediately in response to an SGE egress update from the hardware.np2011-03-051-7/+41
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-181-0/+2747
OpenPOWER on IntegriCloud