igb: set default thresholds based on MAC type
[dpdk.git] / drivers /
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-16 John Daleyenic: fix last packet not being sent
2016-03-16 John Daleyenic: improve Rx performance
2016-03-16 Yoann Desmouceauxenic: fix DMA address of outgoing packets
2016-03-16 Rahul Lakkireddycxgbe: fix PCI info copy to ports under same PF
2016-03-16 Rahul Lakkireddycxgbe: fix memory leak after initialization failure
2016-03-16 Rahul Lakkireddycxgbe: fix setting wrong MTU
2016-03-16 Rahul Lakkireddycxgbe: fix allocated size for RSS table
2016-03-16 Charles (Chas) Wil... bnx2x: determine queue sizes sooner
2016-03-16 Charles (Chas) Wil... bnx2x: fix resource allocattion error handling
2016-03-16 Stephen Hemmingerbnx2x: remove unused variable
2016-03-16 Liming Sunmpipe: fix crash when testpmd is quit under load
2016-03-16 Liming Sunmpipe: fix link initialization ordering
2016-03-16 Liming Sunmpipe: optimize buffer return mechanism
2016-03-14 Yuanhan Liuvirtio: fix query of legacy features
2016-03-13 Xutao Suni40e: add tunnel filter for IP in GRE
2016-03-13 Xutao Sunethdev: rework tunnel filtering structure
2016-03-13 Wenzhuo Luixgbe: offload VxLAN and NVGRE Tx checksum on X550
2016-03-13 Wenzhuo Luixgbe: offload VxLAN and NVGRE Rx checksum on X550
2016-03-13 Wenzhuo Luixgbe: configure UDP tunnel port
2016-03-13 Wenzhuo Luethdev: rename UDP tunnel port functions
2016-03-11 Wenzhuo Luixgbe: support L2 tunnel operations
2016-03-11 Wenzhuo Luixgbe: select pool by MAC when using double VLAN
2016-03-11 Helin Zhangi40e: fix overflow
2016-03-11 Helin Zhangethdev: add vlan type when setting ether type
2016-03-11 Pablo de Laraaesni_mb: remove parameters from config file
2016-03-11 Declan Dohertycryptodev: add capabilities discovery
2016-03-11 Panu Matilainenmk: fix build without crypto
2016-03-11 Declan Dohertynull_crypto: add driver for null crypto operations
2016-03-11 John Griffinqat: fix AES-GCM decryption
2016-03-11 John Griffinqat: remove AES-GMAC
2016-03-11 Declan Dohertyaesni_gcm: add driver for AES-GCM crypto operations
2016-03-10 Deepak Kumar Jaincryptodev: add bit-wise handling for SNOW 3G
2016-03-10 Pablo de Larasnow3g: add driver for SNOW 3G library
2016-03-10 Deepak Kumar Jainqat: add SNOW 3G
2016-03-10 Deepak Kumar Jainqat: add cipher/auth only
2016-03-10 Declan Dohertymbuf_offload: remove library
2016-03-10 Declan Dohertycryptodev: change burst API to be crypto op oriented
2016-03-10 Fiona Trahecryptodev: extract symmetric operations
2016-03-10 Fiona Trahecryptodev: clean up
2016-03-09 Huawei Xievirtio: skip error when probing kernel managed device
2016-03-09 Helin Zhangi40e: enable extended tag
2016-03-04 Jingjing Wuethdev: fix byte order consistency of flow director
2016-03-04 Ravi Kerurmbuf: get DMA address
2016-03-03 Nelio Laranjeiromlx5: increase RETA table size
2016-03-03 Santosh Shuklavirtio: restrict vector Rx/Tx to x86 SSSE3
2016-03-01 Panu Matilainenmk: replace the combined library with a linker script
2016-02-24 John Griffinqat: fix build on 32-bit systems
2016-02-24 Declan Dohertyaesni_mb: fix strict-aliasing compilation rule
2016-02-24 Pablo de Laraaesni_mb: fix wrong return value
2016-02-21 Thomas Monjalonaesni_mb: fix build clean
2016-02-16 David Marchandvirtio: use PCI ioport API
2016-02-16 David Marchandvirtio: fix check when mapping PCI resources
2016-02-16 David Marchandvirtio: fix FreeBSD build
2016-02-10 Thomas Monjalonconfig: remove useless explicit includes of generated...
2016-02-10 Bruce Richardsonversion: switch to year.month numbers
2016-02-10 Huawei Xieremove extra parentheses in return statement
2016-02-03 Yuanhan Liuvirtio: move ioport macros
2016-02-03 Yuanhan Liuvirtio: support specification 1.0
2016-02-03 Yuanhan Liuvirtio: retrieve header size from device setting
2016-02-03 Yuanhan Liuvirtio: switch to 64 bit features
2016-02-03 Yuanhan Liuvirtio: move left PCI stuff in the right file
2016-02-03 Yuanhan Liuvirtio: introduce PCI implementation structure
2016-02-03 Yuanhan Liuvirtio: define offset as size_t type
2016-02-03 Yuanhan Liuvirtio: do not set vring address again at queue startup
2016-01-27 David Marchandremove unneeded tests for NULL when freeing
2016-01-14 Wenzhuo Luixgbe/base: new FW values
2016-01-14 Wenzhuo Luixgbe/base: add X550T1 device
2016-01-14 Wenzhuo Luixgbe/base: support new thermal alarm
2016-01-14 Wenzhuo Luixgbe/base: add new X550 iXFI configuration function
2016-01-14 Wenzhuo Luixgbe/base: move X550 MDIO clock speed init
2016-01-14 Wenzhuo Luixgbe/base: prevent X550 KR PHY reset in init
2016-01-14 Wenzhuo Luixgbe/base: support KR mode for X550 link
2016-01-14 Wenzhuo Luixgbe/base: remove X550 driver config of KX4 PHY
2016-01-14 Wenzhuo Luixgbe/base: avoid needless copper PHY access
2016-01-14 Wenzhuo Luixgbe/base: check MAC type when setting X550 callbacks
2016-01-14 Wenzhuo Luixgbe/base: use mac-dependent values
2016-01-14 Wenzhuo Luixgbe/base: add flow director drop queue
2016-01-14 Wenzhuo Luixgbe/base: remove wait and check flow director signatu...
2016-01-14 Wenzhuo Luixgbe/base: add flow control ethertype for filtering
2016-01-14 Wenzhuo Luixgbe/base: fix Tx hang in CEE mode
2016-01-14 Wenzhuo Luixgbe/base: update readme
2015-12-15 Jingjing Wui40e: fix flow director index sign
2015-12-15 Jingjing Wui40e: fix max frame size
2015-12-15 Robin Jarryixgbe: restore imissed stat counter
2015-12-14 Andriy Berestovskyybonding: fix reordering of IP fragments
2015-12-14 Andriy Berestovskyybonding: fix LACP mempool size
2015-12-13 Rasesh Modybnx2x: add version
2015-12-13 Rasesh Modybnx2x: fix 32-bit build
2015-12-13 Rasesh Modybnx2x: fix build on FreeBSD
2015-12-13 Rasesh Modybnx2x: add license file
2015-12-13 Harish Patilbnx2x: add periodic debug option
2015-12-13 Harish Patilbnx2x: fix build with clang
2015-12-13 Harish Patilbnx2x: update VF to support newer PF drivers
2015-12-13 Rasesh Modybnx2x: skip Rx producer refresh when no packet
2015-12-13 Rasesh Modybnx2x: fix Tx error check
2015-12-13 Chas Williamsbnx2x: fix restart
next