index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-18
/
+35
2020-03-23
bnxt_en: Reset rings if ring reservation fails during open()
Vasundhara Volam
1
-0
/
+4
2020-03-23
bnxt_en: Free context memory after disabling PCI in probe error path.
Michael Chan
1
-3
/
+3
2020-03-23
bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.
Michael Chan
1
-4
/
+4
2020-03-23
bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()
Edwin Peer
1
-5
/
+10
2020-03-23
bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.
Michael Chan
3
-6
/
+14
2020-03-17
net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*
Jakub Kicinski
1
-1
/
+1
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-15
/
+13
2020-03-08
bnxt_en: Call devlink_port_type_clear() in remove()
Vasundhara Volam
1
-0
/
+2
2020-03-08
bnxt_en: Return -EAGAIN if fw command returns BUSY
Vasundhara Volam
1
-0
/
+1
2020-03-08
bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.
Vasundhara Volam
1
-18
/
+11
2020-03-08
bnxt_en: Remove unnecessary assignment of return code
Vasundhara Volam
4
-44
/
+21
2020-03-08
bnxt_en: Clear DCB settings after firmware reset.
Michael Chan
1
-0
/
+1
2020-03-08
bnxt_en: Process the NQ under NAPI continuous polling.
Michael Chan
1
-9
/
+4
2020-03-08
bnxt_en: Simplify __bnxt_poll_cqs_done().
Michael Chan
1
-8
/
+7
2020-03-08
bnxt_en: Handle all NQ notifications in bnxt_poll_p5().
Michael Chan
1
-3
/
+4
2020-03-08
flow_offload: check for basic action hw stats type
Jiri Pirko
1
-2
/
+7
2020-03-05
bnxt_en: Use pci_get_dsn()
Jacob Keller
1
-10
/
+6
2020-03-05
bnxt: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+6
2020-03-03
net/broadcom: Clean broadcom code from driver versions
Leon Romanovsky
4
-11
/
+3
2020-03-01
bnxt_en: fix error handling when flashing from file
Edwin Peer
1
-13
/
+11
2020-03-01
bnxt_en: reinitialize IRQs when MTU is modified
Vasundhara Volam
1
-2
/
+2
2020-02-26
bnxt_en: add newline to netdev_*() format strings
Jonathan Lemon
5
-38
/
+38
2020-02-20
bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.
Vasundhara Volam
1
-0
/
+8
2020-02-20
bnxt_en: Improve device shutdown method.
Vasundhara Volam
1
-2
/
+2
2020-02-03
bnxt_en: Fix TC queue mapping.
Michael Chan
1
-1
/
+1
2020-02-03
bnxt_en: Fix logic that disables Bus Master during firmware reset.
Vasundhara Volam
1
-4
/
+7
2020-02-03
bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.
Michael Chan
1
-2
/
+5
2020-02-03
bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.
Michael Chan
1
-7
/
+12
2020-01-27
bnxt_en: Add support for devlink info command
Vasundhara Volam
2
-0
/
+138
2020-01-27
bnxt_en: Rename switch_id to dsn
Vasundhara Volam
3
-6
/
+6
2020-01-27
bnxt_en: Add support to update progress of flash update
Vasundhara Volam
1
-1
/
+13
2020-01-27
bnxt_en: Move devlink_register before registering netdev
Vasundhara Volam
2
-5
/
+8
2020-01-27
bnxt_en: Register devlink irrespective of firmware spec version
Vasundhara Volam
1
-5
/
+6
2020-01-27
bnxt_en: Refactor bnxt_dl_register()
Vasundhara Volam
1
-24
/
+36
2020-01-27
bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips.
Michael Chan
2
-1
/
+5
2020-01-27
bnxt_en: Periodically check and remove aged-out ntuple filters
Pavan Chebbi
1
-0
/
+7
2020-01-27
bnxt_en: Do not accept fragments for aRFS flow steering.
Michael Chan
1
-2
/
+4
2020-01-27
bnxt_en: Support UDP RSS hashing on 575XX chips.
Michael Chan
1
-1
/
+1
2020-01-27
bnxt_en: Remove the setting of dev_port.
Michael Chan
1
-1
/
+0
2020-01-27
bnxt_en: Improve bnxt_probe_phy().
Michael Chan
1
-3
/
+3
2020-01-27
bnxt_en: Improve link up detection.
Michael Chan
2
-9
/
+9
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-12
/
+24
2020-01-18
bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.
Michael Chan
3
-4
/
+7
2020-01-18
bnxt_en: Fix ipv6 RFS filter matching logic.
Michael Chan
1
-5
/
+17
2020-01-18
bnxt_en: Fix NTUPLE firmware command failures.
Michael Chan
1
-3
/
+0
2020-01-10
bnxt: Detach page from page pool before sending up the stack
Jonathan Lemon
1
-0
/
+1
2020-01-08
bnxt_en: Call recovery done after reset is successfully done
Vikas Gupta
3
-2
/
+14
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-61
/
+147
2019-12-13
bnxt: apply computed clamp value for coalece parameter
Jonathan Lemon
1
-1
/
+1
[next]