net: add macro to extract MAC address bytes
[dpdk.git] / drivers / net / i40e / i40e_ethdev_vf.c
2021-09-07 Aman Deep Singhnet: add macro to extract MAC address bytes
2021-09-07 Aman Deep Singhnet: add macro for MAC address print
2021-07-05 Xueming Lidevargs: add common key definition
2021-06-04 Haiyue Wangnet/i40e: enable PCI bus master after reset
2021-04-29 Wenjun Wunet/i40e: extend VF reset waiting time
2021-04-29 Robin Zhangnet/i40e: fix primary MAC type when starting port
2021-04-28 Anatoly Burakovnet/i40e: support power management on VF
2021-04-19 Robin Zhangnet/iavf: deprecate i40evf PMD
2021-04-16 Robin Zhangnet/i40e: fix lack of MAC type when set MAC address
2021-03-05 Beilei Xingnet/i40evf: fix packet loss for X722
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Steve Yangnet/i40e: fix jumbo frame flag condition
2021-01-14 Pallavi Kadamdrivers/net: build i40e and mlx5 on Windows
2021-01-08 Alvin Zhangnet/i40e: fix Rx bytes statistics
2021-01-08 Souvik Deynet/i40e: fix VLAN stripping in VF
2020-11-04 Luca Boccassifix spellings that Lintian complains about
2020-11-03 Yuying Zhangnet/i40e: fix virtual channel conflict
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 Thomas Monjalonethdev: remove forcing stopped state upon close
2020-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-18 Ferruh Yigitethdev: remove underscore prefix from internal API
2020-09-18 Ferruh Yigitethdev: move inline device operations
2020-09-18 Guinan Sunnet/i40e: fix link status
2020-09-18 Ivan Dyukovnet/i40e: return unknown speed in status
2020-09-18 Steve Yangnet/i40e: support link status event in VF
2020-07-17 Alvin Zhangnet/i40e: fix queue pairs configuration in VF
2020-05-19 Qiming Yangnet/i40e: fix queue related exception handling
2020-04-21 Guinan Sunnet/i40e: enable VF to program MAC address
2020-03-18 Xiao Zhangnet/i40e: fix port start during config restore
2020-02-19 Shougang Wangnet/i40e: fix multiple interrupts for VF
2020-02-05 Lunyuan Cuinet/i40e: fix multi-queue Rx interrupt for VF
2020-01-17 Chenxu Dinet/i40e: cleanup Tx buffers
2020-01-17 Lunyuan Cuinet/i40e: enable multi-queue Rx interrupt for VF
2020-01-17 Eelco Chaudronnet/i40e: re-program promiscuous mode on VF interface
2019-10-07 Laurent Hardynet/i40e: set speed to undefined for default case
2019-10-07 Chenxu Dinet/i40e: release port upon close
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-09-20 Eelco Chaudronnet/i40e: downgrade error log
2019-08-26 Xiao Zhangnet/i40e: fix VF runtime queues RSS config
2019-07-24 Peng Huangnet/i40e: fix RSS hash update for X722 VF
2019-07-24 Tao Zhunet/i40e: fix request queue in VF
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-07-04 Andy Peinet/i40e: fix crash when TxQ/RxQ set to 0 in VF
2019-06-20 Beilei Xingnet/i40e: allow VF to configure pctype mapping
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-04-19 Beilei Xingnet/i40e: fix logging on VF close
2019-04-12 Qi Zhangnet/i40e: fix scattered Rx enabling
2019-03-29 Ian Stokesnet/i40e: set min and max MTU for VF
2018-12-21 Zhirun Yannet/i40e: support VF request more queues
2018-12-21 Zhirun Yannet/i40e: clear VF reset flags after reset
2018-12-13 Zhirun Yannet/i40e: fix port close
2018-10-26 Xiaolong Yenet/i40e: cancel alarm handler at the end of closure
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-09-27 Beilei Xingnet/i40e: remove keeping CRC configuration for VF
2018-09-27 Beilei Xingnet/i40e: remove driver log
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-23 Ferruh Yigitnet/i40e: remove redundant queue id checks
2018-07-02 Qi Zhangnet/i40e: remove VF interrupt handler
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-07-02 Damjan Marionnet/i40e: do not reset device info data
2018-05-14 Yanglong Wunet/i40e: fix missing VLAN offload capability
2018-05-14 Yanglong Wunet/i40e: fix missing some offload capabilities
2018-05-14 Rosen Xunet/i40e: add workaround promiscuous disable
2018-05-02 Qi Zhangnet/i40e: remove dependence on Tx queue flags
2018-05-02 Qi Zhangnet/i40e: fix queue offload initialization
2018-04-27 Ferruh Yigitdrivers/net: update link status
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 Yanglong Wunet/i40e: convert to new Tx offloads API
2018-04-13 Yanglong Wunet/i40e: convert to new Rx offloads API
2018-03-30 Olivier Matznet/i40evf: add multicast MAC address filtering
2018-03-30 Stephen Hemmingernet/i40e: use link status helper functions
2018-02-05 Beilei Xingnet/i40e: fix interrupt conflict with multi-driver
2018-02-05 Xiaoyun Linet/i40e: fix CRC strip enabling
2018-02-05 Beilei Xingnet/i40e: update Rx checksum offload
2018-01-29 Wenzhuo Lunet/i40e: fix VF Rx interrupt enabling
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 David Hartonnet/i40e: fix VF reset stats crash
2018-01-16 Beilei Xingnet/i40e: fix setting MAC address of VF
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2018-01-16 Qi Zhangnet/i40e/base: rename a field
2018-01-16 Beilei Xingnet/i40e: change VF default ITR interval
2018-01-16 Olivier Matznet/i40e: fix setting of MAC address on i40evf
2018-01-16 Beilei Xingnet/i40e: enable VF Tx offload
2018-01-16 Beilei Xingnet/i40e: fix VLAN offload setting issue
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-10 Xiaoyun Linet/i40e: fix VF cannot forward packets issue
2017-11-03 Wei Dainet/i40e: fix Rx queue interrupt mapping in VF
2017-11-03 Wei Dainet/i40e: fix VFIO interrupt mapping in VF
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Gaetan Rivetpci: introduce library and driver
next