net/ice/base: introduce some new macros
[dpdk.git] / drivers / net / ice / base /
2019-06-28 Leyi Rongnet/ice/base: introduce some new macros
2019-06-28 Leyi Rongnet/ice/base: fix Rx functionality for ethertype filters
2019-06-28 Leyi Rongnet/ice/base: protect list add with lock
2019-06-28 Leyi Rongnet/ice/base: check RSS flow profile list
2019-06-28 Leyi Rongnet/ice/base: add function to deallocate flow entry
2019-06-28 Leyi Rongnet/ice/base: fix signed package download
2019-06-28 Leyi Rongnet/ice/base: eliminate semantic parser warnings
2019-06-28 Leyi Rongnet/ice/base: optimize data structures
2019-06-28 Leyi Rongnet/ice/base: fix flow director VSI count
2019-06-28 Leyi Rongnet/ice/base: fix rate limit burst size calculation
2019-06-28 Leyi Rongnet/ice/base: correct UDP/TCP packet types
2019-06-28 Leyi Rongnet/ice/base: check new FD filter duplication
2019-06-28 Leyi Rongnet/ice/base: implement LLDP persistent settings
2019-06-28 Leyi Rongnet/ice/base: track HW stat registers past rollover
2019-06-28 Leyi Rongnet/ice/base: support 64-bit read
2019-06-28 Leyi Rongnet/ice/base: cleanup update link info
2019-06-28 Leyi Rongnet/ice/base: do not reuse result index already in use
2019-06-28 Leyi Rongnet/ice/base: disable Tx pacing option
2019-06-28 Leyi Rongnet/ice/base: enable HW to prefetch Rx descriptors
2019-06-28 Leyi Rongnet/ice/base: use a different log type for FW
2019-06-28 Leyi Rongnet/ice/base: make FDID available for flex descriptor
2019-06-28 Leyi Rongnet/ice/base: set max number of TCs per port to 4
2019-06-28 Leyi Rongnet/ice/base: prefix capability logs for func and dev
2019-06-28 Leyi Rongnet/ice/base: support 32-bit hamming weight
2019-06-28 Leyi Rongnet/ice/base: update some defines
2019-06-28 Leyi Rongnet/ice/base: forbid VSI to remove unassociated ucast...
2019-06-28 Leyi Rongnet/ice/base: add and fix debug logs
2019-06-28 Leyi Rongnet/ice/base: add sibling head to parse nodes
2019-06-28 Leyi Rongnet/ice/base: separate out control queue lock creation
2019-06-28 Leyi Rongnet/ice/base: move and redefine debug cq function
2019-06-28 Leyi Rongnet/ice/base: use macro instead of magic 8
2019-06-28 Leyi Rongnet/ice/base: add functions to initialize FW logging
2019-06-28 Leyi Rongnet/ice/base: add compatibility check for package version
2019-06-28 Leyi Rongnet/ice/base: protect profile map list with locks
2019-06-28 Leyi Rongnet/ice/base: refactor HW table init function
2019-06-28 Leyi Rongnet/ice/base: save user provided PHY config
2019-06-28 Leyi Rongnet/ice/base: move RSS replay list
2019-06-28 Leyi Rongnet/ice/base: rollback AVF RSS configurations
2019-06-28 Leyi Rongnet/ice/base: save queue bandwidth for replay after...
2019-06-28 Leyi Rongnet/ice/base: support removing advanced rule
2019-06-28 Leyi Rongnet/ice/base: replay advanced rule after reset
2019-06-28 Leyi Rongnet/ice/base: support programming a new switch recipe
2019-06-28 Leyi Rongnet/ice/base: add functions to create new switch recipe
2019-06-28 Leyi Rongnet/ice/base: add more recipe commands
2019-06-28 Leyi Rongnet/ice/base: fix DCBx initialization
2019-06-28 Leyi Rongnet/ice/base: add function to configure MIB
2019-06-28 Leyi Rongnet/ice/base: include DIR flag in extraction sequence
2019-06-03 Bruce Richardsonbuild: warn on unused parameter
2019-04-05 Qi Zhangnet/ice: send driver version to firmware
2019-03-29 Qi Zhangnet/ice/base: rework on bit ops
2019-03-29 Qi Zhangnet/ice/base: revert workaround for resource allocation
2019-03-29 Qi Zhangnet/ice/base: increase protocol offset size
2019-03-29 Qi Zhangnet/ice/base: fix minor issues
2019-03-29 Qi Zhangnet/ice/base: fix duplicate resource allocations
2019-03-29 Qi Zhangnet/ice/base: change profile priority for RSS reply
2019-03-29 Qi Zhangnet/ice/base: support FDIR
2019-03-29 Qi Zhangnet/ice/base: support DCB
2019-03-29 Qi Zhangnet/ice/base: change profile id reference counting
2019-03-29 Qi Zhangnet/ice/base: add function to check FW recovery mode
2019-03-29 Qi Zhangnet/ice/base: return config error without queue to...
2019-03-29 Qi Zhangnet/ice/base: fix unreachable code usage
2019-03-29 Qi Zhangnet/ice/base: update copyright time
2019-03-29 Qi Zhangnet/ice/base: fix minor issues
2019-03-29 Qi Zhangnet/ice/base: remove local VSIG allocations
2019-03-29 Qi Zhangnet/ice/base: do not write TCAM entries back
2019-03-29 Qi Zhangnet/ice/base: add RSS key related macro and structures
2019-03-29 Qi Zhangnet/ice/base: enhance get link status command
2019-03-29 Qi Zhangnet/ice/base: ensure only valid bits are set
2019-03-29 Qi Zhangnet/ice/base: enable VSI queue context
2019-03-29 Qi Zhangnet/ice/base: clean code
2019-03-29 Qi Zhangnet/ice/base: update macros
2019-03-29 Qi Zhangnet/ice/base: fix minor issues
2019-03-29 Qi Zhangnet/ice/base: add helper functions for flow management
2019-03-29 Qi Zhangnet/ice/base: add MAC filter with marker and counter
2019-03-29 Qi Zhangnet/ice/base: add functions to get VSI promiscuous...
2019-03-29 Qi Zhangnet/ice/base: add functions for resource counter
2019-03-29 Qi Zhangnet/ice/base: add functions to get allocated resources
2019-03-29 Qi Zhangnet/ice/base: add functions for ethertype filter
2019-03-29 Qi Zhangnet/ice/base: add VSI queue context framework
2019-03-29 Qi Zhangnet/ice/base: add more APIs in switch module
2019-03-29 Qi Zhangnet/ice/base: declare functions as external
2019-03-29 Qi Zhangnet/ice/base: remove unnecessary code
2019-03-29 Qi Zhangnet/ice/base: allow package copy to be used after resets
2019-03-29 Qi Zhangnet/ice/base: add helper macros
2019-03-29 Qi Zhangnet/ice/base: add two helper functions
2019-03-29 Qi Zhangnet/ice/base: improve comments
2019-03-29 Qi Zhangnet/ice/base: add switch resource allocation and free
2019-01-18 Qi Zhangnet/ice/base: free flow profile entries
2019-01-18 Qi Zhangnet/ice/base: add flow module
2019-01-18 Qi Zhangnet/ice/base: add flexible pipeline module
2019-01-18 Qi Zhangnet/ice/base: add some helper macros
2019-01-18 Qi Zhangnet/ice/base: add package download related data structure
2019-01-18 Qi Zhangnet/ice/base: support resource allocation
2019-01-18 Qi Zhangnet/ice/base: clean up
2018-12-21 Wenzhuo Lunet/ice: support device initialization
2018-12-21 Wenzhuo Lunet/ice/base: add OS specific implementation
2018-12-21 Paul M Stillwell Jrnet/ice/base: add structures for Rx/Tx queues
2018-12-21 Paul M Stillwell Jrnet/ice/base: add protocol structures and defines
2018-12-21 Paul M Stillwell Jrnet/ice/base: add various headers
2018-12-21 Paul M Stillwell Jrnet/ice/base: add common functions
next