doc: remove references to the old build system
[dpdk.git] / drivers / net / af_xdp /
2021-09-07 Baruch Siachnet/af_xdp: fix zero-copy Tx queue drain
2021-08-17 Thomas Monjalonversion: 21.11-rc0
2021-07-09 Anatoly Burakovnet/af_xdp: support power monitoring
2021-05-11 Ciara Loftusnet/af_xdp: fix build with Linux < 5.4
2021-05-11 David Marchandlog: register with standardized names
2021-04-20 Ciara Loftusnet/af_xdp: use recvfrom only if busy polling enabled
2021-04-20 Ciara Loftusnet/af_xdp: fix trigger for syscall on Tx
2021-04-21 Bruce Richardsondrivers: change indentation in build files
2021-03-30 Ciara Loftusnet/af_xdp: mark recvfrom return as ignored
2021-03-10 Ciara Loftusnet/af_xdp: prefer busy polling
2021-03-10 Ciara Loftusnet/af_xdp: use recvfrom instead of poll syscall
2021-03-10 Ciara Loftusnet/af_xdp: allow bigger batch sizes
2021-03-01 Ciara Loftusnet/af_xdp: fix error handling during Rx queue setup
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-25 Bruce Richardsonbuild: force pkg-config for dependency detection
2021-01-14 Pallavi Kadamdrivers/net: build i40e and mlx5 on Windows
2021-01-08 RongQing Linet/af_xdp: optimize Rx mbuf allocation
2021-01-11 Ferruh Yigitnet/af_xdp: remove useless assignment
2020-11-13 Ferruh Yigitnet/af_xdp: fix pointer storage size
2020-11-03 Martin Weisernet/af_xdp: fix integer overflow in umem size calculation
2020-10-19 Bruce Richardsonbuild: remove library name from version map file name
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Ciara Loftusnet/af_xdp: forbid umem sharing for xsks with same...
2020-10-16 Ciara Loftusnet/af_xdp: use strlcpy instead of strncpy
2020-09-30 Ciara Loftusnet/af_xdp: enable custom XDP program loading
2020-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-30 Ciara Loftusnet/af_xdp: support shared UMEM
2020-09-30 RongQing Linet/af_xdp: avoid deadlock due to empty fill queue
2020-09-18 Ciara Loftusnet/af_xdp: fix umem size
2020-09-18 Ciara Loftusnet/af_xdp: change return value from Rx to unsigned
2020-09-07 Ciara Powerbuild: remove makefiles
2020-08-12 Thomas Monjalonversion: 20.11-rc0
2020-07-29 Ciara Loftusnet/af_xdp: remove mempool freeing on umem destruction
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-30 Ciara Loftusnet/af_xdp: revert to MP/MC ring for copy mode
2020-06-30 Ciara Loftusnet/af_xdp: improve packet loss
2020-02-14 Ciara Loftusnet/af_xdp: fix maximum MTU
2020-02-14 Ciara Loftusnet/af_xdp: fix fill queue addresses
2020-02-14 Ciara Loftusnet/af_xdp: fix umem frame size and headroom
2020-02-11 Thomas Monjalonbuild: remove redundant config include
2020-01-17 Xiao Wangnet/af_xdp: use single producer/consumer ring
2020-01-17 Xiao Wangnet/af_xdp: fix redundant check for wakeup need
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-23 Ciara Loftusnet/af_xdp: support unaligned umem chunks
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-09-12 Thomas Monjalonbuild: remove redundant libs from pkgconfig
2019-07-26 David Marchandnet/af_xdp: remove unused Tx counter
2019-07-23 Július Milannet/af_xdp: fix handling of not supported feature
2019-07-08 Xiaolong Yenet/af_xdp: correct XDP frame size
2019-07-02 Bruce Richardsondrivers: add reasons for components being disabled
2019-06-28 Xiaolong Yenet/af_xdp: support need wakeup feature
2019-06-13 Xiaolong Yenet/af_xdp: remove unused struct member
2019-06-13 Xiaolong Yenet/af_xdp: support multi-queue
2019-06-13 Xiaolong Yenet/af_xdp: enable zero copy by external mbuf
2019-06-13 William Tunet/af_xdp: fix remove path
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-03 Xiaolong Yenet/af_xdp: remove resources when port is closed
2019-04-19 Xiaolong Yenet/af_xdp: fix creating multiple instance
2019-04-19 Xiaolong Yenet/af_xdp: fix typos in Rx function
2019-04-19 Xiaolong Yenet/af_xdp: make reserve/submit peek/release consistent
2019-04-19 Xiaolong Yenet/af_xdp: specify minimal and maximal MTU
2019-04-19 Xiaolong Yenet/af_xdp: enqueue buf ring when allocate Tx queue...
2019-04-05 Xiaolong Yenet/af_xdp: introduce AF_XDP PMD