net/i40e: fix bitmap free
[dpdk.git] / drivers / net / e1000 /
2020-07-21 Jeff Guonet/e1000: fix crash on Tx done clean up
2020-07-21 Zhihong Pengnet/e1000: report VLAN extend capability
2020-07-11 Renata Saiakhovadrivers/net: delete HW rings while freeing queues
2020-07-07 Guinan Sunnet/e1000/base: update version
2020-07-07 Guinan Sunnet/e1000/base: modify copyright
2020-07-07 Guinan Sunnet/e1000/base: cleanup pre-processor tags
2020-07-07 Guinan Sunnet/e1000/base: introduce DPGFR register
2020-07-07 Guinan Sunnet/e1000/base: add ADL device ID
2020-07-07 Guinan Sunnet/e1000/base: support MAC type for Nahum10
2020-07-07 Guinan Sunnet/e1000/base: expose FEXTNVM registers and masks
2020-07-07 Guinan Sunnet/e1000/base: fix led blinking for i210
2020-07-07 Guinan Sunnet/e1000/base: modify flow control setup
2020-07-07 Guinan Sunnet/e1000/base: add missed define for VFTA
2020-07-07 Guinan Sunnet/e1000/base: remove useless statement
2020-07-07 Guinan Sunnet/e1000/base: expose more future extended NVM
2020-07-07 Guinan Sunnet/e1000/base: add missing device ID
2020-07-07 Guinan Sunnet/e1000/base: increase timeout for ME ULP exit
2020-07-07 Guinan Sunnet/e1000/base: add missing register defines
2020-07-07 Guinan Sunnet/e1000/base: add PCIm function state
2020-07-07 Guinan Sunnet/e1000/base: expose MAC functions
2020-07-07 Guinan Sunnet/e1000/base: remove duplicated codes
2020-07-07 Guinan Sunnet/e1000/base: modify HW level time sync mechanisms
2020-07-07 Guinan Sunnet/e1000/base: fix minor issues and improve code style
2020-07-07 Guinan Sunnet/e1000/base: add function parameter descriptions
2020-07-07 Guinan Sunnet/e1000/base: fall through explicitly
2020-07-07 Guinan Sunnet/e1000/base: expose xMDIO methods
2020-07-07 Guinan Sunnet/e1000/base: support i211
2020-07-07 Guinan Sunnet/e1000/base: introduce flags for outstanding requests
2020-07-07 Guinan Sunnet/e1000/base: add ICL device ID
2020-07-07 Guinan Sunnet/e1000/base: update for i210 slow system clock
2020-05-18 Alvin Zhangnet/e1000: fix port hotplug for multi-process
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-02-05 Yunjian Wangnet/e1000: use macro for PCI log format
2020-01-17 Chenxu Dinet/e1000: cleanup Tx buffers
2020-01-17 Dharmik Thakkarnet/e1000: remove local bool type
2019-11-26 Lunyuan Cuinet/e1000: fix link status
2019-11-26 Lunyuan Cuinet/e1000: fix link status update
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
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-11-08 Andrzej Ostruszkanet/e1000: clean LTO warnings
2019-10-25 Congwen Zhangnet/e1000: fix zeroing of RSS config
2019-10-25 Ferruh Yigitnet/igb: fix global variable multiple definitions
2019-10-07 Stephen Hemmingernet/e1000: use dynamic log type for Tx/Rx debug
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-09-20 Xiao Zhangnet/e1000: fix memory barrier usage in Tx
2019-09-20 Xiao Zhangnet/e1000: fix MAC type checking
2019-08-06 Xiao Zhangnet/e1000: fix PCI config read check
2019-07-29 Xiaolong Yenet/e1000: replace license text with SPDX tag
2019-07-24 Xiaolong Yenet/e1000: replace license text with SPDX tag
2019-07-24 Xiao Zhangnet/e1000: fix i219 hang on reset/close
2019-07-23 Xiao Zhangnet/e1000: fix buffer overrun while i219 processing DMA
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 Andrew Rybchenkonet/e1000: fix Tx prepare to set positive rte_errno
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 UDP structure
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to SCTP structure
2019-05-24 Olivier Matznet: add rte prefix to IP structure
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
2019-03-01 Andrius Sirvysdrivers/net: fix shifting 32-bit signed variable 31...
2018-12-13 Didier Pallarddrivers/net: fix several Tx prepare functions
2018-12-03 Timmons C. Playernet/igb: fix LSC interrupt when using MSI-X
2018-11-13 Yunjian Wangnet/e1000/base: fix uninitialized variable
2018-11-05 Zhirun Yannet/igb: update Tx offload mask
2018-10-26 Ilya Maximetsdrivers/net: use sleep delay by default for Intel NICs
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-11 Luca Boccassinet/e1000: enable MSI-x for linkup and other events...
2018-10-11 Luca Boccassinet/e1000: do not error out if Rx drop enable is set
2018-09-27 Gaetan Rivetnet/igb: support dev reset
2018-09-27 Didier Pallardnet/e1000: fix missing Tx multi-segs capability
2018-09-27 Bruce Richardsonnet/*/base: allow use of experimental APIs in base...
2018-09-27 Beilei Xingnet/e1000: fix queue number in RSS configuration
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-09-03 Yaroslav Brustinovnet/e1000: fix Tx offload capability typos
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 Wei Dainet/e1000: report Tx multi segment offload
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Chas Williamsnet/e1000: add minimum support for Broadcom 54616 PHY
2018-05-14 Qi Zhangnet/e1000: remove dependence on Tx queue flags
2018-04-27 Adrien Mazarguilethdev: add transfer attribute to flow API
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
next