summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* Overhaul the stid allocator so that it can be used for IPv6 serversnp2013-01-114-36/+100
* cxgbe(4): Add functions to help synchronize "slow" operations (those notnp2013-01-104-278/+393
* cxgbe(4): updates to the configuration file that controls how hardwarenp2013-01-091-4/+4
* cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G lownp2012-12-221-0/+1
* cxgbe(4): must hold a write-lock on the table while allocating an L2np2012-12-211-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-043-3/+3
* cxgbe/tom: Handle the case where the chip falls out of DDP mode bynp2012-11-293-12/+53
* cxgbe/tom: Add a flag to indicate that the L2 table entry for annp2012-11-293-62/+89
* cxgbe/tom: Plug mbuf leak.np2012-11-161-1/+3
* Make sure the inp hasn't been dropped before trying to access its socketnp2012-11-061-6/+10
* Remove the tid from the software table (and bump down the in-usenp2012-11-061-0/+1
* Prefer __containerof() over __member2struct().ed2012-10-194-6/+6
* Always provide sndbuf and MSS values in a flowc command, even when thenp2012-10-172-2/+11
* Whitespace cleanup.np2012-10-172-18/+18
* Temporary fix for kern/172364.np2012-10-121-1/+1
* Use global knob in the TP_PARA_REG3 register to disable congestionnp2012-10-122-4/+6
* Add a driver ioctl to clear a port's MAC statistics.np2012-10-102-0/+11
* Add a driver ioctl to read a byte from any device on a port's i2c bus.np2012-10-104-0/+69
* There is no need to report the same error twice.np2012-10-101-9/+1
* Remove unused item. cxgbe's rx queue's lock was removed a long time ago.np2012-10-102-13/+5
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Switch some PCI register reads from using magic numbers to using the namesgavin2012-09-191-1/+1
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-182-10/+10
* 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-134-32/+27
* Update interface to firmware 1.6.2 and include the firmware in the driver.np2012-09-133-16/+7700
* Deal with the case where a syncache entry added by the TOE driver isnp2012-08-212-0/+21
* Avoid a NULL pointer dereference.np2012-08-211-2/+2
* Cannot hold a mutex around vm_fault_quick_hold_pages, so don't. Tweaknp2012-08-211-12/+22
* Minor cleanup: use bitwise ops instead of pointless wrappers aroundnp2012-08-216-125/+81
* Correctly handle the case where an inp has already been dropped by the timenp2012-08-211-12/+9
* Support for TCP DDP (Direct Data Placement) in the T4 TOE module.np2012-08-179-51/+1485
* Initialize various DDP parameters in the main cxgbe(4) driver:np2012-08-163-12/+19
* Make room for DDP page pods in the default configuration profile. Whilenp2012-08-161-3/+4
* Add a routine (t4_set_tcb_field) to update arbitrary parts of a hardwarenp2012-08-164-5/+60
* Allow for a different handler for each type of firmware message.np2012-08-164-11/+52
* The size of the buffers in an Ethernet freelist has to be higher than thenp2012-08-151-5/+15
* if_iqdrops should include frames truncated within the chip.np2012-08-141-1/+2
* Convert some fixed parameters to tunables (with reasonable defaultnp2012-08-142-15/+94
* In sys/dev/cxgbe/firmware/t4fw_interface.h, change the enumdim2012-08-061-1/+1
* Fix a bug in code that calculates the number of the first interruptnp2012-07-091-3/+5
* 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-302-5/+5
* cxgbe(4): support for IPv6 TSO and LRO.np2012-06-294-18/+60
* cxgbe(4): support for IPv6 hardware checksumming (rx and tx).np2012-06-292-26/+57
* Allow cxgbe(4) running within a VM to attach to its devices that have beennp2012-06-261-19/+40
* Better way to determine the status page length and rx pad boundary.np2012-06-231-12/+17
* Do not allocate extra vectors when adapter is not TOEnp2012-06-222-8/+13
OpenPOWER on IntegriCloud