ethdev: add namespace
[dpdk.git] / drivers / net / e1000 / igb_ethdev.c
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-18 Ferruh Yigitethdev: move MTU set check to library
2021-10-18 Ferruh Yigitethdev: move jumbo frame offload check to library
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-14 Andrew Rybchenkodrivers/net: remove queue xstats auto-fill flag
2021-10-11 Andrew Rybchenkoethdev: remove legacy Rx descriptor done API
2021-10-06 Andrew Rybchenkoethdev: improve xstats names by IDs get prototype
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-04-26 Ferruh Yigitdrivers/net: fix FW version query
2021-04-13 Alvin Zhangnet/e1000: fix max Rx packet size
2021-04-07 Chengchang Tangethdev: validate input in module EEPROM dump
2021-04-01 Alvin Zhangnet/e1000: fix Rx error counter for bad length
2021-04-08 Thomas Monjalondrivers: fix log level after loading
2021-03-26 Thomas Monjalonethdev: replace callback getting filter operations
2021-03-05 Dapeng Yunet/e1000: remove MTU setting limitation
2021-01-29 Wenjun Wunet/e1000: fix flow control mode setting
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Steve Yangnet/e1000: fix jumbo frame flag condition for MTU set
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: move flexible filter type to e1000 driver
2020-11-03 Andrew Rybchenkoethdev: remove legacy flexible filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy EtherType filter type support
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-05-18 Alvin Zhangnet/e1000: fix port hotplug for multi-process
2020-02-05 Yunjian Wangnet/e1000: use macro for PCI log format
2020-01-17 Chenxu Dinet/e1000: cleanup Tx buffers
2019-11-26 Lunyuan Cuinet/e1000: fix link status
2019-11-20 Andrew Rybchenkodrivers/net: fix RSS hash offload flag if no RSS
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-11-08 Shweta Choudahanet/igb: fix PHY status if PHY reset is not blocked
2019-10-07 Chenxu Dinet/e1000: 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-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 Morten Brørupnet: move TCP flags from ethdev header
2019-06-13 Stephen Hemmingernet/e1000: remove unnecessary cast
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
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-04 Bruce Richardsonreplace snprintf with strlcpy
2019-03-29 Ian Stokesnet/e1000: set min and max MTU
2018-12-03 Timmons C. Playernet/igb: fix LSC interrupt when using MSI-X
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-09-27 Gaetan Rivetnet/igb: support dev reset
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Wei Zhaonet/e1000: support descriptor status API
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-22 Harry van Haarennet/e1000: fix build of igb only
2018-05-14 Qi Zhangnet/e1000: remove dependence on Tx queue flags
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-27 Zijie Pannet/e1000: add module EEPROM callbacks for e1000
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 Wei Dainet/e1000: convert to new Tx offloads API
2018-04-13 Wei Dainet/e1000: convert to new Rx offloads API
2018-03-30 Stephen Hemmingernet/e1000: use link status helper functions
2018-01-29 Wenzhuo Lunet/e1000: fix VF Rx interrupt enabling
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Qi Zhangnet/e1000: fix mailbox interrupt handler
2018-01-16 Chas Williamsnet/e1000: always enable receive and transmit
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2018-01-16 Thomas Monjalonethdev: fix link autonegotiation value
2018-01-16 Wei Zhaonet/e1000: move RSS to flow API
2018-01-16 Yangchao Zhounet/igb: fix Tx queue number assignment
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-07 Xiaoyun Linet/igb: fix Rx interrupt with VFIO and MSI-X
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 David Hartonethdev: allow returning error on VLAN offload ops
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-12 Jianfeng Tandrivers/net: enable IOVA mode for Intel PMDs
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Markus Theilnet/igb: add i210 flashless device ids
2017-10-06 Yong Wangnet/igb: fix memcpy length
2017-07-19 Jingjing Wunet/e1000: fix LSC interrupt
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-12 Wei Zhaonet/igb: flush all the filter
2017-06-12 Wei Zhaonet/igb: create consistent filter
2017-06-12 Wei Zhaonet/igb: parse flow API flex filter
2017-06-12 Wei Zhaonet/igb: parse flow API n-tuple filter
2017-06-12 Wei Zhaonet/igb: restore flex type filter
2017-06-12 Wei Zhaonet/igb: restore ether type filter
2017-06-12 Wei Zhaonet/igb: restore n-tuple filter
2017-06-12 Wei Zhaonet/igb: store and restore TCP SYN filter
2017-06-12 Wei Zhaonet/e1000: add support 2-tuple filter on i210/i211
next