summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-01-31kernel/freebsd: fix module build on FreeBSD 14Bruce Richardson
2023-10-06build: deprecate kmods meson optionBruce Richardson
2023-08-04remove KNIStephen Hemminger
2023-07-12kni: fix build with Linux 6.5Ferruh Yigit
2023-05-24kernel/freebsd: fix function parameter listBruce Richardson
2023-04-19kni: fix build with Linux 6.3Ferruh Yigit
2023-01-09kni: fix build on RHEL 9.1Ferruh Yigit
2022-06-08kni: use dedicated function to set MAC addressKe Zhang
2022-06-08kni: use dedicated function to set random MAC addressKe Zhang
2022-06-08kernel/linux: get kernel version from kernel sourceFerdinand Thiessen
2022-06-06kni: fix buildThomas Monjalon
2022-06-05kni: fix build with Linux 5.18Jiri Slaby
2022-02-27kni: fix freeing order in device releaseHuisong Li
2022-02-02kni: fix ioctl signatureMarkus Theil
2022-02-02kni: allow configuring thread granularityTudor Cornea
2022-02-02build: remove deprecated Meson functionsBruce Richardson
2022-02-02build: fix warnings when running external commandsBruce Richardson
2022-01-11fix spelling in comments and stringsJosh Soref
2021-11-24kni: restrict bifurcated device supportFerruh Yigit
2021-11-08kni: update kernel API to set random MAC addressFerruh Yigit
2021-10-25kni: fix build for SLES15-SP3Aman Singh
2021-06-24kni: fix crash on userspace VA for segmented packetsFerruh Yigit
2021-04-21lib: remove librte_ prefix from directory namesBruce Richardson
2021-04-21build: change indentation in infrastructure filesBruce Richardson
2021-04-21kni: fix kernel deadlock with bifurcated deviceElad Nachman
2021-04-21kni: support async user requestElad Nachman
2021-04-21kni: refactor user request processingStephen Hemminger
2021-03-15build: support KNI cross-compilationJuraj Linkeš
2020-11-27kni: fix build on RHEL 8.3Olivier Matz
2020-10-31kni: move header file from EALThomas Monjalon
2020-10-06kernel/linux: remove igb_uioThomas Monjalon
2020-09-29kni: fix build with Linux 5.9Ferruh Yigit
2020-09-19mbuf: remove physical address aliasThomas Monjalon
2020-09-08build: remove makefilesCiara Power
2020-05-19kernel/linux: error out on module build failureAnatoly Burakov
2020-03-31eal: move OS-specific sub-directoriesThomas Monjalon
2020-03-31eal: move common header filesThomas Monjalon
2020-03-19contigmem: cleanup properly when load failsJim Harris
2020-02-21kernel: remove unused directory for WindowsThomas Monjalon
2020-02-13kni: fix build with Linux 5.6Ferruh Yigit
2020-01-20contigmem: update for FreeBSD 13Bruce Richardson
2020-01-20kni: rename variable with namespace prefixStephen Hemminger
2020-01-14kni: fix meson warning about console keywordBruce Richardson
2019-11-28kni: fix build with Linux 4.9.xFerruh Yigit
2019-11-21kni: increase kernel version requirement for VAFerruh Yigit
2019-11-20kernel/freebsd: always use clang for kmod compilationBruce Richardson
2019-11-20kernel/freebsd: allow installing kernel modulesBruce Richardson
2019-11-18kni: support userspace VAVamsi Attunuru
2019-10-27kni: add ability to set min/max MTUIgor Ryzhov
2019-10-15kni: support allmulticast mode setXiaolong Ye