summaryrefslogtreecommitdiff
path: root/drivers/net/atlantic
AgeCommit message (Expand)Author
2024-10-03drivers: use per line logging in helpersDavid Marchand
2024-10-03drivers: remove redundant newline from logsDavid Marchand
2024-08-08version: 24.11-rc0David Marchand
2024-03-06devtools: require version for experimental symbolsDavid Marchand
2024-02-01drivers/net: return number of supported packet typesSivaramakrishnan Venkat
2024-02-01drivers: use dedicated logtypesDavid Marchand
2023-07-31version: 23.11-rc0David Marchand
2022-11-21net/atlantic: fix build with clang 15David Marchand
2022-09-21eal: remove unneeded includes from a public headerDmitry Kozlyuk
2022-07-21version: 22.11-rc0David Marchand
2022-06-07replace zero-length arrays with flexible onesBruce Richardson
2022-01-11fix spelling in comments and stringsJosh Soref
2021-10-25drivers: remove direct access to interrupt handleHarman Kalra
2021-10-24mbuf: add namespace to offload flagsOlivier Matz
2021-10-22ethdev: add namespaceFerruh Yigit
2021-10-18ethdev: remove jumbo offload flagFerruh Yigit
2021-10-18ethdev: fix max Rx packet lengthFerruh Yigit
2021-10-13ethdev: change input parameters for Rx queue countKonstantin Ananyev
2021-10-06ethdev: change queue release callbackXueming Li
2021-08-17version: 21.11-rc0Thomas Monjalon
2021-05-11log: register with standardized namesDavid Marchand
2021-04-26drivers/net: fix FW version queryFerruh Yigit
2021-04-21drivers: change indentation in build filesBruce Richardson
2021-02-22drivers/net: redefine array size macrosAndrew Boyer
2021-01-29ethdev: make driver-only headers privateBruce Richardson
2021-01-14drivers/net: build i40e and mlx5 on WindowsPallavi Kadam
2020-10-19build: remove library name from version map file nameBruce Richardson
2020-10-16ethdev: add device flag to bypass auto-filled queue xstatsFerruh Yigit
2020-10-16ethdev: change stop operation callback to return intIvan Ilchenko
2020-10-16ethdev: reset all when releasing a portThomas Monjalon
2020-10-16ethdev: remove forcing stopped state upon closeThomas Monjalon
2020-09-30ethdev: remove old close behaviourThomas Monjalon
2020-09-30net/atlantic: release port upon closeThomas Monjalon
2020-09-30ethdev: allow drivers to return error on closeThomas Monjalon
2020-09-18ethdev: remove underscore prefix from internal APIFerruh Yigit
2020-09-18ethdev: move inline device operationsFerruh Yigit
2020-09-08build: remove makefilesCiara Power
2020-08-12version: 20.11-rc0Thomas Monjalon
2020-07-11drivers/net: fix exposing internal headersFerruh Yigit
2020-07-03log: introduce logtype register macroJerin Jacob
2020-04-16replace packed attributesThomas Monjalon
2020-04-14build: disable experimental API check internallyPavan Nikhilesh
2019-11-20build: align symbols with global ABI versionPawel Modrak
2019-11-20build: remove individual library versionsAnatoly Burakov
2019-10-08net/atlantic: add FW mailbox guard mutexPavel Belous
2019-10-08net/atlantic: fix reported flow control modePavel Belous
2019-10-08net/atlantic: exclude MACsec counters from xstatsPavel Belous
2019-10-07ethdev: change allmulticast callbacks to return statusIvan Ilchenko
2019-10-07ethdev: make stats and xstats reset callbacks return intIgor Romanov
2019-10-07ethdev: change promiscuous callbacks to return statusAndrew Rybchenko