index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-70
/
+201
2019-05-06
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-3
/
+0
2019-05-05
bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.
Michael Chan
1
-0
/
+4
2019-05-05
bnxt_en: Add support for aRFS on 57500 chips.
Michael Chan
1
-4
/
+12
2019-05-05
bnxt_en: Query firmware capability to support aRFS on 57500 chips.
Michael Chan
1
-1
/
+42
2019-05-05
bnxt_en: Improve NQ reservations.
Michael Chan
1
-2
/
+4
2019-05-05
bnxt_en: Separate RDMA MR/AH context allocation.
Devesh Sharma
1
-1
/
+18
2019-05-05
bnxt_en: read the clause type from the PHY ID
Vasundhara Volam
1
-2
/
+2
2019-05-05
bnxt_en: Read package version from firmware.
Vasundhara Volam
1
-0
/
+9
2019-05-05
bnxt_en: Check new firmware capability to display extended stats.
Vasundhara Volam
1
-2
/
+6
2019-05-05
bnxt_en: Add support for PCIe statistics
Vasundhara Volam
1
-1
/
+36
2019-05-05
bnxt_en: Refactor bnxt_alloc_stats().
Vasundhara Volam
1
-39
/
+36
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+32
2019-04-27
bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().
Michael Chan
1
-4
/
+5
2019-04-27
bnxt_en: Fix statistics context reservation logic.
Michael Chan
1
-8
/
+6
2019-04-27
bnxt_en: Pass correct extended TX port statistics size to firmware.
Michael Chan
1
-2
/
+6
2019-04-27
bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.
Michael Chan
1
-6
/
+6
2019-04-27
bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()
Vasundhara Volam
1
-0
/
+1
2019-04-27
bnxt_en: Improve multicast address setup logic.
Michael Chan
1
-1
/
+8
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+1
2019-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+13
2019-04-08
bnxt_en: Reset device on RX buffer errors.
Michael Chan
1
-0
/
+6
2019-04-08
bnxt_en: Improve RX consumer index validity check.
Michael Chan
1
-3
/
+7
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-3
/
+0
2019-04-04
bnxt: remove ndo_get_port_parent_id implementation for physical ports
Jiri Pirko
1
-1
/
+0
2019-04-04
bnxt: move bp->switch_id initialization to PF probe
Jiri Pirko
1
-0
/
+25
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-2
/
+2
2019-03-28
bnxt: remove ndo_get_phys_port_name implementation
Jiri Pirko
1
-18
/
+0
2019-03-28
bnxt: implement ndo_get_devlink_port
Jiri Pirko
1
-1
/
+9
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2019-02-27
bnxt_en: Drop oversize TX packets to prevent errors.
Michael Chan
1
-0
/
+6
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2019-02-22
bnxt_en: Wait longer for the firmware message response to complete.
Michael Chan
1
-1
/
+1
2019-02-22
bnxt_en: Fix typo in firmware message timeout logic.
Michael Chan
1
-1
/
+1
2019-02-19
bnxt_en: Add support for mdio read/write to external PHY
Vasundhara Volam
1
-2
/
+67
2019-02-19
bnxt_en: Propagate trusted VF attribute to firmware.
Michael Chan
1
-0
/
+4
2019-02-19
bnxt_en: Add support for BCM957504
Erik Burrows
1
-1
/
+4
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2019-02-06
bnxt: Implement ndo_get_port_parent_id()
Florian Fainelli
1
-20
/
+8
2019-01-31
bnxt_en: Disable interrupts when allocating CP rings or NQs.
Michael Chan
1
-1
/
+7
2019-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+8
2019-01-12
bnxt_en: Fix context memory allocation.
Michael Chan
1
-3
/
+6
2019-01-12
bnxt_en: Fix ring checking logic on 57500 chips.
Michael Chan
1
-1
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-8
/
+8
2018-12-20
bnxt_en: Adjust default RX coalescing ticks to 10 us.
Michael Chan
1
-1
/
+1
2018-12-20
bnxt_en: Support for 64-bit flow handle.
Venkat Duvvuru
1
-0
/
+8
2018-12-20
bnxt_en: Increase context memory allocations on 57500 chips for RDMA.
Michael Chan
1
-8
/
+57
2018-12-20
bnxt_en: Add Level 2 context memory paging support.
Michael Chan
1
-23
/
+105
2018-12-20
bnxt_en: Enhance bnxt_alloc_ring()/bnxt_free_ring().
Michael Chan
1
-5
/
+12
2018-12-20
bnxt_en: Add support for 2nd firmware message channel.
Venkat Duvvuru
1
-10
/
+52
[next]