summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not read registers with read side effects while performing a registernp2012-06-221-9/+11
* cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code.np2012-06-229-541/+2743
* - Updated TOE support in the kernel.np2012-06-1914-719/+4840
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+1
* Change the default to not use packet counters to generate rx interrupts.np2012-04-302-5/+8
* Make sure that the firmware version is available innp2012-04-301-5/+11
* Use the non-sleeping variang of t4_wr_mbox in code that can be callednp2012-02-131-1/+1
* 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
OpenPOWER on IntegriCloud