aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bnxt
Commit message (Expand)AuthorAgeFilesLines
* bnxt(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-18/+0
* iflib drivers: Constify PCI ID LUTsMarius Strobl2024-01-052-3/+3
* Update a couple of tools to not embed __FBSDID in generated filesJohn Baldwin2023-10-241-6/+0
* bnxt: Don't restart on VLAN changesKevin Bowling2023-09-111-0/+13
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-239-18/+0
* bnxt: Only filter out i386Warner Losh2023-01-191-1/+1
* if_bnxt: Added support for mgmt interface for passthrough hwrmsSumit Saxena2023-01-196-4/+588
* if_bnxt: Add support for smaller backing_store_cfg message sizeSumit Saxena2023-01-192-2/+7
* if_bnxt: Fix the PORT_PHY_CFG HWRM requests while setting PauseSumit Saxena2023-01-191-0/+3
* if_bnxt: Fix the issue when kernel invokes _init() again without _stop()Sumit Saxena2023-01-192-1/+6
* if_bnxt: Remove sysctl node vlan_only which is not being usedSumit Saxena2023-01-192-38/+1
* if_bnxt: Add support for VLAN on ThorSumit Saxena2023-01-194-53/+74
* if_bnxt: Add support for RSS on ThorSumit Saxena2023-01-192-13/+24
* if_bnxt: Display firmware version along with SIT package versionSumit Saxena2023-01-193-0/+34
* if_bnxt: Add support for async link status updateSumit Saxena2023-01-193-33/+73
* if_bnxt: Add support for admin down/up and jumboSumit Saxena2023-01-195-14/+296
* if_bnxt: add support for Thor controllerSumit Saxena2023-01-196-301/+1547
* if_bnxt: Convert all doorbell writes into function pointersSumit Saxena2023-01-193-110/+86
* if_bnxt: update hsi_struct_def.h headersSumit Saxena2023-01-194-22001/+55813
* bnxt: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2023-01-191-2/+1
* bnxt: Remove dead write to cp_ring_idWarner Losh2023-01-191-2/+0
* if_bnxt: Allow bnxt interfaces to use vlansMisho2022-04-271-3/+3
* bnxt(4): Mark sysctls MP-safe.Alexander Motin2021-10-041-23/+23
* bnxt(4): Fix bugs in WOL support.Alexander Motin2021-09-161-3/+4
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-221-3/+1
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-071-1/+1
* bnxt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-25/+7
* iflib: leave only 1 receive descriptor unusedVincenzo Maffione2020-09-011-3/+2
* bnxt: isc_nrxd_max and isc_ntxd_max must be powers of twoKristof Provost2020-05-202-2/+7
* remove extraneous double ;s in sys/Ed Maste2020-03-302-3/+3
* bnxt(4): Fix ioctls when user addresses are inaccessable.Brooks Davis2020-03-041-25/+24
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-65/+71
* bnxt(4): Eliminate wrong sizeof() expression in memset()Conrad Meyer2020-01-291-5/+7
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-9/+21
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-151-5/+7
* netmap and iflib drivers, silence unused var warningsMatt Macy2018-05-192-8/+0
* bnxt(4)Sean Bruno2018-05-181-0/+4
* Use C99 initializers for iflib function tables.Mark Johnston2018-04-111-8/+8
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-10/+9
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-9/+10
* Add log messages for unknown and unhandled phy typesStephen Hurd2017-12-191-1/+6
* On Link up & down, update media typesStephen Hurd2017-12-191-0/+4
* Support short HWRM commandsStephen Hurd2017-12-194-1/+61
* Don't populate NVRAM sysctls for VFsStephen Hurd2017-12-192-25/+34
* Add byte swapping in bnxt_cfg_async_cr() requestStephen Hurd2017-12-191-3/+3
* iflib: Support to padding Ethernet frames to a min sizeStephen Hurd2017-12-052-1/+4
* Fix issue with VXLAN-ecapsulated rx h/w checksumming.Sean Bruno2017-11-091-2/+4
* bnxt: Add support for new phy_types and speeds - Part #2Stephen Hurd2017-11-061-163/+15
* bnxt: Add support for new phy_types and speedsStephen Hurd2017-10-302-108/+70