net: add rte prefix to ether structures
[dpdk.git] / drivers / net / tap / rte_eth_tap.c
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
2018-01-21 Moti Haimovskynet/tap: use new Rx offloads API
2018-01-21 Moti Haimovskynet/tap: use new Tx offloads API
2018-01-16 Stephen Hemmingernet/tap: remove unused kernel version definitions
2018-01-16 Thomas Monjalonethdev: fix link autonegotiation value
2018-01-16 Radu Nicolaunet/tap: renamed netlink functions
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Vipin Varghesenet/tap: fix unregistering callback with invalid fd
2017-10-06 Ophir Munknet/tap: fix flow and port commands
2017-07-19 Raslan Darawshehnet/tap: remove Linux version check
2017-07-19 Thomas Monjalonnet/tap: add missing newlines in logs
2017-07-06 Thomas Monjalonnet/tap: restore state of remote device when closing
2017-07-06 Pascal Mazonnet/tap: support flow API isolated mode
2017-07-05 Ferruh Yigitdrivers/net: use device name from device structure
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-12 Ferruh Yigitethdev: remove driver name from device private data
2017-06-12 Pascal Mazonnet/tap: add Rx/Tx checksum offload support
2017-06-12 Ferruh Yigitdrivers/net: remove unnecessary macro for unused variables
2017-06-12 Pascal Mazonnet/tap: do not set remote MAC if not necessary
2017-06-12 Pascal Mazonnet/tap: create netdevice during probing
2017-06-12 Pascal Mazonnet/tap: drop unnecessary nested block
2017-06-12 Pascal Mazonnet/tap: remove unnecessary functions
2017-06-12 Pascal Mazonnet/tap: add debug messages
2017-06-12 Pascal Mazonnet/tap: add support for fixed MAC addresses
2017-05-01 Pascal Mazonnet/tap: fix support for large Rx queues
2017-04-19 Pascal Mazonnet/tap: update driver param string
2017-04-18 Jan Blunckdrivers/net: use ethdev allocation helper for vdev
2017-04-14 Jan Blunckvdev: use generic vdev struct for probe and remove
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-06 Pascal Mazonnet/tap: fix max queues redefinition
2017-04-04 Pascal Mazonnet/tap: fix redirection rule after MAC change
2017-04-04 Pascal Mazonnet/tap: fix null MAC address at init
2017-04-04 Pascal Mazonnet/tap: remove minimum packet size in Rx
2017-04-04 Pascal Mazonnet/tap: add link status notification
2017-04-04 Pascal Mazonnet/tap: improve link update
2017-04-04 Pascal Mazonnet/tap: add remote netdevice traffic capture
2017-04-04 Pascal Mazonnet/tap: support segmented mbufs
next