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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
Somnath Kotur
1
-5
/
+0
2024-08-16
bnxt_en: Don't clear ntuple filters and rss contexts during ethtool ops
Pavan Chebbi
3
-8
/
+2
2024-08-08
net: ethtool: fix off-by-one error in max RSS context IDs
Edward Cree
1
-1
/
+1
2024-08-08
bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()
Michael Chan
1
-6
/
+7
2024-07-29
eth: bnxt: populate defaults in the RSS context struct
Jakub Kicinski
1
-0
/
+4
2024-07-29
eth: bnxt: reject unsupported hash functions
Jakub Kicinski
1
-2
/
+8
2024-07-26
bnxt_en: Fix RSS logic in __bnxt_reserve_rings()
Pavan Chebbi
1
-2
/
+4
2024-07-25
Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+17
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2024-07-25
bnxt_en: update xdp_rxq_info in queue restart logic
Taehee Yoo
1
-0
/
+17
2024-07-15
Merge branch 'net-make-timestamping-selectable'
Jakub Kicinski
1
-1
/
+1
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-07-13
eth: bnxt: use the indir table from ethtool context
Jakub Kicinski
3
-37
/
+29
2024-07-13
eth: bnxt: bump the entry size in indir tables to u32
Jakub Kicinski
3
-9
/
+9
2024-07-13
eth: bnxt: pad out the correct indirection table
Jakub Kicinski
1
-1
/
+1
2024-07-13
eth: bnxt: use the RSS context XArray instead of the local list
Jakub Kicinski
3
-50
/
+26
2024-07-13
eth: bnxt: use context priv for struct bnxt_rss_ctx
Jakub Kicinski
3
-30
/
+9
2024-07-13
eth: bnxt: depend on core cleaning up RSS contexts
Jakub Kicinski
3
-9
/
+6
2024-07-13
eth: bnxt: remove rss_ctx_bmap
Jakub Kicinski
3
-18
/
+2
2024-07-13
eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends
Jakub Kicinski
2
-45
/
+75
2024-07-13
eth: bnxt: allow deleting RSS contexts when the device is down
Jakub Kicinski
2
-6
/
+10
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+22
2024-07-09
bnxt: fix crashes when reducing ring count with active RSS contexts
Jakub Kicinski
3
-0
/
+22
2024-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+5
2024-07-04
bnxt_en: Fix the resource check condition for RSS contexts
Pavan Chebbi
1
-1
/
+5
2024-07-02
bnxt_en: unlink page pool when stopping Rx queue
David Wei
1
-5
/
+1
2024-07-01
bnxt_en: Remove atomic operations on ptp->tx_avail
Pavan Chebbi
3
-22
/
+31
2024-07-01
bnxt_en: Increase the max total outstanding PTP TX packets to 4
Pavan Chebbi
4
-30
/
+68
2024-07-01
bnxt_en: Let bnxt_stamp_tx_skb() return error code
Pavan Chebbi
1
-5
/
+11
2024-07-01
bnxt_en: Remove an impossible condition check for PTP TX pending SKB
Pavan Chebbi
3
-13
/
+4
2024-07-01
bnxt_en: Refactor all PTP TX timestamp fields into a struct
Pavan Chebbi
3
-28
/
+40
2024-07-01
bnxt_en: Add BCM5760X specific PHC registers mapping
Pavan Chebbi
3
-5
/
+25
2024-07-01
bnxt_en: Add TX timestamp completion logic
Michael Chan
4
-11
/
+64
2024-07-01
bnxt_en: Allow some TX packets to be unprocessed in NAPI
Michael Chan
1
-6
/
+15
2024-07-01
bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bd
Michael Chan
2
-2
/
+7
2024-07-01
bnxt_en: Add new TX timestamp completion definitions
Michael Chan
1
-0
/
+26
2024-06-21
bnxt_en: implement netdev_queue_mgmt_ops
David Wei
1
-0
/
+275
2024-06-21
bnxt_en: split rx ring helpers out from ring helpers
David Wei
1
-107
/
+193
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-138
/
+186
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
2
-0
/
+4
2024-06-20
bnxt_en: Update firmware interface to 1.10.3.44
Michael Chan
1
-133
/
+178
2024-06-17
Merge tag 'v6.10-rc4' into driver-core-next
Greg Kroah-Hartman
3
-3
/
+62
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+62
2024-06-13
bnxt_en: Adjust logging of firmware messages in case of released token in __h...
Aleksandr Mishin
1
-1
/
+1
2024-06-13
bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response
Michael Chan
2
-2
/
+61
2024-06-13
auxbus: make to_auxiliary_drv accept and return a constant pointer
Greg Kroah-Hartman
1
-2
/
+2
2024-06-05
bnxt_en: fix atomic counter for ptp packets
Vadim Fedorenko
1
-1
/
+1
2024-06-02
bnxt_en: add timestamping statistics support
Vadim Fedorenko
4
-5
/
+43
2024-05-11
bnxt_en: silence clang build warning
Vadim Fedorenko
1
-1
/
+1
[next]