net/bnxt: fix big endian build
[dpdk.git] / drivers / net / tap /
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
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-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-04-04 Bruce Richardsonconvert snprintf to strlcpy
2018-03-30 Vipin Varghesenet/tap: allow user MAC to be passed as args
2018-02-14 Ophir Munknet/tap: fix promiscuous rules double insertions
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 eBPF handling of non-RSS flows
2018-02-05 Ophir Munknet/tap: fix multi segments capability
2018-02-01 Zhiyong Yangnet/tap: fix icc build
2018-02-01 Olivier Matznet/tap: use SPDX tags in 6WIND copyrighted files
2018-01-31 Vipin Varghesenet/tap: remove speed argument
2018-01-31 Ophir Munknet/tap: fix eBPF RSS map key handling
2018-01-31 Ophir Munknet/tap: fix eBPF file descriptors leakage
2018-01-31 Ophir Munknet/tap: fix build on ARM32
2018-01-30 Gowrishankar Muthu... net/tap: fix build on ppc
2018-01-29 Moti Haimovskynet/tap: support Rx interrupt
2018-01-24 Ophir Munknet/tap: use local eBPF definitions
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Ophir Munknet/tap: implement RSS using eBPF
2018-01-21 Ophir Munknet/tap: add eBPF API
2018-01-21 Ophir Munknet/tap: add eBPF bytes code
2018-01-21 Ophir Munknet/tap: add eBPF program file
2018-01-21 Ophir Munknet/tap: support actions for different classifiers
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-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-13 Adrien Mazarguilethdev: expose flow API error helper
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Matan Azradnet/tap: allow RSS flow action
2017-10-06 Vipin Varghesenet/tap: fix unregistering callback with invalid fd
2017-10-06 Ophir Munknet/tap: fix flow and port commands
next