net/ice: fix GTPU down/uplink and extension conflict
[dpdk.git] / drivers / net / ice / ice_ethdev.c
2020-07-29 Simei Sunet/ice: fix GTPU down/uplink and extension conflict
2020-07-29 Yunjian Wangnet/ice: add memory allocation check in RSS init
2020-07-29 Yunjian Wangnet/ice: fix memory leak when releasing VSI
2020-07-29 Qi Zhangnet/ice: remove RSS for SCTP in PPPoE
2020-07-29 Junyu Jiangnet/ice: fix bytes statistics
2020-07-21 Simei Sunet/ice: fix GTPU RSS
2020-07-07 Simei Sunet/ice: fix GTPU/PPPoE packets with no hash value
2020-07-07 Shougang Wangnet/ice: fix EEPROM data
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-30 Junyu Jiangnet/ice: initialize and update RSS based on user config
2020-06-16 Qi Zhangnet/ice/base: support E823L devices
2020-04-21 Junyu Jiangnet/ice: fix RSS advanced rule
2020-04-21 Haiyue Wangnet/ice: export DDP definition symbols
2020-04-21 Qi Zhangnet/ice/base: store NVM version in extracted format
2020-04-21 Qi Zhangnet/ice/base: add AN masks to get PHY capabilities
2020-04-21 Qi Zhangnet/ice/base: add and update E822 device IDs
2020-03-18 Qi Zhangnet/ice: remove redundant functions
2020-02-21 Tao Zhunet/ice: fix queue MSI-X interrupt binding
2020-01-17 Haiyue Wangnet/ice: unify bool type value
2020-01-17 Chenxu Dinet/ice: cleanup Tx buffers
2020-01-17 Haiyue Wangnet/ice: use ethernet copy API to do MAC assignment
2020-01-17 Qi Zhangnet/ice: support 1/10G device IDs
2020-01-17 Beilei Xingnet/ice: fix VSI context
2020-01-17 Ting Xunet/ice: add device IDs for C822N
2019-11-20 Qi Zhangnet/ice: add flow mark hint
2019-11-20 Yahui Caonet/ice: fix flow director rule after device stop
2019-11-20 Yahui Caonet/ice: fix flow director programming status check
2019-11-20 Andrew Rybchenkodrivers/net: fix RSS hash offload flag if no RSS
2019-11-20 Simei Sunet/ice: fix crash with wrong package
2019-11-20 Qiming Yangnet/ice: fix link status recovery
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-11-11 Haiyue Wangnet/ice: optimize protocol extraction by dynamic mbuf
2019-11-11 Qi Zhangnet/ice: free HW tables when device closed
2019-11-11 Tao Zhunet/ice: remove VLAN TPID set
2019-11-08 Qi Zhangnet/ice/base: add new device IDs
2019-11-08 Jiaqi Minnet/ice: fix setting max frame size
2019-10-23 Simei Sunet/ice: enable advanced RSS
2019-10-23 Simei Sunet/ice: add RSS configuration for GTPU/PPPoE
2019-10-23 Ying A Wangnet/ice: cleanup RSS/FDIR profile on device init
2019-10-23 Beilei Xingnet/ice: enable flow director engine
2019-10-23 Leyi Rongnet/ice: invoke callback when link status change
2019-10-23 Ying A Wangnet/ice: rework for generic flow enabling
2019-10-23 Qiming Yangnet/ice: add devargs to control pipeline mode
2019-10-23 Simei Sunet/ice: fix LUT type for RSS
2019-10-23 Haiyue Wangnet/ice: fix protocol extraction devargs parsing
2019-10-23 Haiyue Wangnet/ice: fix memory leak on dev closed
2019-10-23 Haiyue Wangnet/ice: support Rx/Tx burst mode info
2019-10-07 Stephen Hemmingernet/ice: use dynamic log type for Tx/Rx debug
2019-10-07 Chenxu Dinet/ice: release port upon close
2019-10-07 Haiyue Wangnet/ice: support protocol extraction per Rx queue
2019-10-07 Qi Zhangnet/ice/base: enable symmetric hash for RSS
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 Ting Xunet/ice: support device-specific DDP package loading
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-08-30 Xiao Zhangnet/ice: support multi-process
2019-08-06 Xiaolong Yenet/ice: remove unused parameter tag
2019-07-29 Ying A Wangnet/ice: fix LLDP forward
2019-07-23 Qi Zhangnet/ice: add safe mode devarg
2019-07-23 Qi Zhangnet/ice: remove unused devargs
2019-07-23 Nithin Dabilpuramdrivers/net: use ack in interrupt handlers
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-07-03 Qiming Yangnet/ice: support UDP tunnelling port
2019-07-03 Qiming Yangnet/ice: add generic flow API
2019-07-03 Wei Zhaonet/ice: enable switch filter
2019-06-28 David Marchanddrivers/net: fix double free on init failure
2019-06-28 Leyi Rongnet/ice/base: implement LLDP persistent settings
2019-06-28 Leyi Rongnet/ice/base: save user provided PHY config
2019-06-20 David Marchandnet/ice: fix dropped packets statistics name
2019-06-20 Beilei Xingnet/ice: support Tx checksum offload for tunnel
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-21 Haiyue Wangnet/ice: update RSS RETA size with supported values
2019-05-21 Qi Zhangnet/ice: set min and max MTU
2019-05-21 Haiyue Wangnet/ice: support link status change
2019-05-07 Xiao Wangnet/ice: fix EEPROM range check
2019-05-07 Xiao Wangnet/ice: clean up minor issues
2019-05-03 Simei Sunet/ice: fix Rx statistics
2019-05-03 Wenzhuo Lunet/ice: fix possible null pointer dereference
2019-04-19 Ying A Wangnet/ice: fix promiscuous mode
2019-04-19 Ying A Wangnet/ice: fix variable storage type
2019-04-19 Leyi Rongnet/ice: enable RSS for IPv4/IPv6 packets
2019-04-12 Qiming Yangnet/ice: stop LLDP by default
2019-04-12 Qi Zhangnet/ice: fix max frame size
2019-04-05 Qi Zhangnet/ice: send driver version to firmware
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-03-29 Chenmin Sunnet/ice: fix speed capability
2019-03-29 Qiming Yangnet/ice: enable RSS when device init
2019-03-29 Qiming Yangnet/ice: add safe mode
2019-03-29 Qiming Yangnet/ice: load OS default package
2019-03-29 Wenzhuo Lunet/ice: fix Tx function setting
2019-03-20 Leyi Rongnet/ice: speed up to retrieve EEPROM
2019-02-19 Wei Zhaonet/ice: enable VLAN filter offloads support
2019-02-13 Qi Zhangnet/ice: fix crash on device detach
2019-01-24 Wenzhuo Lunet/ice: fix link speed
2019-01-24 Wenzhuo Lunet/ice: support promiscuous mode
2019-01-14 Qiming Yangnet/ice: fix VLAN filter Tx
2019-01-14 Leyi Rongnet/ice: fix firmware version result of ethtool
next