index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
pensando
/
ionic
/
ionic_lif.h
Age
Commit message (
Expand
)
Author
2021-07-23
ionic: catch no ptp support earlier
Shannon Nelson
2021-07-23
ionic: make all rx_mode work threadsafe
Shannon Nelson
2021-04-08
ionic: add ts_config replay
Shannon Nelson
2021-04-02
ionic: link in the new hw timestamp code
Shannon Nelson
2021-04-02
ionic: add handling of larger descriptors
Shannon Nelson
2021-03-18
ionic: stop watchdog when in broken state
Shannon Nelson
2021-03-10
ionic: optimize fastpath struct usage
Shannon Nelson
2021-02-16
ionic: Remove unused function pointer typedef ionic_reset_cb
Chen Lin
2020-11-14
ionic: useful names for booleans
Shannon Nelson
2020-09-29
net: ionic: Replace in_interrupt() usage.
Sebastian Andrzej Siewior
2020-09-16
ionic: dynamic interrupt moderation
Shannon Nelson
2020-09-02
ionic: struct reorder for faster access
Shannon Nelson
2020-08-28
ionic: pull reset_queues into tx_timeout handler
Shannon Nelson
2020-08-28
ionic: change the descriptor ring length without full reset
Shannon Nelson
2020-08-28
ionic: use index not pointer for queue tracking
Shannon Nelson
2020-08-28
ionic: reduce contiguous memory allocation requirement
Shannon Nelson
2020-08-28
ionic: clean up unnecessary non-static functions
Shannon Nelson
2020-08-28
ionic: rework and simplify handling of the queue stats block
Shannon Nelson
2020-08-28
ionic: remove lif list concept
Shannon Nelson
2020-08-03
ionic: separate interrupt for Tx and Rx
Shannon Nelson
2020-08-03
ionic: tx separate servicing
Shannon Nelson
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-21
ionic: remove unused ionic_coal_hw_to_usec
Shannon Nelson
2020-07-21
ionic: get MTU from lif identity
Shannon Nelson
2020-07-20
ionic: use mutex to protect queue operations
Shannon Nelson
2020-07-07
ionic: centralize queue reset code
Shannon Nelson
2020-05-12
ionic: add more ethtool stats
Shannon Nelson
2020-05-12
ionic: support longer tx sg lists
Shannon Nelson
2020-03-30
ionic: remove lifs on fw reset
Shannon Nelson
2020-03-30
ionic: check for linkup in watchdog
Shannon Nelson
2020-03-09
ionic: clean up bitflag usage
Shannon Nelson
2020-01-07
ionic: add Rx dropped packet counter
Shannon Nelson
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-07
ionic: fix stats memory dereference
Shannon Nelson
2019-10-02
ionic: report users coalesce request
Shannon Nelson
2019-10-02
ionic: use wait_on_bit_lock() rather than open code
Shannon Nelson
2019-09-05
ionic: Add coalesce and other features
Shannon Nelson
2019-09-05
ionic: Add RSS support
Shannon Nelson
2019-09-05
ionic: Add driver stats
Shannon Nelson
2019-09-05
ionic: Add Tx and Rx handling
Shannon Nelson
2019-09-05
ionic: Add initial ethtool support
Shannon Nelson
2019-09-05
ionic: Add async link status check and basic stats
Shannon Nelson
2019-09-05
ionic: Add Rx filter and rx_mode ndo support
Shannon Nelson
2019-09-05
ionic: Add management of rx filters
Shannon Nelson
2019-09-05
ionic: Add the basic NDO callbacks for netdev support
Shannon Nelson
2019-09-05
ionic: Add notifyq support
Shannon Nelson
2019-09-05
ionic: Add basic adminq support
Shannon Nelson
2019-09-05
ionic: Add interrupts and doorbells
Shannon Nelson
2019-09-05
ionic: Add basic lif support
Shannon Nelson