net/virtio-user: fix status management
[dpdk.git] / drivers / net / tap /
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
2018-05-17 Ophir Munknet/tap: support RSS hash update
2018-05-17 Ophir Munknet/tap: fix isolation mode toggling
2018-05-14 Vipin Varghesenet/tap: add default name to tun
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Ophir Munknet/tap: report on supported RSS hash functions
2018-04-27 Stephen Hemmingernet/tap: convert to dynamic logging
2018-04-27 Ophir Munknet/tap: return empty port offload capabilities
2018-04-27 Adrien Mazarguilethdev: add transfer attribute to flow API
2018-04-27 Adrien Mazarguilethdev: fix TPID handling in flow API
2018-04-27 Adrien Mazarguilethdev: add encap level to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: add hash function to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-27 Adrien Mazarguilethdev: alter behavior of flow API actions
2018-04-27 Ferruh Yigitdrivers/net: fix link autoneg value for virtual PMDs
2018-04-27 Ferruh Yigitnet/tap: fix icc build
2018-04-27 Vipin Varghesenet/tap: fix protocol field for non-IP
2018-04-24 Jianfeng Tandrivers/net: share vdev data to secondary process
2018-04-24 Jianfeng Tandrivers/net: do not use private ethdev data
next