aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_en
Commit message (Expand)AuthorAgeFilesLines
* Remove erradic assert after SVN r367149 in mlx5en(4).Hans Petter Selasky2020-11-241-1/+0
* Report EQE data upon CQ completion in mlx5core.Hans Petter Selasky2020-11-165-11/+11
* Enhance the mlx5_core_create_cq() function in mlx5core.Hans Petter Selasky2020-11-161-1/+2
* mlx5en: Set ifmr_current same as ifmr_active.Konstantin Belousov2020-11-121-1/+1
* mlx5en: stop ignoring pauses and flow in the media reqs.Konstantin Belousov2020-11-121-3/+2
* mlx5en: Register all combinations of FDX/RXPAUSE/TXPAUSE as valid media types.Konstantin Belousov2020-11-121-0/+9
* mlx5en: Refactor repeated code to register media type to mlx5e_ifm_add().Konstantin Belousov2020-11-121-12/+11
* Remove IF_SND_TAG_TYPE_TLS_RATE_LIMIT conditionals.John Baldwin2020-10-303-10/+10
* Fix a couple of silly bugs in r367149.John Baldwin2020-10-301-3/+1
* Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc().John Baldwin2020-10-291-1/+1
* Use public interfaces to manage the nested rate limit send tag.John Baldwin2020-10-291-34/+15
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-291-1/+7
* Store the send tag type in the common send tag header.John Baldwin2020-10-067-55/+38
* Poll statistics more frequently in mlx5en(4).Hans Petter Selasky2020-09-141-1/+1
* Make hardware TLS send tag allocation synchronous in mlx5en(4).Hans Petter Selasky2020-09-011-10/+9
* mlx5en: Implement SIOCGIFDOWNREASON.Konstantin Belousov2020-08-311-0/+11
* Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky2020-07-061-2/+2
* Fix HW TLS offload regression issue after r359919, in mlx5en(4).Hans Petter Selasky2020-06-171-4/+12
* Avoid trying to toggle TSO twiceRyan Moeller2020-06-151-0/+2
* Make sure packets generated by raw IP code is let through by mlx5en(4).Hans Petter Selasky2020-06-111-3/+9
* Extend use of unlikely() in the fast path, in mlx5en(4).Hans Petter Selasky2020-06-111-6/+6
* Use const keyword when parsing the TCP/IP header in the fast path in mlx5en(4).Hans Petter Selasky2020-06-113-11/+11
* Improve set progress parameters, SET PSV for HW TLS in mlx5en(4).Hans Petter Selasky2020-05-251-7/+1
* Correctly set the initial vector for TLS v1.3 for mlx5en(4).Hans Petter Selasky2020-05-251-11/+7
* Update the TLS capability bit after recent PRM changes in mlx5en(4).Hans Petter Selasky2020-05-251-2/+2
* Step 4.1: mechanically rename M_NOMAP to M_EXTPGGleb Smirnoff2020-05-031-2/+2
* Step 3: anonymize struct mbuf_ext_pgs and move all its fields into mbufGleb Smirnoff2020-05-031-1/+1
* Step 2.4: Stop using 'struct mbuf_ext_pgs' in drivers.Gleb Smirnoff2020-05-021-3/+1
* Add support for reading temperature in mlx5en(4).Hans Petter Selasky2020-04-273-0/+79
* KTLS: Re-work unmapped mbufs to carry ext_pgs in the mbuf itself.Andrew Gallatin2020-04-141-11/+19
* Account out of buffer as dropped packets in mlx5en(4).Hans Petter Selasky2020-04-081-0/+1
* Remove obsolete bufring stats in mlx5en(4).Hans Petter Selasky2020-04-082-5/+0
* Don't drop packets having too many TCP option headers in mlx5en(4).Hans Petter Selasky2020-04-061-7/+15
* Ensure a minimum inline size of 16 bytes in mlx5en(4).Hans Petter Selasky2020-04-061-8/+12
* Count number of times transmit ring is out of buffers in mlx5en(4).Hans Petter Selasky2020-04-062-2/+8
* mlx5: Integrate eswitch and mpfs management code.Konstantin Belousov2020-03-181-1/+2
* mlx5en: Support 50GBase-KR4 media type in mlx5en driver.Konstantin Belousov2020-03-041-0/+8
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-264-15/+20
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-1/+2
* Don't check the auth algorithm for GCM.John Baldwin2020-02-131-8/+0
* Add support for debugnet in mlx5en(4).Hans Petter Selasky2020-02-121-0/+72
* Widen EPOCH(9) usage in mlx5en(4).Hans Petter Selasky2020-01-301-0/+9
* Implement hardware TLS via send tags for mlx5en(4), which is supported byHans Petter Selasky2019-12-068-87/+1366
* mlx5: Do not poke hardware for statistic after teardown is started.Konstantin Belousov2019-12-051-2/+3
* Add basic support for TCP/IP based hardware TLS offload to mlx5core.Hans Petter Selasky2019-12-051-0/+11
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-50/+35
* Fix regression issue after r352989:Hans Petter Selasky2019-10-081-2/+2
* Fix build failure for gcc after r352983, due toHans Petter Selasky2019-10-021-1/+0
* Bump driver version for mlx5core, mlx5en(4) and mlx5ib(4).Hans Petter Selasky2019-10-021-2/+2
* Add print to show user a reason for rejecting buffer size change in mlx5en(4).Hans Petter Selasky2019-10-021-10/+16