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
Age
Commit message (
Expand
)
Author
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-29
ionic: Remove set but not used variable 'sg_desc'
YueHaibing
2019-10-25
ionic: update driver version
Shannon Nelson
2019-10-25
ionic: implement support for rx sgl
Shannon Nelson
2019-10-25
ionic: add a watchdog timer to monitor heartbeat
Shannon Nelson
2019-10-25
ionic: add heartbeat check
Shannon Nelson
2019-10-25
ionic: reverse an interrupt coalesce calculation
Shannon Nelson
2019-10-25
ionic: fix up struct name comments
Shannon Nelson
2019-10-22
dynamic_debug: provide dynamic_hex_dump stub
Arnd Bergmann
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-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-02
ionic: add lif_quiesce to wait for queue activity to stop
Shannon Nelson
2019-10-02
ionic: implement ethtool set-fec
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-10-02
ionic: simplify returns in devlink info
Shannon Nelson
2019-10-01
ionic: select CONFIG_NET_DEVLINK
Arnd Bergmann
2019-09-26
drivers: net: Fix Kconfig indentation
Krzysztof Kozlowski
2019-09-22
ionic: Fix an error code in ionic_lif_alloc()
Dan Carpenter
2019-09-19
ionic: Remove unnecessary ternary operator in ionic_debugfs_add_ident
Nathan Chancellor
2019-09-07
ionic: Remove unused including <linux/version.h>
YueHaibing
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 netdev-event handling
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 adminq action
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
2019-09-05
ionic: Add port management commands
Shannon Nelson
2019-09-05
ionic: Add hardware init and device commands
Shannon Nelson
2019-09-05
ionic: Add basic framework for IONIC Network device driver
Shannon Nelson