summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_main.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Ask the card's firmware to pad up tiny CPLs by encapsulatingnp2013-02-261-0/+40
* cxgbe(4): Add sysctls to extract debug information from the chip:np2013-02-211-0/+229
* Do not hold locks around hardware context reads.np2013-02-091-10/+11
* Provide a statistic to track the number of drops in each of the port'snp2013-01-291-0/+1
* Force the 404-BT card (4 x 1G) to use the "uwire" configuration file.np2013-01-261-3/+10
* cxgbe/tom: List IFCAP_TOE6 as supported now that all the required piecesnp2013-01-261-1/+1
* cxgbe: Do a more thorough job in the CLEAR_STATS ioctl.np2013-01-161-0/+44
* cxgbe(4): Updates to the hardware L2 table management code.np2013-01-141-1/+8
* cxgbe(4): Add functions to help synchronize "slow" operations (those notnp2013-01-101-252/+343
* cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G lownp2012-12-221-0/+1
* Prefer __containerof() over __member2struct().ed2012-10-191-2/+2
* Temporary fix for kern/172364.np2012-10-121-1/+1
* Use global knob in the TP_PARA_REG3 register to disable congestionnp2012-10-121-4/+0
* Add a driver ioctl to clear a port's MAC statistics.np2012-10-101-0/+9
* Add a driver ioctl to read a byte from any device on a port's i2c bus.np2012-10-101-0/+27
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-3/+3
* Install interrupt handlers early, during attach, for the reasonnp2012-09-131-41/+67
* Use native FreeBSD facilities everywhere except the shared code in common/np2012-09-131-25/+20
* Initialize various DDP parameters in the main cxgbe(4) driver:np2012-08-161-4/+11
* Add a routine (t4_set_tcb_field) to update arbitrary parts of a hardwarenp2012-08-161-5/+3
* Allow for a different handler for each type of firmware message.np2012-08-161-2/+38
* if_iqdrops should include frames truncated within the chip.np2012-08-141-1/+2
* Convert some fixed parameters to tunables (with reasonable defaultnp2012-08-141-1/+3
* Fix inverted test that resulted in incorrect multicast hw programming.np2012-07-031-1/+1
* Instruct the firmware not to provision resources for TCP offload if thenp2012-07-021-1/+7
* - Assign (don't OR) the CSUM_XXX bits to csum_flags in the rx checksum code.np2012-06-301-3/+3
* cxgbe(4): support for IPv6 TSO and LRO.np2012-06-291-2/+3
* cxgbe(4): support for IPv6 hardware checksumming (rx and tx).np2012-06-291-18/+39
* Allow cxgbe(4) running within a VM to attach to its devices that have beennp2012-06-261-19/+40
* Do not allocate extra vectors when adapter is not TOEnp2012-06-221-7/+12
* Do not read registers with read side effects while performing a registernp2012-06-221-9/+11
* - Updated TOE support in the kernel.np2012-06-191-81/+132
* Change the default to not use packet counters to generate rx interrupts.np2012-04-301-2/+2
* Make sure that the firmware version is available innp2012-04-301-5/+11
* Program the MAC exact match table in batches of 7 addresses atnp2012-02-081-11/+42
* Acquire the adapter lock before updating fields of the filter structure.np2012-02-071-10/+10
* Remove if_start from cxgb and cxgbe.np2012-02-071-21/+0
* cxgbe: reduce diffs with other branches.np2012-02-071-0/+6
* 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
OpenPOWER on IntegriCloud