aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlnx
Commit message (Expand)AuthorAgeFilesLines
* qlnxe: Remove a pointless copy back from the link-layer addressZhenlei Huang2026-02-261-2/+0
* qlnxe: Advertise the IFCAP_HWSTATS capabilityZhenlei Huang2026-02-261-1/+1
* qlnx: fix panic at startupKristof Provost2026-02-261-3/+3
* qlnxe: Overhaul setting the multicast MAC filtersZhenlei Huang2026-02-245-190/+66
* qlnxe: Allow tapping the TX packetsZhenlei Huang2026-02-241-0/+1
* qlnxe: Refactor setting the promiscuous and allmulti modeZhenlei Huang2026-02-242-45/+36
* qlnxe: Let ether_ioctl() handle SIOCSIFADDR ioctlZhenlei Huang2026-02-241-19/+0
* qlnxe: Avoid reinitializing the interface when it is already initializedZhenlei Huang2026-02-241-1/+2
* qlnxe: Prevent potential concurrency between ioctlsZhenlei Huang2026-02-241-8/+9
* qlnxe: Fix setting the unicast MAC filter of RX pathZhenlei Huang2026-02-241-11/+3
* qlnxe: Avoid memcpy with same source and destinationZhenlei Huang2026-02-242-7/+7
* qlnxe: Fix promiscuous and allmulti settingsKeith Reynolds2026-02-241-11/+22
* qlnxe: Avoid out-of-bounds reading the multicast ethernet addressZhenlei Huang2026-01-311-3/+3
* qlnxe: Report speeds in decimal formatZhenlei Huang2025-10-042-4/+4
* qlnxe: Support SIOCGIFXMEDIA ioctlZhenlei Huang2025-10-041-1/+3
* qlnxe: Unconditionally enable extended media typesZhenlei Huang2025-10-042-28/+9
* qlnxe: Fix advertising the IFCAP_LINKSTATE capabilityZhenlei Huang2025-10-041-1/+1
* qlnxe: Fix error handling of SIOCGI2C ioctlZhenlei Huang2025-07-201-2/+2
* qlnx: Fix a couple of type mismatches in function declarationsJohn Baldwin2024-11-302-3/+5
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-4/+0
* qlnxe: Allow MAC address overrideKeith Reynolds2024-09-291-1/+10
* qlnxe: Fix multiple locking issuesKeith Reynolds2024-09-297-38/+40
* qlnx: qlnxe: Fix kernel address leakageFuqian Huang2024-09-291-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2326-52/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2386-172/+0
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-10-291-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-09-181-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-08-031-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-06-101-1/+1
* qlnx: Return error from qlnxr_mod_load if it fails.John Baldwin2022-05-132-2/+2
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-04-141-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-04-021-2/+2
* Fix typo on "Celsius"Elyes HAOUAS2021-12-061-1/+1
* qlnxe: Fix typos in two error messagesGordon Bergling2021-10-091-2/+2
* Fix some common typos in source code commentsGordon Bergling2021-08-311-1/+1
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-264-33/+33
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-261-18/+0
* qlnxr: remove netdevice.hBjoern A. Zeeb2021-07-181-1/+0
* qlnxr: remove duplicate definesBjoern A. Zeeb2021-07-181-5/+0
* qlnxr: Properly initialize the Linux device structureMark Johnston2021-04-192-7/+5
* qlnx: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0181-1299/+65
* qnlx: Do not redifines types.Emmanuel Vadot2020-05-101-5/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-19/+19
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-23/+17
* Correct the scope of several global variables.Mark Johnston2019-09-271-4/+3
* qlnxr(4), qlnxe(4): Unbreak gcc buildConrad Meyer2019-02-012-25/+0
* Add RDMA (iWARP and RoCEv1) supportDavid C Somayajulu2019-01-3115-0/+23125
* Remove support for QLNX_RCV_IN_TASKQ - i.e., Rx only in TaskQ.David C Somayajulu2018-07-2588-62337/+86284
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1