net/hns3: fix typos on comments
[dpdk.git] / drivers / net / tap /
2021-04-26 Chengchang Tangnet/tap: fix interrupt vector array size
2021-04-21 Bruce Richardsondrivers: change indentation in build files
2021-03-26 Thomas Monjalonethdev: replace callback getting filter operations
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2020-11-20 Thomas Monjalonbuild: align wording of non-support reasons
2020-11-13 Michael Pfeiffernet/tap: allow all-zero checksum for UDP over IPv4
2020-11-03 Yi Yanggso: fix mbuf freeing responsibility
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 Thomas Monjalonethdev: reset all when releasing a port
2020-10-16 Michael Pfeiffernet: add function to calculate IPv4 header length
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Yunjian Wangnet/tap: release port upon close
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-18 Yunjian Wangnet/tap: free mempool when closing
2020-09-18 Stephen Hemmingernet/tap: avoid using SIGIO
2020-09-07 Ciara Powerbuild: remove makefiles
2020-08-12 Thomas Monjalonversion: 20.11-rc0
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-11 Raslan Darawshehnet/tap: fix build for glibc < 2.24
2020-05-11 Stephen Hemmingernet/tap: use netlink extended ack support
2020-05-11 Stephen Hemmingernet/tap: simplify netlink send/receive functions
2020-05-11 Stephen Hemmingernet/tap: fix crash in flow destroy
2020-04-21 Yunjian Wangnet/tap: fix queues fd check before close
2020-04-21 Yunjian Wangnet/tap: fix unexpected link handler
2020-04-21 Yunjian Wangnet/tap: fix fd leak on creation failure
2020-04-21 Yunjian Wangnet/tap: fix file close on remove
2020-04-21 Yunjian Wangnet/tap: fix check for mbuf number of segment
2020-04-21 Yunjian Wangnet/tap: fix mbuf and mem leak during queue release
2020-04-21 Yunjian Wangnet/tap: fix mbuf double free when writev fails
2020-04-21 Yunjian Wangnet/tap: remove unused assert
2020-04-21 Stephen Hemmingernet/tap: do not use PMD log type
2020-04-16 Thomas Monjalonreplace packed attributes
2020-04-16 Thomas Monjalonreplace alignment attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-02-05 Yunjian Wangnet/tap: fix memory leak when unregister intr handler
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-23 Marcin Smoczynskinet/tap: fix blocked Rx packets
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
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-07-23 Stephen Hemmingernet/tap: remove redundant declarations
2019-07-02 Bruce Richardsondrivers: add reasons for components being disabled
2019-06-06 David Marchandnet/tap: fix RxQ errors stat
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in action register
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-06-03 David Marchandnet/tap: revert rte prefixing
2019-05-24 Olivier Matznet: add rte prefix to UDP structure
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-03 Herakliusz Lipiecnet/tap: fix potential IPC buffer overrun
2019-05-03 Herakliusz Lipiecnet/tap: fix memory leak on IPC request
2019-04-19 Herakliusz Lipiecnet/tap: fix multi process reply buffer
2019-04-17 Bruce Richardsonbuild: increase readability via shortcut variables
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-03-21 Oleg Polyakovnet/tap: fix getting max iovec
2019-03-01 Andrius Sirvysdrivers/net: fix shifting 32-bit signed variable 31...
2019-03-01 Raslan Darawshehnet/tap: fix multi-process request
2019-01-14 Stephen Hemmingernet/tap: do not print pointer in info message
2019-01-14 Stephen Hemmingernet/tap: get rid of global name variable
2019-01-14 Stephen Hemmingernet/tap: let kernel choose tun device name
2019-01-14 Stephen Hemmingernet/tap: lower the priority of log messages
2019-01-14 Stephen Hemmingernet/tap: check interface name in kvargs
2019-01-14 Stephen Hemmingernet/tap: allow full length names
2019-01-14 Stephen Hemmingernet/tap: use strlcpy for interface name
2018-12-21 Ferruh Yigitnet/tap: fix possible uninitialized variable access
2018-12-21 Bruce Richardsonnet/tap: add buffer overflow checks before checksum
2018-11-13 Vipin Varghesenet/tap: fix probe for multiq or flowq failure
2018-11-14 Stephen Hemmingernet/tap: fix file descriptor check
2018-11-14 Stephen Hemmingernet/tap: fix file descriptor leak on error
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-27 Agalya Babu RadhaK... net/tap: disable in FreeBSD build with meson
2018-10-26 Thomas Monjalonethdev: remove release function for secondary process
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-26 Raslan Darawshehnet/tap: access primary process queues from secondary
2018-10-26 Raslan Darawshehnet/tap: move fds of queues to be in process private
2018-10-26 Raslan Darawshehnet/tap: add queue and port ids in queue structures
2018-10-18 Raslan Darawshehnet/tap: fix reported number of Tx packets
2018-10-17 Qi Zhangdrivers/net: enable hotplug on secondary process
2018-09-18 Luca Boccassinet/tap: add in meson build
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-08-07 Matan Azradnet/tap: fix zeroed flow mask configurations
2018-08-04 Vipin Varghesenet/tap: call probe finish for tun secondary
2018-07-26 Ferruh Yigitdrivers/net: fix crash in secondary process
2018-07-23 Gage Eadsnet/tap: set queue started and stopped
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Ophir Munknet/tap: support TSO (TCP Segment Offload)
2018-07-02 Ophir Munknet/tap: calculate checksums of multi segs packets
2018-06-14 Vipin Varghesenet/tap: update tap index to unsigned
2018-05-25 Ophir Munknet/tap: fix keep-alive queue not detached
2018-05-22 Vipin Varghesenet/tap: fix vdev data sharing for tun
2018-05-22 Vipin Varghesenet/tap: fix protocol field
2018-05-22 Ophir Munknet/tap: fix device removal when no queue exist
next