ethdev: remove L2 tunnel offload control API
[dpdk.git] / drivers / net / ixgbe / ixgbe_ethdev.c
2020-11-03 Andrew Rybchenkoethdev: remove L2 tunnel offload control API
2020-11-03 Andrew Rybchenkoethdev: remove API to config L2 tunnel EtherType
2020-11-03 Andrew Rybchenkoethdev: remove legacy FDIR filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy L2 tunnel filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy N-tuple filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy SYN filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy EtherType filter type support
2020-11-03 Conor Walshnet/ixgbe: check switch domain allocation result
2020-10-19 Bruce Richardsonbuild: replace use of old build macros
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-30 Steve Yangnet/ixgbe: fix VF reset HW error handling
2020-09-25 Radu Nicolaubuild: remove deprecated cpuflag macros
2020-09-18 Ferruh Yigitethdev: remove underscore prefix from internal API
2020-09-18 Ferruh Yigitethdev: move inline device operations
2020-09-18 Ivan Dyukovnet/ixgbe: return unknown speed in status
2020-07-21 Guinan Sunnet/ixgbe: fix flow control status
2020-07-21 Guinan Sunnet/ixgbe: fix MAC control frame forward
2020-07-07 Wei Zhaonet/ixgbe: report 10Mbps link speed for x553
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-18 Guinan Sunnet/ixgbe: fix statistics in flow control mode
2020-05-11 Phil Yangnet/ixgbe: fix link state timing on fiber ports
2020-05-11 Zhihong Pengnet/ixgbe: fix link status synchronization on BSD
2020-04-22 Shougang Wangnet/ixgbe: fix link status after port reset
2020-04-22 Tao Zhunet/ixgbe: fix resource leak after thread exits normally
2020-04-21 Tao Zhunet/ixgbe: fix link status inconsistencies
2020-04-16 Thomas Monjalonreplace unused attributes
2020-02-19 Guinan Sunnet/ixgbe: fix flow control mode setting
2020-02-19 Tao Zhunet/ixgbe: fix blocking system events
2020-02-14 Shougang Wangnet/ixgbe: remove dead code
2020-01-17 Chenxu Dinet/ixgbe: cleanup Tx buffers
2020-01-17 Dharmik Thakkarnet/ixgbe: avoid multiple definitions of bool
2020-01-17 Guinan Sunnet/ixgbe: set fixed flag for exact link speed
2020-01-17 Lunyuan Cuinet/ixgbe: fix link up in FreeBSD
2020-01-17 Lunyuan Cuinet/ixgbe: fix link status
2019-11-26 Lunyuan Cuinet/ixgbe: fix link status
2019-11-26 Shougang Wangnet/ixgbe: fix performance drop caused by MACsec
2019-11-20 Andrew Rybchenkodrivers/net: fix RSS hash offload flag if no RSS
2019-11-20 Chenxu Dinet/ixgbe: fix hotplug remove
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-11-08 Xiao Zhangnet/ixgbe: fix link status
2019-11-08 Chenxu Dinet/ixgbe: fix port close in FreeBSD
2019-11-08 Guinan Sunnet/ixgbe: fix MACsec setting
2019-11-08 Ruifeng Wangnet/ixgbe: support packet type with NEON
2019-10-07 Stephen Hemmingernet/ixgbe: use dynamic log type for Tx/Rx debug
2019-10-07 Xiao Zhangnet/ixgbe: fix X553 speed capability
2019-10-07 Chenxu Dinet/ixgbe: release port upon close
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Igor Romanovnet/ixgbe: check status of getting link info
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-05 Wei Zhaonet/ixgbe: fix VF RSS offloads configuration
2019-09-05 Junyu Jiangnet/ixgbe: fix queue interrupt for X552/557
2019-09-04 Yong Wangnet/ixgbe: remove redundant assignment
2019-07-26 Wei Zhaonet/ixgbe: fix RETA size for VF
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-06-13 Haiyue Wangnet/ixgbevf: add full link status check option
2019-06-13 Stephen Hemmingernet/ixgbe: remove unnecessary cast
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-27 Beilei Xingnet/ixgbe: enable new device
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 Yunjian Wangnet/ixgbe: fix unexpected link handler
2019-04-05 David Hartonnet/ixgbevf: remove MTU setting limitation
2019-04-05 Wei Zhaonet/ixgbe: enable 10Mb/s link setup for X553
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-03-29 Ian Stokesnet/ixgbe: set min and max MTU for VF
2019-03-29 Ian Stokesnet/ixgbe: set min and max MTU
2019-03-08 Wei Zhaonet/ixgbe: support VF promiscuous by PF driver
2019-03-08 Wei Zhaonet/ixgbevf: enable promiscuous mode
2019-03-08 Yunjian Wangnet/ixgbe: fix crash on remove
2019-03-01 Julien Meuniernet/ixgbe: do not start on unsupported loopback mode
2018-12-13 Xiaoyun Linet/ixgbe: fix overwriting RSS RETA
2018-11-13 Yanglong Wunet/ixgbevf: fix link state
2018-11-13 Ilya Maximetsnet/ixgbe: stop link setup alarm handler before start
2018-11-05 Ilya Maximetsnet/ixgbe: fix busy polling while fiber link update
2018-11-05 Qi Zhangnet/ixgbe: enable detach from secondary
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-11 Xiaoyun Linet/ixgbe: remove unnecessary interrupt enable
2018-09-27 Xiaoyun Linet/ixgbe: check firmware status at init
2018-09-27 Xiaoyun Linet/ixgbe/base: cleanup codes
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-09-10 Luca Boccassinet/ixgbe: do not return internal code
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-07-02 Remy Hortonnet/ixgbe: add tuned Rx/Tx parameters
2018-07-02 Wei Zhaonet/ixgbe: add query rule stats support for FDIR
2018-05-22 Wei Dainet/ixgbe: fix config VLAN strip on the fly
2018-05-22 Qiming Yangnet/ixgbe: fix DCB configuration
2018-05-17 Wenzhuo Lunet/ixgbe: fix too many interrupts
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Tonghao Zhangnet/ixgbevf: save interrupt mask for performance
next