index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
bnxt_en: Write doorbell when linearizing skb fails
Joe Damato
1
-5
/
+2
2026-08-22
bnxt_en: Gate TPH enablement behind BNXT_SUPPORTS_QUEUE_API check
Thomas Walsh
1
-3
/
+5
2026-08-22
bnxt_en: Fix call to hardware monitoring event handler
Guenter Roeck
1
-1
/
+1
2026-08-21
net: bnxt: ring the doorbell when SW USO exits early
Joe Damato
2
-5
/
+9
2026-08-17
bnxt_en: Add missing NETIF_F_TSO_ECN feature flag
Michael Chan
1
-2
/
+2
2026-08-17
eth: bnxt: preserve IRQ affinity across IRQ reallocation
Jakub Kicinski
2
-26
/
+80
2026-08-17
eth: bnxt: decrease indent in bnxt_init_int_mode()
Jakub Kicinski
1
-18
/
+18
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-41
/
+91
2026-08-11
bnxt_en: enable PTM function
Vadim Fedorenko
1
-0
/
+3
2026-08-10
eth: bnxt: avoid deadlock when canceling IRQ affinity notifier
Jakub Kicinski
2
-25
/
+64
2026-08-10
eth: bnxt: decrease indent in bnxt_request_irq()
Jakub Kicinski
1
-23
/
+23
2026-08-10
eth: bnxt: keep the aRFS rmap updated when TPH is enabled
Jakub Kicinski
1
-4
/
+15
2026-08-10
eth: bnxt: cancel IRQ notifier before freeing affinity mask
Jakub Kicinski
1
-2
/
+2
2026-08-04
bnxt_en: Fix PTP PPS setting bug
Keegan Freyhof
1
-2
/
+5
2026-08-04
bnxt_en: Disable EOP for TPA on all chips to prevent data corruption
Michael Chan
1
-4
/
+7
2026-08-04
bnxt_en: Refresh VNIC default ring on queue restart if needed
Shravya KN
1
-0
/
+5
2026-08-04
bnxt_en: Determine and store default RX ring in vnic structure
Shravya KN
2
-11
/
+23
2026-08-04
bnxt_en: Move RSS table fill outside __bnxt_hwrm_vnic_set_rss()
Shravya KN
1
-7
/
+7
2026-08-03
bnxt: fix memory leak in bnxt_queue_mem_alloc error cases
Will Chen
1
-0
/
+3
2026-07-17
bnxt_en: Handle partially initialized auxiliary devices
Ruoyu Wang
1
-19
/
+20
2026-06-22
eth: bnxt: improve the timing of stats
Jakub Kicinski
3
-1
/
+53
2026-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+9
2026-06-12
bnxt: fix head underflow on XDP head-grow
Joe Damato
2
-2
/
+9
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2026-06-09
bnxt: convert to core rx_mode retry mechanism
Stanislav Fomichev
2
-22
/
+10
2026-06-09
net: change ndo_set_rx_mode_async return type to int
Stanislav Fomichev
1
-4
/
+6
2026-06-09
bnxt_en: Fix NULL pointer dereference
Kyle Meyer
1
-1
/
+1
2026-06-09
net: ethtool: optionally skip rtnl_lock on Netlink path for SET ops
Jakub Kicinski
1
-0
/
+4
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+29
2026-06-04
net: rename netdev_ops_assert_locked()
Jakub Kicinski
1
-1
/
+1
2026-06-04
Reapply "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"
Jakub Kicinski
1
-7
/
+29
2026-06-03
eth: bnxt: disable rx-copybreak by default
Jakub Kicinski
3
-7
/
+7
2026-05-25
devlink: pass param values by pointer
Ratheesh Kannoth
1
-3
/
+3
2026-05-18
net: convert netmem_tx flag to enum
Bobby Eshleman
1
-1
/
+1
2026-05-08
bnxt_en: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
1
-1
/
+0
2026-05-05
bnxt_en: Use absolute target ns from ptp_clock_request
Pavan Chebbi
1
-24
/
+5
2026-05-05
bnxt_en: Check return value of bnxt_hwrm_vnic_cfg
Kalesh AP
1
-2
/
+8
2026-05-05
bnxt_en: Set bp->max_tpa according to what the FW supports
Michael Chan
1
-1
/
+4
2026-05-05
bnxt_en: Delay for 5 seconds after AER DPC for all chips
Michael Chan
1
-3
/
+8
2026-04-23
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-27
/
+31
2026-04-21
bnxt: use snapshot in bnxt_cfg_rx_mode
Stanislav Fomichev
1
-14
/
+15
2026-04-21
bnxt: convert to ndo_set_rx_mode_async
Stanislav Fomichev
1
-14
/
+17
2026-04-16
Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fwctl/fwctl
Linus Torvalds
7
-290
/
+261
2026-04-12
net: bnxt: Dispatch to SW USO
Joe Damato
1
-0
/
+5
2026-04-12
net: bnxt: Add SW GSO completion and teardown support
Joe Damato
3
-11
/
+92
2026-04-12
net: bnxt: Implement software USO
Joe Damato
3
-0
/
+219
2026-04-12
net: bnxt: Add boilerplate GSO code
Joe Damato
4
-1
/
+66
2026-04-12
net: bnxt: Add TX inline buffer infrastructure
Joe Damato
2
-0
/
+41
2026-04-12
net: bnxt: Use dma_unmap_len for TX completion unmapping
Joe Damato
1
-22
/
+41
2026-04-12
net: bnxt: Add a helper for tx_bd_ext
Joe Damato
2
-7
/
+20
[next]