aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* Prefer __containerof() over __member2struct().Ed Schouten2012-10-194-6/+6
* Always provide sndbuf and MSS values in a flowc command, even when theNavdeep Parhar2012-10-172-2/+11
* Whitespace cleanup.Navdeep Parhar2012-10-172-18/+18
* Temporary fix for kern/172364.Navdeep Parhar2012-10-121-1/+1
* Use global knob in the TP_PARA_REG3 register to disable congestionNavdeep Parhar2012-10-122-4/+6
* Add a driver ioctl to clear a port's MAC statistics.Navdeep Parhar2012-10-102-0/+11
* Add a driver ioctl to read a byte from any device on a port's i2c bus.Navdeep Parhar2012-10-104-0/+69
* There is no need to report the same error twice.Navdeep Parhar2012-10-101-9/+1
* Remove unused item. cxgbe's rx queue's lock was removed a long time ago.Navdeep Parhar2012-10-102-13/+5
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Switch some PCI register reads from using magic numbers to using the namesGavin Atkinson2012-09-191-1/+1
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-182-10/+10
* Install interrupt handlers early, during attach, for the reasonNavdeep Parhar2012-09-131-41/+67
* Use native FreeBSD facilities everywhere except the shared code in common/Navdeep Parhar2012-09-134-32/+27
* Update interface to firmware 1.6.2 and include the firmware in the driver.Navdeep Parhar2012-09-133-16/+7700
* Deal with the case where a syncache entry added by the TOE driver isNavdeep Parhar2012-08-212-0/+21
* Avoid a NULL pointer dereference.Navdeep Parhar2012-08-211-2/+2
* Cannot hold a mutex around vm_fault_quick_hold_pages, so don't. TweakNavdeep Parhar2012-08-211-12/+22
* Minor cleanup: use bitwise ops instead of pointless wrappers aroundNavdeep Parhar2012-08-216-125/+81
* Correctly handle the case where an inp has already been dropped by the timeNavdeep Parhar2012-08-211-12/+9
* Support for TCP DDP (Direct Data Placement) in the T4 TOE module.Navdeep Parhar2012-08-179-51/+1485
* Initialize various DDP parameters in the main cxgbe(4) driver:Navdeep Parhar2012-08-163-12/+19
* Make room for DDP page pods in the default configuration profile. WhileNavdeep Parhar2012-08-161-3/+4
* Add a routine (t4_set_tcb_field) to update arbitrary parts of a hardwareNavdeep Parhar2012-08-164-5/+60
* Allow for a different handler for each type of firmware message.Navdeep Parhar2012-08-164-11/+52
* The size of the buffers in an Ethernet freelist has to be higher than theNavdeep Parhar2012-08-151-5/+15
* if_iqdrops should include frames truncated within the chip.Navdeep Parhar2012-08-141-1/+2
* Convert some fixed parameters to tunables (with reasonable defaultNavdeep Parhar2012-08-142-15/+94
* In sys/dev/cxgbe/firmware/t4fw_interface.h, change the enumDimitry Andric2012-08-061-1/+1
* Fix a bug in code that calculates the number of the first interruptNavdeep Parhar2012-07-091-3/+5
* Fix inverted test that resulted in incorrect multicast hw programming.Navdeep Parhar2012-07-031-1/+1
* Instruct the firmware not to provision resources for TCP offload if theNavdeep Parhar2012-07-021-1/+7
* - Assign (don't OR) the CSUM_XXX bits to csum_flags in the rx checksum code.Navdeep Parhar2012-06-302-5/+5
* cxgbe(4): support for IPv6 TSO and LRO.Navdeep Parhar2012-06-294-18/+60
* cxgbe(4): support for IPv6 hardware checksumming (rx and tx).Navdeep Parhar2012-06-292-26/+57
* Allow cxgbe(4) running within a VM to attach to its devices that have beenNavdeep Parhar2012-06-261-19/+40
* Better way to determine the status page length and rx pad boundary.Navdeep Parhar2012-06-231-12/+17
* Do not allocate extra vectors when adapter is not TOENavdeep Parhar2012-06-222-8/+13
* Do not read registers with read side effects while performing a registerNavdeep Parhar2012-06-221-9/+11
* cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code.Navdeep Parhar2012-06-229-541/+2743
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-1914-719/+4840
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-0/+1
* Change the default to not use packet counters to generate rx interrupts.Navdeep Parhar2012-04-302-5/+8
* Make sure that the firmware version is available inNavdeep Parhar2012-04-301-5/+11
* Use the non-sleeping variang of t4_wr_mbox in code that can be calledNavdeep Parhar2012-02-131-1/+1
* Program the MAC exact match table in batches of 7 addresses atNavdeep Parhar2012-02-081-11/+42
* Acquire the adapter lock before updating fields of the filter structure.Navdeep Parhar2012-02-071-10/+10
* Remove if_start from cxgb and cxgbe.Navdeep Parhar2012-02-071-21/+0
* cxgbe: reduce diffs with other branches.Navdeep Parhar2012-02-074-0/+28