net/mlx5: fix support for newer link speeds
[dpdk.git] / drivers / net / e1000 /
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Xiao Wangnet/e1000: implement new Rx checksum flag
2016-09-30 Ali Volkan Atlinet/e1000: fix returned number of available Rx descriptors
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-09-16 Amine Kherboucheremove unused ring includes
2016-08-23 Ferruh Yigitnet/igb: move PCI device IDs from EAL
2016-07-11 David Marchandnet/e1000: move em PCI device ids to the driver
2016-07-10 Zyta Szpakethdev: get registers width
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-07-01 Remy Hortonethdev: remove redundant id field in xstats name lookup
2016-06-29 Aaron Campbellnet/igb: support setting link up or down
2016-06-27 Markos Chandrasnet/e1000/base: fix build with gcc 6
2016-06-24 Beilei Xingnet/e1000: configure outer VLAN TPID field
2016-06-20 Wenzhuo Lunet/igb: support VF mailbox interrupt for link up/down
2016-06-15 Hiroyuki Mikitanet/e1000: fix build with clang
2016-06-16 Remy Hortonethdev: remove name from extended statistic fetch
2016-06-16 Remy Hortonnet/igb: fetch extended statistics with integer ids
2016-06-15 Olivier Matzmbuf: add new Rx flags for stripped VLAN
2016-06-07 Jerin Jacobmk: fix cross-compilation
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-04-20 Thomas Monjalonethdev: remove deprecated statistics
2016-04-06 Wenzhuo Luigb: fix i350 VF Rx
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: add speed capabilities
2016-04-01 Marc Suneethdev: rename link speed constants
2016-04-01 Marc Suneethdev: use constants for link duplex
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-31 Aaron Conoleigb: fix constant sign in left shift operator
2016-03-31 Aaron Conolee1000: fix missing link interrupt check brackets
2016-03-31 Aaron Conolee1000: suppress misleading indentation warning
2016-03-25 Olivier Matzigb: fix crash with offload on 82575
2016-03-25 Wenzhuo Luigb: fix address of device data pointer
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-22 Igor Ryzhovethdev: remove missed packets from error counter
2016-03-16 Stephen Hemmingerigb: set default thresholds based on MAC type
2016-03-16 Bernard Iremongere1000: fix VF MAC address on close
2016-03-16 Yury Kyluline1000: support VF promiscuous and allmulticast
2016-03-16 Ravi Kerure1000: support I217 and I218 devices
2016-03-11 Helin Zhangethdev: add vlan type when setting ether type
2016-03-04 Ravi Kerurmbuf: get DMA address
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-07 Stephen Hemmingerremove double semicolons
2015-11-27 Michael Qiudrivers: fix constant suffix for 32-bit platforms
2015-11-27 Wenzhuo Luigbvf: fix MAC address if none assigned by PF
2015-11-24 Cunming Liangigb: fix VFIO interrupt vector
2015-11-23 Harry van Haarene1000: remove CRC size from byte counters
2015-11-23 Jon DeVreee1000: fix PCI device info with secondary process
2015-11-13 Pablo de Laraigb: support ieee1588 functions for device time
2015-11-13 Stephen Hemmingere1000: use common functions to manage DMA zone
2015-11-12 Stephen Hemmingere1000: do not report deprecated statistics
2015-11-10 Julien Meunierigbvf: fix vlan filtering
2015-11-04 Cunming Liangigb: fix VF start with PF stopped
2015-11-04 Cunming Liangigb: avoid enabling interrupt with zero vector
2015-11-04 Cunming Liangigb: reserve VFIO vector zero for misc interrupt
2015-11-03 Bernard Iremongerdrivers: copy PCI device info to ethdev data
2015-11-02 Harry van Haarenigbvf: add extended stats
2015-11-02 Harry van Haarenigb: add extended stats
2015-11-01 Konstantin Ananyeve1000: get queue info and descriptor limits
2015-11-01 Jingjing Wuethdev: move the multi-queue mode check to specific...
2015-10-29 Yong Liue1000: add Rx interrupt handler
2015-10-29 Yong Liue1000: support Rx interrupt setup
2015-10-29 Yong Liue1000: separate link and Rx interrupt disabling
2015-10-29 Yong Liue1000: restrict link interrupt setup scope
2015-10-28 Harry van Haarenigb: fix build without ieee1588 enabled
2015-10-28 Harry van Haarenigbvf: fix statistic wraparound
2015-10-28 Pablo de Laraigb: fix ieee1588 frame identification in i210
2015-10-27 Wang Xiao Wigb: enable TSO support
2015-10-27 Harry van Haarene1000: fix total byte statistics
2015-10-27 Wenzhuo Lue1000/base: minor changes
2015-10-27 Wenzhuo Lue1000/base: allow both ULP and EEE in Sx state
2015-10-27 Wenzhuo Lue1000/base: synchronize PHY interface on non-ME systems
2015-10-27 Wenzhuo Lue1000/base: increase timeout of reset check
2015-10-27 Wenzhuo Lue1000/base: initialize 88E1543 PHY
2015-10-27 Wenzhuo Lue1000/base: disable IPv6 extension header parsing
2015-10-27 Wenzhuo Lue1000/base: prevent ULP flow if cable connected
2015-10-27 Wenzhuo Lue1000/base: add flags to set EEE advertisement modes
2015-10-27 Wenzhuo Lue1000/base: support inverted format ETrackId
2015-10-27 Wenzhuo Lue1000/base: support different EEARBC for i210
2015-10-27 Wenzhuo Lue1000/base: add bit to disable packetbuffer read
2015-10-27 Wenzhuo Lue1000/base: add defaults for i210 Rx/Tx PBSIZE
2015-10-27 Wenzhuo Lue1000/base: fix K1 configuration
2015-10-27 Wenzhuo Lue1000/base: fix link detect flow
2015-10-27 Wenzhuo Lue1000/base: fix link check for i354 88E1112 PHY
2015-10-27 Wenzhuo Lue1000/base: fix beacon duration for i217
2015-10-27 Wenzhuo Lue1000/base: fix TIPG for non 10 half duplex mode
2015-10-27 Wenzhuo Lue1000/base: fix reset of DH89XXCC SGMII
2015-10-27 Wenzhuo Lue1000/base: fix EEPROM access for i210
2015-10-27 Wenzhuo Lue1000/base: fix redundant PHY power down for i210
2015-10-27 Wenzhuo Lue1000/base: fix jumbo frame CRC failures
2015-10-27 Wenzhuo Lue1000/base: fix link flap on 82579
2015-10-27 Wenzhuo Lue1000/base: return error in resume workaround
2015-10-27 Wenzhuo Lue1000/base: check more errors for ESB2 init and reset
2015-10-27 Wenzhuo Lue1000/base: check more NVM read errors
2015-10-27 Wenzhuo Lue1000/base: return code after setting receive address...
2015-10-27 Wenzhuo Lue1000/base: remove useless return variables
2015-10-27 Wenzhuo Lue1000/base: remove obsolete comment
2015-10-27 Wenzhuo Lue1000/base: cleanup unused tag
next