aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlnx
Commit message (Expand)AuthorAgeFilesLines
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-10-261-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-09-151-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-07-311-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-06-051-1/+1
* qlnx/qlxgb/qlxgbe/qlxge: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-5/+2
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* qlnx: Mark variables only used in debug traces as unused.John Baldwin2022-04-081-5/+5
* qlnx: Return error from qlnxr_mod_load if it fails.John Baldwin2022-04-082-2/+2
* qlnx: Comment out remaining references to tx_data_bd.John Baldwin2022-04-081-2/+2
* qlnx: Move all references to total_rx_count under #ifdef QLNX_SOFT_LRO.John Baldwin2022-04-081-1/+6
* qlnx: Remove unused variables.John Baldwin2022-04-085-60/+2
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-03-281-2/+2
* Fix typo on "Celsius"Elyes HAOUAS2021-11-191-1/+1
* qlnxe: Fix typos in two error messagesGordon Bergling2021-10-021-2/+2
* Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
* Fix some common typos in commentsGordon Bergling2021-08-081-1/+1
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-284-206/+107
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-124-33/+33
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-121-18/+0
* qlnxr: Properly initialize the Linux device structureMark Johnston2021-04-122-7/+5
* qlnxr: remove netdevice.hBjoern A. Zeeb2021-03-261-1/+0
* qlnxr: remove duplicate definesBjoern A. Zeeb2021-03-241-5/+0
* 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
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2
* ql*_def.h: fix QL_ALIGN parenthesizationRyan Libby2017-10-181-1/+1
* Fix qlnx_tso_check() so that every window ofDavid C Somayajulu2017-08-241-11/+22
* Performance enhancements to reduce CPU utililization for large number ofDavid C Somayajulu2017-08-113-124/+486
* Provide compile to choose receive processing in either Ithread or Taskqueue T...David C Somayajulu2017-08-092-43/+121
* qlnx: gcc build errorsRyan Libby2017-07-183-12/+4
* Upgrade STORMFW to 8.30.0.0 and ecore version to 8.30.0.0David C Somayajulu2017-06-1576-59910/+65202
* Check for IPV6 TCP/UDP CSUM offload in pkt header during transmits.David C Somayajulu2017-05-221-1/+2
* QL_DPRINT macro modfied to handle multiple args; print line#.David C Somayajulu2017-05-163-441/+452
* 1. Move Rx Processing to fp_taskqueue(). With this CPU utilization for proces...David C Somayajulu2017-05-163-112/+142
* llh_func_filter needs to be configured for 100GDavid C Somayajulu2017-05-101-10/+24
* Fix rss_ind_table entry for num_funcs > 1David C Somayajulu2017-04-131-1/+1
* Fix defects reported by CoverityDavid C Somayajulu2017-04-122-13/+17
* Cleanup the bitmap_xxx() functions in the LinuxKPI:Hans Petter Selasky2017-04-061-1/+1
* Add 25/40/100Gigabit Ethernet Driver version v1.3.0 for Cavium Inc's.David C Somayajulu2017-04-0491-0/+226030