ethdev: return diagnostic when setting MAC address
[dpdk.git] / drivers / net / tap / rte_eth_tap.c
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
2017-04-04 Pascal Mazonnet/tap: do not send packets larger than MTU
2017-04-04 Pascal Mazonnet/tap: add basic flow API patterns and actions
2017-04-04 Pascal Mazonnet/tap: add preliminary support for flow API
2017-04-04 Pascal Mazonnet/tap: move private elements to external header
2017-04-04 Pascal Mazonnet/tap: add flow control management
2017-04-04 Pascal Mazonnet/tap: add packet type management
2017-04-04 Pascal Mazonnet/tap: add multicast addresses management
2017-04-04 Pascal Mazonnet/tap: add speed capabilities
2017-04-04 Pascal Mazonnet/tap: add MTU management
2017-04-04 Pascal Mazonnet/tap: add MAC address management
2017-04-04 Pascal Mazonnet/tap: refactor ioctl calls
2017-04-04 Pascal Mazonnet/tap: remove NO-ARP setting
2017-04-04 Adrien Mazarguilnet/tap: add Rx trigger
2017-04-04 Adrien Mazarguilnet/tap: remove redundant syscall on Tx
2017-04-04 Pascal Mazonnet/tap: fix dev name look-up
2017-04-04 Keith Wilesnet/tap: fix possibly unterminated string
2017-02-10 Keith Wilesnet/tap: move closing file descriptors to close function
2017-02-10 Keith Wilesnet/tap: move link down before close
2017-02-10 Keith Wilesnet/tap: cleanup log messages
2017-02-10 Keith Wilesnet/tap: fix multi-queue support
2017-02-10 Keith Wilesnet/tap: remove unused variable
2017-02-10 Keith Wilesnet/tap: remove redundant file descriptor array
2017-02-10 Pascal Mazonnet/tap: support promiscuous and allmulticast
2017-02-10 Pascal Mazonnet/tap: add link up and down operations
2017-02-10 Pascal Mazonnet/tap: display name after parsing
2017-02-10 Pascal Mazonnet/tap: keep kernel-assigned MAC address
2017-02-10 Pascal Mazonnet/tap: skip overwritten file descriptor assignment
2017-02-10 Pascal Mazonnet/tap: fix log level of errors
2017-02-10 Pascal Mazonnet/tap: fix name
2017-01-30 Keith Wilesnet/tap: fix invalid queue file descriptor
2017-01-20 Keith Wilesnet/tap: fix build with old kernels
2017-01-17 Keith Wilesnet/tap: add TUN/TAP device PMD