index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-2
/
+6
*
net: broadcom: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
3
-13
/
+13
*
Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
2021-08-23
1
-0
/
+6
*
Revert "bnxt: Read VPD with pci_vpd_alloc()"
David S. Miller
2021-08-23
1
-4
/
+9
*
Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
2021-08-23
1
-9
/
+29
*
bnxt: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-22
1
-29
/
+9
*
bnxt: Read VPD with pci_vpd_alloc()
Heiner Kallweit
2021-08-22
1
-9
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-19
2
-37
/
+77
|
\
|
*
bnxt_en: Add missing DMA memory barriers
Michael Chan
2021-08-16
1
-0
/
+12
|
*
bnxt_en: Disable aRFS if running on 212 firmware
Michael Chan
2021-08-16
1
-0
/
+3
|
*
bnxt: count Tx drops
Jakub Kicinski
2021-08-13
1
-0
/
+2
|
*
bnxt: make sure xmit_more + errors does not miss doorbells
Jakub Kicinski
2021-08-13
2
-13
/
+27
|
*
bnxt: disable napi before canceling DIM
Jakub Kicinski
2021-08-13
1
-2
/
+1
|
*
bnxt: don't lock the tx queue from napi poll
Jakub Kicinski
2021-08-13
1
-22
/
+32
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
4
-27
/
+68
|
\
|
|
*
bnxt_en: Use register window 6 instead of 5 to read the PHC
Michael Chan
2021-08-08
1
-2
/
+2
|
*
bnxt_en: Update firmware call to retrieve TX PTP timestamp
Michael Chan
2021-08-08
3
-4
/
+11
|
*
bnxt_en: Update firmware interface to 1.10.2.52
Michael Chan
2021-08-08
1
-21
/
+55
*
|
devlink: Set device as early as possible
Leon Romanovsky
2021-08-09
1
-3
/
+6
*
|
bnxt_en: Increase maximum RX ring size if jumbo ring is not used
Michael Chan
2021-08-03
3
-8
/
+22
*
|
bnxt_en: Don't use static arrays for completion ring pages
Michael Chan
2021-08-03
2
-3
/
+68
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
3
-3
/
+13
|
\
|
|
*
bnxt_en: Fix static checker warning in bnxt_fw_reset_task()
Somnath Kotur
2021-07-26
1
-3
/
+2
|
*
bnxt_en: Add missing periodic PHC overflow check
Michael Chan
2021-07-24
2
-0
/
+11
*
|
bnxt_en: Log if an invalid signal detected on TSIO pin
Pavan Chebbi
2021-07-28
2
-0
/
+28
*
|
bnxt_en: Event handler for PPS events
Pavan Chebbi
2021-07-28
3
-0
/
+58
*
|
bnxt_en: 1PPS functions to configure TSIO pins
Pavan Chebbi
2021-07-28
3
-2
/
+178
*
|
bnxt_en: 1PPS support for 5750X family chips
Pavan Chebbi
2021-07-28
4
-1
/
+113
*
|
bnxt_en: Do not read the PTP PHC during chip reset
Michael Chan
2021-07-28
2
-11
/
+35
*
|
bnxt_en: Move bnxt_ptp_init() from bnxt_open() back to bnxt_init_one()
Michael Chan
2021-07-28
2
-9
/
+12
*
|
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
|
/
*
bnxt_en: Fix PTP capability discovery
Michael Chan
2021-07-19
1
-1
/
+5
*
bnxt_en: Move bnxt_ptp_init() to bnxt_open()
Michael Chan
2021-07-19
3
-25
/
+16
*
bnxt_en: Check abort error state in bnxt_half_open_nic()
Somnath Kotur
2021-07-19
1
-0
/
+6
*
bnxt_en: Validate vlan protocol ID on RX packets
Michael Chan
2021-07-19
1
-5
/
+16
*
bnxt_en: fix error path of FW reset
Somnath Kotur
2021-07-19
1
-10
/
+21
*
bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task()
Michael Chan
2021-07-19
1
-0
/
+4
*
bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()
Michael Chan
2021-07-19
1
-4
/
+5
*
bnxt_en: reject ETS settings that will starve a TC
Edwin Peer
2021-07-19
1
-1
/
+9
*
bnxt_en: don't disable an already disabled PCI device
Kalesh AP
2021-07-19
1
-1
/
+2
*
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-06-30
9
-53
/
+1354
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-28
1
-2
/
+0
|
|
\
|
|
*
bnxt: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-24
1
-2
/
+0
|
*
|
bnxt_en: Enable hardware PTP support
Michael Chan
2021-06-28
1
-0
/
+7
|
*
|
bnxt_en: Transmit and retrieve packet timestamps
Pavan Chebbi
2021-06-28
4
-5
/
+131
|
*
|
bnxt_en: Get the RX packet timestamp
Pavan Chebbi
2021-06-28
4
-3
/
+52
|
*
|
bnxt_en: Get the full 48-bit hardware timestamp periodically
Pavan Chebbi
2021-06-28
3
-0
/
+41
|
*
|
bnxt_en: Add PTP clock APIs, ioctls, and ethtool methods
Michael Chan
2021-06-28
5
-1
/
+381
|
*
|
bnxt_en: Get PTP hardware capability from firmware
Michael Chan
2021-06-28
3
-0
/
+113
|
*
|
bnxt_en: Update firmware interface to 1.10.2.47
Michael Chan
2021-06-28
2
-42
/
+629
[next]