aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
...
* cxgbe(4): Some mailbox commands require access to the Tx pipeline andNavdeep Parhar2018-06-191-3/+67
* cxgbe(4): Add a hw.cxgbe.starve_fl sysctl that can be used to starve theNavdeep Parhar2018-06-152-4/+24
* cxgbe(4): Track the number of received frames separately from the numberNavdeep Parhar2018-06-151-16/+25
* cxgbe(4): sysctls to display the local and intr CPUs for the adapter.Navdeep Parhar2018-06-151-0/+42
* cxgbe(4): Catch up with recent changes in the kernel -- it no longerNavdeep Parhar2018-06-141-30/+7
* cxgbe(4): Remove homemade version of htobe32 from the driver.Navdeep Parhar2018-06-122-6/+3
* cxgbe(4): Include full duplex mediaopt in media that can be reported asNavdeep Parhar2018-06-011-5/+5
* cxgbe(4): Retire an old check.Navdeep Parhar2018-06-016-23/+0
* cxgbe(4): Add support for SMAC-rewriting filters.Navdeep Parhar2018-05-311-53/+90
* cxgbe(4): Add code to deal with the chip's source MAC table (aka SMT).Navdeep Parhar2018-05-314-0/+449
* cxgbe(4): Use ifm for ifmedia just like the rest of the kernel.Navdeep Parhar2018-05-311-19/+19
* cxgbe(4): Implement ifm_change callback.Navdeep Parhar2018-05-311-3/+32
* cxgbe(4): Consider all supported speeds when building the ifmedia listNavdeep Parhar2018-05-304-256/+365
* cxgbe(4): Suppress a warning about code that is used only with optionsNavdeep Parhar2018-05-251-0/+2
* cxgbe(4): Report IFCAP_TXRTLMT to kernels built with RATELIMIT if theNavdeep Parhar2018-05-241-2/+22
* cxgbe(4): Data path for rate-limited tx.Navdeep Parhar2018-05-245-18/+647
* cxgbe/t4_tom: ABORT_RPL_RSS is a shared CPL and t4_tom shouldn't removeNavdeep Parhar2018-05-241-1/+1
* cxgbe(4): Make FW4_ACK a shared CPL. ETHOFLD in the base driver willNavdeep Parhar2018-05-244-27/+49
* cxgbe(4): Fix range checks in is_etid.Navdeep Parhar2018-05-242-3/+4
* cxgbe(4): Slightly simpler needs_<foo> functions.Navdeep Parhar2018-05-241-22/+5
* cxgbe(4): Make sure that the egress queue's cidx is updated periodicallyNavdeep Parhar2018-05-241-2/+22
* cxgbe(4): Only valid filters are expected to have a valid tid.Navdeep Parhar2018-05-221-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-182-2/+2
* Be more robust against garbage input on a TOE TLS TX socket.John Baldwin2018-05-181-7/+19
* cxgbe(4): Implement ifnet callbacks that deal with send tags.Navdeep Parhar2018-05-184-4/+254
* cxgbe(4): Fix s->neq miscalculation in r333698.Navdeep Parhar2018-05-171-3/+4
* cxgbe(4): Allocate offload Tx queues when a card has resourcesNavdeep Parhar2018-05-172-24/+57
* cxgbe(4): Add NIC_ETHOFLD to the NIC capabilities allowed by the driverNavdeep Parhar2018-05-171-1/+1
* cxgbe(4): Fall back to a failsafe configuration built into the firmwareNavdeep Parhar2018-05-161-4/+29
* cxgbe(4): Add support for two more flash parts.Navdeep Parhar2018-05-151-0/+38
* cxgbe(4): Claim some more T5 and T6 boards.Navdeep Parhar2018-05-151-13/+12
* cxgbe(4): Filtering related features and fixes.Navdeep Parhar2018-05-156-139/+632
* cxgbe(4): Add fields to support configuration of hardware NAT andNavdeep Parhar2018-05-101-1/+21
* cxgbe(4): Disable write-combined doorbells by default.Navdeep Parhar2018-05-101-5/+2
* cxgbe(4): Determine whether the firmware supports the FILTER2 workNavdeep Parhar2018-05-102-0/+13
* cxgbe(4): Add support for hash filters.Navdeep Parhar2018-05-0911-254/+1363
* cxgbe(4): Update all firmwares to 1.19.1.0.Navdeep Parhar2018-05-0510-32894/+33655
* cxgbe(4): Move all TCAM filter code into a separate file.Navdeep Parhar2018-05-013-651/+694
* Optionally panic when cxgbe encounters a fatal errorAndrew Gallatin2018-05-011-0/+4
* cxgbe(4): Destroy the cdev before disabling interrupts in driver detach.Navdeep Parhar2018-05-011-5/+5
* cxgbe(4): Convert ACT_OPEN_RPL to a shared CPL.Navdeep Parhar2018-04-305-6/+33
* cxgbe/t4_tom: Use appropriate macros instead of magic math whileNavdeep Parhar2018-04-301-1/+1
* cxgbe(4): Use opaque cookies or tid range-checks to determine theNavdeep Parhar2018-04-307-148/+135
* Use the correct key address when renegotiating the transmit key.John Baldwin2018-04-271-1/+1
* cxgbe(4): Move release_tid to the base NIC driver for future consumers.Navdeep Parhar2018-04-264-27/+26
* cxgbe(4): Break up alloc_tid_tabs and move the atid routines to the baseNavdeep Parhar2018-04-264-72/+146
* cxgbe(4): Fix bugs in the handling of COP rules that match on VLAN tag.Navdeep Parhar2018-04-192-2/+2
* cxgbe(4): Add support for Connection Offload Policy (aka COP).Navdeep Parhar2018-04-1410-103/+604
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-5/+5
* cxgbe(4): Always display an error message if SIOCSIFFLAGS will leaveNavdeep Parhar2018-04-041-3/+13