index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
octeontx2
/
nic
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-29
octeontx2-pf: check negative error code in otx2_open()
Su Hui
1
-1
/
+1
2024-03-20
octeontx2-pf: Send UP messages to VF only when VF is up.
Subbaraya Sundeep
1
-0
/
+3
2024-03-20
octeontx2-pf: Use default max_active works instead of one
Subbaraya Sundeep
1
-3
/
+4
2024-03-20
octeontx2-pf: Wait till detach_resources msg is complete
Subbaraya Sundeep
2
-2
/
+2
2024-03-20
octeontx2: Detect the mbox up or down message via register
Subbaraya Sundeep
3
-65
/
+121
2024-03-08
octeontx2-pf: Add TC flower offload support for TCP flags
Sai Krishna
1
-0
/
+11
2024-02-03
octeontx2-pf: Fix a memleak otx2_sq_init
Zhipeng Lu
1
-2
/
+12
2024-02-01
octeontx2-pf: Remove xdp queues on program detach
Geetha sowjanya
3
-7
/
+4
2023-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-3
/
+14
2023-12-15
octeontx2-pf: Fix graceful exit during PFC configuration failure
Suman Ghosh
1
-3
/
+14
2023-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+22
2023-12-14
net: ethtool: get rid of get/set_rxfh_context functions
Ahmed Zaki
1
-38
/
+25
2023-12-14
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-19
/
+22
2023-12-11
octeontx2-pf: Fix promisc mcam entry action
Hariprasad Kelam
1
-3
/
+22
2023-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-11
/
+24
2023-12-05
octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coa...
Naveen Mamindlapalli
2
-10
/
+19
2023-12-04
octeontx2-pf: TC flower offload support for mirror
Suman Ghosh
1
-3
/
+110
2023-12-01
octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam
Subbaraya Sundeep
1
-1
/
+5
2023-12-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-27
/
+107
2023-11-28
octeontx2-pf: Restore TC ingress police rules when interface is up
Subbaraya Sundeep
4
-25
/
+102
2023-11-28
octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64
Geetha sowjanya
1
-2
/
+5
2023-11-24
octeontx2-pf: TC flower offload support for ICMP type and code
Geetha sowjanya
1
-0
/
+14
2023-11-23
octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx ...
Suman Ghosh
1
-1
/
+19
2023-11-19
octeontx2-pf: Fix memory leak during interface down
Suman Ghosh
1
-0
/
+2
2023-11-06
octeontx2-pf: Free pending and dropped SQEs
Geetha sowjanya
4
-10
/
+49
2023-11-02
octeontx2-pf: Fix holes in error code
Ratheesh Kannoth
1
-34
/
+46
2023-11-02
octeontx2-pf: Fix error codes
Ratheesh Kannoth
1
-17
/
+17
2023-10-24
page_pool: remove PP_FLAG_PAGE_FRAG
Yunsheng Lin
1
-1
/
+1
2023-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+10
2023-10-12
octeontx2-pf: Fix page pool frag allocation warning
Ratheesh Kannoth
1
-0
/
+1
2023-10-10
octeontx2-pf: mcs: update PN only when update_pn is true
Radu Pirea (NXP OSS)
1
-4
/
+9
2023-10-01
octeontx2-pf: Tc flower offload support for MPLS
Hariprasad Kelam
1
-0
/
+58
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-6
/
+13
2023-09-21
octeontx2-pf: Do xdp_do_flush() after redirects.
Sebastian Andrzej Siewior
1
-6
/
+13
2023-09-15
octeontx2-pf: Enable PTP PPS output support
Hariprasad Kelam
1
-8
/
+23
2023-09-10
octeontx2-pf: Fix page pool cache index corruption.
Ratheesh Kannoth
7
-51
/
+44
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-14
/
+10
2023-08-26
cteonxt2-pf: Fix backpressure config for multiple PFC priorities to work simu...
Suman Ghosh
1
-3
/
+3
2023-08-26
octeontx2-pf: Fix PFC TX scheduler free
Suman Ghosh
2
-11
/
+5
2023-08-25
octeontx2-pf: fix page_pool creation fail for rings > 32k
Ratheesh Kannoth
2
-1
/
+3
2023-08-23
octeontx2-pf: Use PTP HW timestamp counter atomic update feature
Sai Krishna
2
-33
/
+145
2023-08-11
octeontx2-pf: Allow both ntuple and TC features on the interface
Hariprasad Kelam
2
-18
/
+12
2023-08-08
octeontx2-af: TC flower offload support for inner VLAN
Suman Ghosh
1
-6
/
+22
2023-08-08
octeontx2-af: Code restructure to handle TC outer VLAN offload
Suman Ghosh
1
-40
/
+53
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2
-0
/
+2
2023-08-02
octeontx2: Remove unnecessary ternary operators
Ruan Jinjie
1
-1
/
+1
2023-08-02
octeontx2-pf: TC flower offload support for SPI field
Ratheesh Kannoth
1
-0
/
+27
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
1
-9
/
+9
2023-07-29
octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol error
Suman Ghosh
1
-2
/
+2
2023-07-25
octeontx2-af: Install TC filter rules in hardware based on priority
Suman Ghosh
5
-99
/
+236
[next]