summaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* MFC r302581:Enji Cooper2016-08-021-3/+0
* cxgbe(4): Changes to the CPL-handler registration mechanism and codeNavdeep Parhar2016-07-0518-339/+302
* cxgbe(4): Avoid a NULL dereference while dumping the L2 table. EntriesNavdeep Parhar2016-07-011-2/+1
* cxgbe(4): Do not bring up an interface when IFCAP_TOE is enabled on it.Navdeep Parhar2016-06-292-4/+4
* cxgbe(4): Merge netmap support from the ncxgbe/ncxl interfaces to theNavdeep Parhar2016-06-234-528/+285
* Account for AIO socket operations in thread/process resource usage.John Baldwin2016-06-211-0/+6
* Use sbused() instead of sbspace() to avoid signed issues.John Baldwin2016-06-151-5/+3
* Move backend-specific fields of kaiocb into a union.John Baldwin2016-06-151-20/+25
* cxgbe/t4_tom: Fix inverted assertion in r300895. It is RDMANavdeep Parhar2016-06-141-1/+1
* iw_cxgbe: Make sure that send_abort results in a TCP RST and not a FIN.Navdeep Parhar2016-06-141-2/+16
* cxgbe(4): Add a sysctl to manage the binding of a txq to a traffic class.Navdeep Parhar2016-06-082-0/+82
* cxgbe(4): A couple of fixes to set_sched_queue.Navdeep Parhar2016-06-071-6/+8
* cxgbe(4): Provide information about traffic classes in the sysctl mib.Navdeep Parhar2016-06-071-1/+122
* cxgbe(4): Track the state of the hardware traffic schedulers in theNavdeep Parhar2016-06-072-0/+30
* cxgbe(4): Break up set_sched_class. Validate the channel number andNavdeep Parhar2016-06-061-128/+108
* cxgbe(4): Create a reusable struct type for scheduling class parameters.Navdeep Parhar2016-06-061-13/+15
* iw_cxgbe: Fix panic that occurs when c4iw_ev_handler tries to acquireNavdeep Parhar2016-06-011-1/+10
* Reduce the priority of cxgbei(4) driver, so it doesn't get chosenEdward Tomasz Napierala2016-06-011-1/+1
* cxgbe/t4_tom: Exempt RDMA connections from a TCP sanity test for now, toNavdeep Parhar2016-05-281-1/+5
* iw_cxgbe: Plug a lock leak in process_mpa_request().Navdeep Parhar2016-05-271-5/+7
* iw_cxgbe: Use vmem(9) to manage PBL and RQT allocations.Navdeep Parhar2016-05-272-88/+32
* Prepare for activation of LinuxKPI module parameters as read-onlyHans Petter Selasky2016-05-251-0/+2
* Add mechanism for choosing iSER-capable ICL modules.Edward Tomasz Napierala2016-05-241-2/+2
* Provide a way for ICL modules to declare they support PIM_UNMAPPED.Edward Tomasz Napierala2016-05-211-0/+1
* Move the KTR for the update of ddp_active_id on each completion underJohn Baldwin2016-05-201-0/+2
* Extend the ICL interface to include the PDU pointer in the task_setupEdward Tomasz Napierala2016-05-171-2/+2
* cxgbe(4): Update T5 and T4 firmwares to 1.15.37.0.Navdeep Parhar2016-05-135-20064/+20072
* The idr_for_each() function is now part of the LinuxKPI. Use theHans Petter Selasky2016-05-111-37/+0
* Forward declare 'struct cpl_set_tcb_rpl' before including t4_tom.h.John Baldwin2016-05-101-0/+1
* Forward declare 'struct cpl_set_tcb_rpl' before including t4_tom.h.John Baldwin2016-05-091-0/+1
* Use DDP to implement zerocopy TCP receive with aio_read().John Baldwin2016-05-076-691/+1260
* Set the correct vnet in TOE event handlers.John Baldwin2016-05-062-0/+6
* Revert r298955 for the cxgbe firmware.Pedro F. Giffuni2016-05-033-6/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-0313-21/+21
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+1
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-221-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* cxgbe(4): Always dispatch all work requests that have been written to theNavdeep Parhar2016-04-121-2/+3
* cxgbe(4): Always read the entire mailbox into the reply buffer.Navdeep Parhar2016-04-121-1/+1
* Rename the 'M_B' macro in t4_regs.h to 'CXGBE_M_B'.John Baldwin2016-04-121-2/+2
* cxgbe(4): Provide an explicit value for nqpcq in the firmwareNavdeep Parhar2016-04-111-1/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+2
* Add a 'show t4 devlog <nexus>' DDB command.John Baldwin2016-04-101-0/+93
* Add a 'show t4 tcb <nexus> <tid>' command to dump a TCB from DDB.John Baldwin2016-04-102-25/+85
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-6/+1
* Remove #ifdef's from various structures used in the cxgbe/cxl driver.John Baldwin2016-03-312-23/+1
* cxgbe/iw_cxgbe: Fix for stray "start_ep_timer timer already started!"Navdeep Parhar2016-03-291-0/+1
* cxgbe(4): Be consistent and call ETHER_BPF_MTAP before writing anythingNavdeep Parhar2016-03-221-1/+1
* iw_cxgbe/libcxgb4: Pull in many applicable fixes from the upstream LinuxNavdeep Parhar2016-03-217-110/+236
* cxgbe(4): Tidy up PAUSE frame accounting.Navdeep Parhar2016-03-172-6/+21