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
/
broadcom
/
bnxt
/
bnxt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-20
bnxt_en: Restore PTP tx_avail count in case of skb_pad() error
Pavan Chebbi
1
-3
/
+2
2024-06-20
bnxt_en: Set TSO max segs on devices with limits
Michael Chan
1
-0
/
+3
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-05-04
bnxt: fix bnxt_get_avail_msix() returning negative values
David Wei
1
-12
/
+5
2024-05-02
bnxt_en: Add VF PCI ID for 5760X (P7) chips
Ajit Khaparde
1
-1
/
+3
2024-05-02
bnxt_en: Optimize recovery path ULP locking in the driver
Kalesh AP
1
-24
/
+38
2024-05-02
bnxt_en: Don't call ULP_STOP/ULP_START during L2 reset
Michael Chan
1
-11
/
+2
2024-05-02
bnxt_en: share NQ ring sw_stats memory with subrings
Edwin Peer
1
-16
/
+24
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-36
/
+46
2024-04-25
eth: bnxt: fix counting packets discarded due to OOM and netpoll
Jakub Kicinski
1
-26
/
+18
2024-04-22
bnxt_en: Fix error recovery for 5760X (P7) chips
Michael Chan
1
-1
/
+1
2024-04-22
bnxt_en: Fix the PCI-AER routines
Vikas Gupta
1
-3
/
+16
2024-04-22
bnxt_en: refactor reset close code
Vikas Gupta
1
-6
/
+11
2024-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2024-04-11
bnxt_en: Update MODULE_DESCRIPTION
Michael Chan
1
-1
/
+1
2024-04-11
bnxt_en: Utilize ulp client resources if RoCE is not registered
Vikas Gupta
1
-9
/
+32
2024-04-11
bnxt_en: Change MSIX/NQs allocation policy
Vikas Gupta
1
-1
/
+24
2024-04-11
bnxt_en: Refactor bnxt_rdma_aux_device_init/uninit functions
Vikas Gupta
1
-2
/
+8
2024-04-11
bnxt_en: Remove unneeded MSIX base structure fields and code
Vikas Gupta
1
-27
/
+4
2024-04-08
bnxt_en: Reset PTP tx_avail after possible firmware reset
Pavan Chebbi
1
-0
/
+2
2024-04-04
bnxt_en: Add warning message about disallowed speed change
Sreekanth Reddy
1
-0
/
+3
2024-04-04
bnxt_en: Add XDP Metadata support
Somnath Kotur
1
-4
/
+40
2024-04-04
bnxt_en: Change bnxt_rx_xdp function prototype
Somnath Kotur
1
-1
/
+1
2024-04-04
bnxt_en: Allocate page pool per numa node
Somnath Kotur
1
-4
/
+11
2024-04-04
bnxt_en: Enable XPS by default on driver load
Somnath Kotur
1
-1
/
+45
2024-04-04
bnxt_en: Add delay to handle Downstream Port Containment (DPC) AER
Vikas Gupta
1
-0
/
+4
2024-03-30
netlink: introduce type-checking attribute iteration
Johannes Berg
1
-4
/
+1
2024-03-29
bnxt_en: Support adding ntuple rules on RSS contexts
Pavan Chebbi
1
-0
/
+26
2024-03-29
bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx()
Pavan Chebbi
1
-2
/
+4
2024-03-29
bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()
Pavan Chebbi
1
-6
/
+43
2024-03-29
bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()
Pavan Chebbi
1
-4
/
+6
2024-03-29
bnxt_en: Simplify bnxt_rfs_capable()
Michael Chan
1
-15
/
+6
2024-03-29
bnxt_en: Refactor RSS indir alloc/set functions
Pavan Chebbi
1
-10
/
+21
2024-03-29
bnxt_en: Introduce rss ctx structure, alloc/free functions
Pavan Chebbi
1
-0
/
+54
2024-03-29
bnxt_en: Refactor VNIC alloc and cfg functions
Pavan Chebbi
1
-69
/
+71
2024-03-29
bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()
Pavan Chebbi
1
-11
/
+20
2024-03-08
eth: bnxt: support per-queue statistics
Jakub Kicinski
1
-0
/
+65
2024-02-27
bnxt_en: fix accessing vnic_info before allocating it
Alexander Lobakin
1
-3
/
+3
2024-02-22
bnxt_en: Use the new VNIC to create ntuple filters
Pavan Chebbi
1
-6
/
+27
2024-02-22
bnxt_en: Create and setup the additional VNIC for adding ntuple filters
Pavan Chebbi
1
-10
/
+34
2024-02-22
bnxt_en: Provision for an additional VNIC for ntuple filters
Pavan Chebbi
1
-5
/
+28
2024-02-22
bnxt_en: Define BNXT_VNIC_DEFAULT for the default vnic index
Pavan Chebbi
1
-19
/
+20
2024-02-22
bnxt_en: Refactor bnxt_set_features()
Pavan Chebbi
1
-7
/
+12
2024-02-22
bnxt_en: Add bnxt_get_total_vnics() to calculate number of VNICs
Venkat Duvvuru
1
-11
/
+17
2024-02-22
bnxt_en: Check additional resources in bnxt_check_rings()
Michael Chan
1
-0
/
+2
2024-02-22
bnxt_en: Improve RSS context reservation infrastructure
Pavan Chebbi
1
-23
/
+34
2024-02-22
bnxt_en: Explicitly specify P5 completion rings to reserve
Michael Chan
1
-7
/
+12
2024-02-22
bnxt_en: Refactor ring reservation functions
Michael Chan
1
-130
/
+123
2024-02-09
bnxt_en: Add RSS support for IPSEC headers
Ajit Khaparde
1
-2
/
+13
2024-02-09
bnxt_en: Invalidate user filters when needed
Pavan Chebbi
1
-0
/
+14
[next]