net: add rte prefix to ether structures
[dpdk.git] / drivers / net / i40e / i40e_ethdev.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-21 Beilei Xingnet/i40e: enable new device
2019-05-07 Rosen Xunet/i40e: add device id for X710/XXV710 of ipn3ke
2019-05-03 Beilei Xingnet/i40e: fix link speed for X722
2019-05-03 Wei Zhaonet/i40e: fix queue number check
2019-04-22 Bruce Richardsonnet/i40e: fix dereference before check when getting...
2019-04-19 Thomas Monjalonethdev: deprecate legacy filter API
2019-04-05 Qiming Yangnet/i40e: support VXLAN-GPE classification
2019-04-05 Qiming Yangnet/i40e: support VXLAN-GPE
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-03-29 Ian Stokesnet/i40e: set min and max MTU
2019-03-29 Wei Zhaonet/i40e: log when provided RSS key is not valid
2019-03-22 Chaitanya Babu Talluridrivers/net: fix possible overflow using strlcat
2019-03-20 Qi Zhangnet/i40e: fix time sync for 25G
2019-01-24 Chenmin Sunnet/i40e: fix statistics
2019-01-18 Yanglong Wunet/i40e: fix VF overwrite PF RSS LUT for X722
2019-01-03 Qiming Yangnet/i40e: fix get RSS conf
2018-12-21 Xiaoyun Linet/i40e: fix statistics inconsistency
2018-12-13 Zhirun Yannet/i40e: fix port close
2018-12-13 Xiaoyun Linet/i40e: fix overwriting RSS RETA
2018-12-13 Xiaoyun Linet/i40e: fix using recovery mode firmware
2018-12-13 Qiming Yangnet/i40e: fix getting RSS configuration
2018-11-15 Wei Zhaonet/i40e: fix RSS key initialization
2018-11-15 Beilei Xingnet/i40e: fix X710 Rx after reading some registers
2018-11-13 Wei Zhaonet/i40e: add parameter check for RSS flow init
2018-10-26 Haiyue Wangnet/i40e: enable loopback function for X722 MAC
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-26 Huaibin Wangnet/i40e: keep promiscuous on if allmulticast is enabled
2018-10-11 Xiaoyun Linet/i40e: config flow director automatically
2018-10-11 Xiaoyun Linet/i40e: remove unnecessary interrupt enable
2018-10-11 Qi Zhangnet/i40e/base: change AQ command for PHY access
2018-10-11 Qi Zhangnet/i40e/base: enable cloud filters via tc flower
2018-10-11 Qi Zhangnet/i40e/base: enable cloud filter mode for switch...
2018-10-11 Qi Zhangnet/i40e: fix send admin queue command before init
2018-09-27 Beilei Xingnet/i40e: update Rx offload
2018-09-27 Beilei Xingnet/i40e: remove driver log
2018-09-27 Xiaoyun Linet/i40e: add option to use latest vector path
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-09-14 Chas Williamsnet/i40e: stop LLDP before setting local LLDP MIB
2018-09-14 Beilei Xingnet/i40e: add alarm handler
2018-07-26 Beilei Xingnet/i40e: fix device parameter parsing
2018-07-23 Xiaoyun Linet/i40e: fix link speed
2018-07-23 Beilei Xingnet/i40e: fix setting TPID with AQ command
2018-07-23 Beilei Xingnet/i40e: fix PPPoL2TP packet type parsing
2018-07-11 Thomas Monjalonremove useless constructor headers
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 Haiyue Wangnet/i40e: workaround performance degradation
2018-07-02 Beilei Xingnet/i40e: remove summarized global register change...
2018-07-02 Beilei Xingnet/i40e: print real global changes
2018-07-02 Beilei Xingnet/i40e: fix shifts of 32-bit value
2018-05-30 Fan Zhangnet/i40e: fix link status update
2018-05-17 Beilei Xingnet/i40e: fix failing to disable FDIR Tx queue
2018-05-14 Beilei Xingnet/i40e: print original value for global register...
2018-05-14 Qi Zhangnet/i40e: fix missing mbuf fast free offload
2018-05-14 Beilei Xingnet/i40e: fix link status update
2018-05-14 Yanglong Wunet/i40e: fix missing some offload capabilities
2018-05-02 Qi Zhangnet/i40e: remove dependence on Tx queue flags
2018-05-02 Qi Zhangnet/i40e: fix queue offload initialization
2018-05-02 Declan Dohertynet/i40e: revert default PF device name
2018-04-27 Yanglong Wunet/i40e: fix missing jumbo frame offload capability
2018-04-27 Declan Dohertynet/i40e: add support for representor ports
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 Zijie Pannet/i40e: add module EEPROM callbacks for i40e
2018-04-27 Qi Zhangnet/i40e: enable runtime queue setup
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Beilei Xingnet/i40e: fix DDP profile DEL operation
2018-04-13 Remy Hortonnet/i40e: add Tx/Rx tuning parameters
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-04-11 Anatoly Burakovnet/i40e: use contiguous allocation for DMA memory
2018-03-30 Yunjian Wangnet/i40e: fix intr callback unregister by adding retry
2018-03-30 Stephen Hemmingernet/i40e: use link status helper functions
2018-03-30 Fan Zhangnet/i40e: fix link update no wait
2018-02-08 Beilei Xingnet/i40e: check multi-driver option parsing
2018-02-08 Yanglong Wunet/i40e: revert enhancing loopback AQ command
2018-02-06 Beilei Xingnet/i40e: fix Rx interrupt
2018-02-05 Beilei Xingnet/i40e: fix interrupt conflict with multi-driver
2018-02-05 Beilei Xingnet/i40e: fix multiple driver support
2018-02-05 Beilei Xingnet/i40e: add debug logs when writing global registers
2018-02-05 Beilei Xingnet/i40e: warn when writing global registers
2018-02-05 Xiaoyun Linet/i40e: fix CRC strip enabling
2018-02-05 Beilei Xingnet/i40e: update Rx checksum offload
2018-01-31 Wei Zhaonet/i40e: fix flow RSS return error
2018-01-31 Harry van Haarennet/i40e: align dynamic log names with standard
2018-01-29 Yong Wangnet/i40e: fix memory leak
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Beilei Xingnet/i40e: ignore case of packet type
2018-01-21 Beilei Xingnet/i40e: add parser for IPv4/v6 frag
2018-01-21 Kirill Rybalchenkoethdev: increase flow type limit from 32 to 64
2018-01-21 Rosen Xunet/i40e: fix packet type for X722
2018-01-21 Igor Ryzhovnet/i40e: fix flag for MAC address write
2018-01-16 Wei Zhaonet/i40e: fix port segmentation fault when restart
2018-01-16 Wei Zhaonet/i40e: move RSS to flow API
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2018-01-16 Jingjing Wunet/i40e: support AVF basic interface
2018-01-16 Olivier Matznet/i40e: fix VSI MAC filter on primary address change
next