aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* MFC r339626:Navdeep Parhar2018-10-301-12/+33
* cxgbe(4): Fix a divide-by-zero that occurs when hw.cxgbe.toecaps_allowedNavdeep Parhar2018-10-131-9/+10
* cxgbe(4): Enable support for per-connection rate limiting in the defaultNavdeep Parhar2018-09-264-3/+11
* cxgbe(4): Treat base/end of firmware parameters as signed integers whenNavdeep Parhar2018-09-261-3/+3
* cxgbe(4): Link related changes.Navdeep Parhar2018-09-256-364/+690
* cxgbe(4): Reuse existing "switching" L2T entries when possible.Navdeep Parhar2018-09-223-69/+86
* cxgbe(4): Enable TXRTLMT by default when the feature is available in theNavdeep Parhar2018-09-181-2/+4
* cxgbe(4): Use the correct number of parameters when querying the tidNavdeep Parhar2018-09-131-1/+1
* cxgbe/iw_cxgbe: Fix reported build breakage when the kernelNavdeep Parhar2018-09-131-0/+2
* cxgbe/iw_cxgbe: Fix iWARP RDMA + VIMAGE operation by setting the VNETNavdeep Parhar2018-08-291-0/+9
* cxgbe/tom: Unregister shared CPL handlers on module unload. This fixesNavdeep Parhar2018-08-281-0/+2
* cxgbe(4): Use fcmpset instead of cmpset when appropriate.Navdeep Parhar2018-08-231-8/+11
* cxgbev(4): Updates to the VF driver to cope with recent ifmedia andNavdeep Parhar2018-08-234-8/+16
* cxgbe(4): Be explicit about ignoring the return value of cmpset in someNavdeep Parhar2018-08-212-6/+6
* cxgbe/tom: Make sure 'matched' is always initialized before use.Navdeep Parhar2018-08-211-0/+1
* cxgbe(4): Do not leak memory in case of errors during VI initialization.Navdeep Parhar2018-08-211-0/+2
* cxgbe(4): Make it clear that VI_INIT_DONE implies vi->ntxq > 0, and soNavdeep Parhar2018-08-211-0/+1
* cxgbe(4): Check the RO bit properly before disabling relaxed ordering.Navdeep Parhar2018-08-211-1/+1
* cxgbe(4): Avoid overflow while calculating channel rate.Navdeep Parhar2018-08-211-1/+1
* cxgbe/tom: Provide the hardware tid in tcp_info.Navdeep Parhar2018-08-201-0/+2
* cxgbe(4): Replace T4_PKT_TIMESTAMP with something slightly less hackish.Navdeep Parhar2018-08-183-18/+41
* cxgbe(4): Adjust ntids to account for nhptids in the TOE case too.Navdeep Parhar2018-08-171-0/+6
* cxgbe/tom: Put the ifnet or VLAN's PCP value in the 802.1Q tag of framesNavdeep Parhar2018-08-174-20/+26
* cxgbe(4): Use VLAN_TRUNKDEV instead of private cookie to figure out theNavdeep Parhar2018-08-153-22/+1
* cxgbe(4): Use two hashes instead of a table to keep track ofNavdeep Parhar2018-08-154-66/+272
* Whitespace nit in t4_tom.hNavdeep Parhar2018-08-131-1/+1
* Remove unused stuff from iw_cxgbe.hNavdeep Parhar2018-08-121-16/+0
* cxgbe(4): Move all control queues to the adapter.Navdeep Parhar2018-08-1110-77/+72
* cxgbe(4): Create two variants of service_iq, one for queues withNavdeep Parhar2018-08-114-143/+250
* cxgbe(4): Add a sysctl to control the tx credit reclaim mechanism forNavdeep Parhar2018-08-091-2/+8
* cxgbe(4): Set fl_pktshift to 0 by default.Navdeep Parhar2018-08-091-3/+3
* cxgbe(4): Display pkt-size and burst-size in traffic class parameters.Navdeep Parhar2018-08-091-0/+4
* cxgbe(4): Add support for high priority filters on T6+. They have theirNavdeep Parhar2018-08-096-68/+243
* cxgbe(4): Allow the driver to specify a burst size when configuring aNavdeep Parhar2018-08-075-9/+30
* cxgbe(4): Allow user-configured and driver-configured traffic classes toNavdeep Parhar2018-08-066-280/+304
* cxgbe(4): Break up sysctl_bitfield into 8 bit and 16 bit variants. HaveNavdeep Parhar2018-08-061-7/+29
* Fix typo in cxgbe/t4_tom.Navdeep Parhar2018-08-061-1/+1
* cxgbe(4): Improvements in TID management.Navdeep Parhar2018-08-023-33/+44
* cxgbe(4): Use the tx credit limit for ethofld rather than TOE whenNavdeep Parhar2018-08-021-1/+1
* cxgbe(4): Consider rateunit before ratemode when displaying informationNavdeep Parhar2018-07-261-18/+19
* cxgbe(4): Better defaults for all cl-rl rate limiters.Navdeep Parhar2018-07-261-21/+2
* cxgbe(4): Remove useless code that crept in with r336718.Navdeep Parhar2018-07-251-8/+0
* cxgbe(4): Validate only those parameters that are relevant to theNavdeep Parhar2018-07-251-48/+81
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-86/+37
* Fix vertical whitespace nit in cxgbe.Navdeep Parhar2018-07-101-1/+0
* cxgbe(4): Add a sysctl to report the chip's microprocessor's loadNavdeep Parhar2018-07-101-0/+44
* cxgbe(4): Assume that any unknown flash on the card is 4MB and has 64KBNavdeep Parhar2018-07-061-35/+14
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-045-23/+33
* cxgbe/cxgbei: Fix harmful typo in the iSCSI offload driver.Navdeep Parhar2018-06-271-1/+1
* cxgbe(4): Do not leak the filters in the hashfilter table on moduleNavdeep Parhar2018-06-273-12/+45