drivers: remove direct access to interrupt handle
[dpdk.git] / drivers / net / hinic / hinic_pmd_ethdev.c
2021-10-25 Harman Kalradrivers: remove direct access to interrupt handle
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-18 Ferruh Yigitethdev: remove jumbo offload flag
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-06 Xueming Liethdev: change queue release callback
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-07-23 Guoyang Zhounet/hinic: fix MTU consistency with firmware
2021-07-23 Guoyang Zhounet/hinic: increase protection of the VLAN
2021-05-11 David Marchandlog: register with standardized names
2021-03-30 Guoyang Zhounet/hinic: fix crash in secondary process
2021-03-26 Thomas Monjalonethdev: replace callback getting filter operations
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Steve Yangnet/hinic: fix jumbo frame flag condition for MTU set
2020-11-25 Guoyang Zhounet/hinic: remove optical module operation
2020-11-20 Guoyang Zhounet/hinic: fix hugepage memory leaks
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: remove redundant MAC addresses freeing
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 Xiaoyun Wangnet/hinic/base: get default cos from chip
2020-09-30 Xiaoyun Wangnet/hinic: fix Rx nombuf stats
2020-07-11 Wei Hu (Xavier)ethdev: fix VLAN offloads set if no relative capabilities
2020-07-07 Xiaoyun Wangnet/hinic: fix setting promiscuous mode
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-16 Joyce Kongnet/hinic: use common bit operations API
2020-05-18 Xiaoyun Wangnet/hinic: optimize RSS RETA table update
2020-05-18 Xiaoyun Wangnet/hinic: update code style
2020-05-11 Xiaoyun Wangnet/hinic: fail initialization for not supported device
2020-05-11 Xiaoyun Wangnet/hinic: set jumbo frame offload flag
2020-04-21 Xiaoyun Wangnet/hinic: adds Tx queue xstats members
2020-04-21 Xiaoyun Wangnet/hinic/base: optimize log style
2020-04-21 Xiaoyun Wangnet/hinic/base: fix PF firmware hot-active problem
2020-04-21 Xiaoyun Wangnet/hinic: support flow control
2020-04-21 Xiaoyun Wangnet/hinic: clean up logs
2020-04-21 Xiaoyun Wangnet/hinic: add flow director filter
2020-04-21 Xiaoyun Wangnet/hinic: remove 40G mezzanine card
2020-04-21 Xiaoyun Wangnet/hinic: fix LRO
2020-03-18 Xiaoyun Wangnet/hinic: allocate IO memory with socket id
2019-11-20 Xiaoyun Wangnet/hinic: fix secondary process
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-10-23 Xiaoyun Wangnet/hinic: support getting Rx/Tx queues info
2019-10-23 Xiaoyun Wangnet/hinic: support LRO offload
2019-10-23 Xiaoyun Wangnet/hinic: support inner L3 checksum offload
2019-10-23 Xiaoyun Wangnet/hinic: get firmware version
2019-10-23 Xiaoyun Wangnet/hinic: set link down and up
2019-10-23 Xiaoyun Wangnet/hinic: flush flow director filter
2019-10-23 Xiaoyun Wangnet/hinic: add flow validation operations
2019-10-23 Xiaoyun Wangnet/hinic: add unicast and multicast MAC set
2019-10-23 Xiaoyun Wangnet/hinic: add allmulticast mode and MTU set
2019-10-23 Xiaoyun Wangnet/hinic: add VLAN filter and offload
2019-10-23 Xiaoyun Wangnet/hinic: support VF
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-06-28 Ziyang Xuannet/hinic: add RSS stats and promiscuous ops
2019-06-28 Ziyang Xuannet/hinic: add Rx/Tx
2019-06-28 Ziyang Xuannet/hinic: add start/stop and queue ops
2019-06-28 Ziyang Xuannet/hinic: add device initialization
2019-06-28 Ziyang Xuannet/hinic: add build and doc files