net/tap: fix rx cksum flags on IP options packets
[dpdk.git] / drivers / net / tap / rte_eth_tap.c
2021-04-27 Olivier Matznet/tap: fix rx cksum flags on IP options packets
2021-03-26 Thomas Monjalonethdev: replace callback getting filter operations
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
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-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-07-03 Jerin Jacoblog: introduce logtype register macro
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-02-05 Yunjian Wangnet/tap: fix memory leak when unregister intr handler
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-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-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 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-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-03-21 Oleg Polyakovnet/tap: fix getting max iovec
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 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-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-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
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-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 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
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Vipin Varghesenet/tap: add tun log and documentation
2018-04-13 Vipin Varghesenet/tap: support tun
2018-04-13 Pavan Nikhileshnet/tap: fix memcpy with incorrect size
2018-04-04 Bruce Richardsonconvert snprintf to strlcpy
2018-03-30 Vipin Varghesenet/tap: allow user MAC to be passed as args
2018-02-13 Ophir Munknet/tap: add CRC stripping capability
2018-02-08 Moti Haimovskynet/tap: fix cleanup on allocation failure
2018-02-05 Ophir Munknet/tap: fix multi segments capability
2018-01-31 Vipin Varghesenet/tap: remove speed argument
2018-01-29 Moti Haimovskynet/tap: support Rx interrupt
2018-01-22 Ferruh Yigitethdev: separate driver APIs
next