index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-19
bnxt_en: fix error path of FW reset
Somnath Kotur
1
-10
/
+21
2021-07-19
bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task()
Michael Chan
1
-0
/
+4
2021-07-19
bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()
Michael Chan
1
-4
/
+5
2021-07-19
bnxt_en: reject ETS settings that will starve a TC
Edwin Peer
1
-1
/
+9
2021-07-19
bnxt_en: don't disable an already disabled PCI device
Kalesh AP
1
-1
/
+2
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
9
-53
/
+1354
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
1
-0
/
+1
2021-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+0
2021-06-28
bnxt_en: Enable hardware PTP support
Michael Chan
1
-0
/
+7
2021-06-28
bnxt_en: Transmit and retrieve packet timestamps
Pavan Chebbi
4
-5
/
+131
2021-06-28
bnxt_en: Get the RX packet timestamp
Pavan Chebbi
4
-3
/
+52
2021-06-28
bnxt_en: Get the full 48-bit hardware timestamp periodically
Pavan Chebbi
3
-0
/
+41
2021-06-28
bnxt_en: Add PTP clock APIs, ioctls, and ethtool methods
Michael Chan
5
-1
/
+381
2021-06-28
bnxt_en: Get PTP hardware capability from firmware
Michael Chan
3
-0
/
+113
2021-06-28
bnxt_en: Update firmware interface to 1.10.2.47
Michael Chan
2
-42
/
+629
2021-06-24
bnxt: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-2
/
+0
2021-06-18
bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path
Somnath Kotur
1
-0
/
+1
2021-06-18
bnxt_en: Fix TQM fastpath ring backing store computation
Rukhsana Ansari
1
-1
/
+1
2021-06-18
bnxt_en: Rediscover PHY capabilities after firmware reset
Michael Chan
1
-0
/
+5
2021-05-17
bnxt_en: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-05-17
bnxt_en: Fix context memory setup for 64K page size.
Michael Chan
2
-8
/
+11
2021-05-17
bnxt_en: Include new P5 HV definition in VF check.
Andy Gospodarek
1
-1
/
+2
2021-05-12
bnxt_en: Fix and improve .ndo_features_check().
Michael Chan
1
-19
/
+107
2021-05-05
Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-1
/
+1
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
3
-3
/
+1
2021-04-30
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
1
-1
/
+1
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+7
2021-04-25
bnxt_en: Implement .ndo_features_check().
Michael Chan
2
-2
/
+42
2021-04-25
bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS.
Michael Chan
2
-3
/
+14
2021-04-25
bnxt_en: Add PCI IDs for Hyper-V VF devices.
Michael Chan
1
-1
/
+18
2021-04-25
bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.
Michael Chan
1
-1
/
+10
2021-04-25
bnxt_en: Move bnxt_approve_mac().
Michael Chan
1
-26
/
+27
2021-04-25
bnxt_en: allow VF config ops when PF is closed
Edwin Peer
1
-4
/
+0
2021-04-25
bnxt_en: allow promiscuous mode for trusted VFs
Edwin Peer
3
-7
/
+11
2021-04-25
bnxt_en: Add support for fw managed link down feature.
Michael Chan
2
-1
/
+3
2021-04-25
bnxt_en: Add a new phy_flags field to the main driver structure.
Michael Chan
3
-34
/
+22
2021-04-25
bnxt_en: report signal mode in link up messages
Edwin Peer
1
-3
/
+19
2021-04-25
bnxt_en: Fix RX consumer index logic in the error path.
Michael Chan
1
-2
/
+4
2021-04-22
bnxt_en: fix ternary sign extension bug in bnxt_show_temp()
Dan Carpenter
1
-1
/
+3
2021-04-19
bnxt: add more ethtool standard stats
Jakub Kicinski
1
-0
/
+6
2021-04-19
RDMA/bnxt_re: Create direct symbol link between bnxt modules
Leon Romanovsky
3
-3
/
+1
2021-04-16
bnxt: implement ethtool standard stats
Jakub Kicinski
1
-0
/
+125
2021-04-15
bnxt: implement ethtool::get_fec_stats
Jakub Kicinski
1
-0
/
+15
2021-04-12
bnxt_en: Free and allocate VF-Reps during error recovery.
Sriharsha Basavapatna
3
-2
/
+74
2021-04-12
bnxt_en: Refactor __bnxt_vf_reps_destroy().
Michael Chan
1
-5
/
+16
2021-04-12
bnxt_en: Refactor bnxt_vf_reps_create().
Sriharsha Basavapatna
1
-18
/
+22
2021-04-12
bnxt_en: Invalidate health register mapping at the end of probe.
Vasundhara Volam
1
-0
/
+1
2021-04-12
bnxt_en: Treat health register value 0 as valid in bnxt_try_reover_fw().
Michael Chan
1
-2
/
+2
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-12
/
+8
2021-03-22
bnxt_en: Enhance retry of the first message to the firmware.
Michael Chan
2
-2
/
+7
[prev]
[next]