index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
octeon_ep
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
octeon_ep: fix tx dma unmap len values in SG
Shinas Rasheed
2023-09-15
3
-9
/
+23
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
2
-5
/
+6
|
\
|
*
octeon_ep: cancel queued works in probe error path
Michal Schmidt
2023-08-15
1
-3
/
+4
|
*
octeon_ep: cancel ctrl_mbox_task after intr_poll_task
Michal Schmidt
2023-08-15
1
-1
/
+1
|
*
octeon_ep: cancel tx_timeout_task later in remove sequence
Michal Schmidt
2023-08-15
1
-1
/
+1
|
*
octeon_ep: fix timeout value for waiting on mbox response
Michal Schmidt
2023-08-15
1
-1
/
+1
*
|
octeon_ep: Add control plane host and firmware versions.
Sathesh Edara
2023-08-11
5
-3
/
+64
|
/
*
octeon_ep: initialize mbox mutexes
Michal Schmidt
2023-07-31
1
-0
/
+3
*
octeon_ep: use vmalloc_array and vcalloc
Julia Lawall
2023-06-27
1
-1
/
+1
*
octeon_ep: Add missing check for ioremap
Jiasheng Jiang
2023-06-16
1
-1
/
+6
*
octeon_ep: unlock the correct lock on error path
Dan Carpenter
2023-03-30
1
-1
/
+1
*
octeon_ep: add heartbeat monitor
Veerasenareddy Burru
2023-03-27
5
-2
/
+66
*
octeon_ep: function id in link info and stats mailbox commands
Veerasenareddy Burru
2023-03-27
4
-31
/
+40
*
octeon_ep: support asynchronous notifications
Veerasenareddy Burru
2023-03-27
1
-0
/
+29
*
octeon_ep: include function id in mailbox commands
Veerasenareddy Burru
2023-03-27
4
-39
/
+63
*
octeon_ep: add separate mailbox command and response queues
Veerasenareddy Burru
2023-03-27
6
-411
/
+529
*
octeon_ep: control mailbox for multiple PFs
Veerasenareddy Burru
2023-03-27
1
-1
/
+15
*
octeon_ep: poll for control messages
Veerasenareddy Burru
2023-03-27
4
-27
/
+70
*
octeon_ep: defer probe if firmware not ready
Veerasenareddy Burru
2023-03-27
1
-0
/
+26
*
octeon_ep: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2023-03-09
1
-4
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-18
1
-5
/
+11
|
\
|
*
octeon_ep: ensure get mac address successfully before eth_hw_addr_set()
Ziyang Xuan
2022-11-14
1
-1
/
+5
|
*
octeon_ep: fix potential memory leak in octep_device_setup()
Ziyang Xuan
2022-11-14
1
-1
/
+5
|
*
octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()
Ziyang Xuan
2022-11-14
1
-1
/
+1
|
*
octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()
Ziyang Xuan
2022-11-14
1
-2
/
+0
*
|
octeon_ep: support Octeon device CNF95N
Veerasenareddy Burru
2022-11-05
2
-3
/
+19
|
/
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-1
/
+1
*
octeon_ep: Remove useless casting value returned by vzalloc to structure
Jules Irenge
2022-09-20
1
-2
/
+1
*
octeon_ep: use bitwise AND
Shreenidhi Shedi
2022-06-28
1
-1
/
+1
*
octeon_ep: Fix irq releasing in the error handling path of octep_request_irqs()
Christophe JAILLET
2022-05-19
1
-11
/
+14
*
octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()
Christophe JAILLET
2022-05-19
1
-0
/
+2
*
octeon_ep: delete unnecessary NULL check
Ziyang Xuan
2022-05-16
3
-6
/
+3
*
octeon_ep: add missing destroy_workqueue in octep_init_module
Zheng Bin
2022-05-16
1
-0
/
+1
*
octeon_ep: Remove custom driver version
Leon Romanovsky
2022-04-15
3
-23
/
+1
*
octeon_ep: fix error return code in octep_probe()
Yang Yingliang
2022-04-15
1
-1
/
+2
*
octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"
Colin Ian King
2022-04-15
1
-1
/
+1
*
octeon_ep: add ethtool support for Octeon PCI Endpoint NIC
Veerasenareddy Burru
2022-04-13
3
-1
/
+465
*
octeon_ep: add Tx/Rx processing and interrupt support
Veerasenareddy Burru
2022-04-13
3
-0
/
+904
*
octeon_ep: add support for ndo ops
Veerasenareddy Burru
2022-04-13
3
-1
/
+139
*
octeon_ep: add Tx/Rx ring resource setup and cleanup
Veerasenareddy Burru
2022-04-13
2
-0
/
+441
*
octeon_ep: Add mailbox for control commands
Veerasenareddy Burru
2022-04-13
3
-10
/
+294
*
octeon_ep: add hardware configuration APIs
Veerasenareddy Burru
2022-04-13
3
-7
/
+505
*
octeon_ep: Add driver framework and device initialization
Veerasenareddy Burru
2022-04-13
15
-0
/
+2859