summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove if_start from cxgb and cxgbe.np2012-02-071-21/+0
* cxgbe: reduce diffs with other branches.np2012-02-074-0/+28
* Many updates to cxgbe(4)np2011-12-1614-1831/+6153
* Do not clobber the ingress queue's congestion setting.np2011-12-141-1/+1
* Do not define bool/true/false if the symbols already exist.mdf2011-12-121-0/+2
* - 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-114-1/+85
* Cause backpressure (instead of dropping frames) on congestion.np2011-06-041-0/+2
* Allow lazy fill up of freelists.np2011-06-042-1/+10
* Provide hit-count with rest of the information about a filter.np2011-06-011-1/+19
* Firmware device log.np2011-05-311-0/+151
* Update to firmware interface 1.3.10np2011-05-303-6/+235
OpenPOWER on IntegriCloud