test/mbuf: fix access to freed memory
[dpdk.git] / drivers / net / ionic /
2021-10-25 Harman Kalradrivers: remove direct access to interrupt handle
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-24 Olivier Matzmbuf: mark old VLAN offload flags as deprecated
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-18 Ferruh Yigitethdev: remove jumbo offload flag
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-06 Xueming Liethdev: change queue release callback
2021-10-06 Andrew Rybchenkoethdev: improve xstats names by IDs get prototype
2021-08-17 Thomas Monjalonversion: 21.11-rc0
2021-05-11 David Marchandlog: register with standardized names
2021-04-26 Ferruh Yigitdrivers/net: fix FW version query
2021-04-21 Bruce Richardsondrivers: change indentation in build files
2021-03-23 Thomas Monjalondrivers: replace page size definitions with function
2021-02-25 Andrew Boyernet/ionic: fix completion type in lif init
2021-02-25 Andrew Boyernet/ionic: store Tx fragment limit in queue
2021-02-25 Andrew Boyernet/ionic: send as many packets as possible
2021-02-25 Andrew Boyernet/ionic: ring doorbell once at the end of each burst
2021-02-25 Andrew Boyernet/ionic: break up queue post function
2021-02-25 Andrew Boyernet/ionic: log queue counters when tearing down
2021-02-25 Andrew Boyernet/ionic: use socket id passed in for Rx and Tx queues
2021-02-25 Andrew Boyernet/ionic: split up queue-completion queue structure
2021-02-25 Andrew Boyernet/ionic: cut down queue structure
2021-02-25 Andrew Boyernet/ionic: remove unused interrupt free function
2021-02-25 Andrew Boyernet/ionic: remove unused field from queue structure
2021-02-25 Andrew Boyernet/ionic: convert info array to generic pointers
2021-02-25 Andrew Boyernet/ionic: consolidate adminq code
2021-02-25 Andrew Boyernet/ionic: remove unused filter delete function
2021-02-25 Andrew Boyernet/ionic: cut down completion queue structure
2021-02-05 Andrew Boyernet/ionic: fix Tx fragment limits
2021-02-02 Andrew Boyernet/ionic: clean up Tx queue version support
2021-02-02 Andrew Boyernet/ionic: use existing array size macro
2021-01-29 Andrew Boyernet/ionic: fix address handling in Tx
2021-01-29 Andrew Boyernet/ionic: fix up function attribute tags
2021-01-29 Andrew Boyernet/ionic: convert per-queue offloads into queue flags
2021-01-29 Andrew Boyernet/ionic: allow separate L3 and L4 checksum offload
2021-01-29 Andrew Boyernet/ionic: observe endiannness in ioread/iowrite
2021-01-29 Andrew Boyernet/ionic: inline queue space function
2021-01-29 Andrew Boyernet/ionic: inline queue flush function
2021-01-29 Andrew Boyernet/ionic: query firmware for supported queue versions
2021-01-29 Andrew Boyernet/ionic: observe endianness in Rx filter
2021-01-29 Andrew Boyernet/ionic: observe endianness in firmware commands
2021-01-29 Andrew Boyernet/ionic: strip out unneeded interrupt code
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Andrew Boyernet/ionic: fix link speed and autonegotiation
2021-01-19 Andrew Boyernet/ionic: clear up confusion around FC autoneg
2021-01-19 Andrew Boyernet/ionic: do not add station MAC filter on init
2021-01-19 Andrew Boyernet/ionic: set port admin state to up in port init
2021-01-19 Andrew Boyernet/ionic: combine queue init and enable commands
2021-01-19 Andrew Boyernet/ionic: revise configuration flag handling
2021-01-14 Pallavi Kadamdrivers/net: build i40e and mlx5 on Windows
2021-01-13 Andrew Boyernet/ionic: stop queues when LIF is stopped
2021-01-13 Andrew Boyernet/ionic: improve queue state handling
2021-01-13 Andrew Boyernet/ionic: improve link state handling
2021-01-13 Andrew Boyernet/ionic: complete release on close
2021-01-13 Andrew Boyernet/ionic: remove multi-LIF support
2021-01-13 Andrew Boyernet/ionic: preserve Rx mode across LIF stop/start
2021-01-13 Andrew Boyernet/ionic: preserve RSS state unless RETA size changes
2021-01-08 Andrew Boyernet/ionic: do minor logging fixups
2021-01-08 Andrew Boyernet/ionic: make minor refactorings
2021-01-08 Andrew Boyernet/ionic: warn if loopback mode is requested
2021-01-08 Andrew Boyernet/ionic: convert boolean to flag bit
2021-01-08 Andrew Boyernet/ionic: remove some unused fields
2021-01-08 Andrew Boyernet/ionic: check for command completion more frequently
2021-01-08 Andrew Boyernet/ionic: update interface file
2020-10-19 Bruce Richardsonbuild: remove library name from version map file name
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-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-07 Ciara Powerbuild: remove makefiles
2020-08-12 Thomas Monjalonversion: 20.11-rc0
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-04 Ray Kinsellaversion: reference next ABI 21 for recent additions
2020-04-16 Thomas Monjalonreplace cold attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-18 Sunil Kumar Korinet/ionic: use standard boolean type
2020-02-19 Ferruh Yigitnet/ionic: fix ABI version
2020-02-06 Thomas Monjalonmk: ignore missing field initializers warning
2020-02-05 Alfredo Cardiglianonet/ionic: fix packet type mask
2020-01-21 Ferruh Yigitnet/ionic: ignore missing field initializers warning
2020-01-20 Alfredo Cardiglianonet/ionic: support FW version
2020-01-20 Alfredo Cardiglianonet/ionic: support Tx checksum
2020-01-20 Alfredo Cardiglianonet/ionic: add stats
2020-01-20 Alfredo Cardiglianonet/ionic: support RSS
2020-01-20 Alfredo Cardiglianonet/ionic: add Rx and Tx handling
2020-01-20 Alfredo Cardiglianonet/ionic: support flow control
2020-01-20 Alfredo Cardiglianonet/ionic: support Rx filters
2020-01-20 Alfredo Cardiglianonet/ionic: add basic port operations
2020-01-20 Alfredo Cardiglianonet/ionic: support notify queue
2020-01-20 Alfredo Cardiglianonet/ionic: support admin queue
2020-01-20 Alfredo Cardiglianonet/ionic: add doorbells
2020-01-20 Alfredo Cardiglianonet/ionic: support basic LIF
2020-01-20 Alfredo Cardiglianonet/ionic: add port management commands
2020-01-20 Alfredo Cardiglianonet/ionic: register and initialize adapter
2020-01-20 Alfredo Cardiglianonet/ionic: add log
2020-01-20 Alfredo Cardiglianonet/ionic: add hardware structures definitions
2020-01-20 Alfredo Cardiglianonet/ionic: add skeleton