index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-25
linux/dim: Fix overflow in dim calculation
Yamin Friedman
1
-1
/
+1
2019-07-19
bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.
Michael Chan
1
-2
/
+5
2019-07-15
ethernet: remove redundant memset
Fuqian Huang
1
-2
/
+0
2019-07-10
drivers: net: use flow block API
Pablo Neira Ayuso
1
-1
/
+4
2019-07-10
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
1
-21
/
+5
2019-07-09
bnxt_en: Add page_pool_destroy() during RX ring cleanup.
Michael Chan
1
-6
/
+2
2019-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+13
2019-07-09
bnxt_en: add page_pool support
Andy Gospodarek
1
-6
/
+41
2019-07-09
bnxt_en: optimized XDP_REDIRECT support
Andy Gospodarek
1
-1
/
+26
2019-07-01
bnxt_en: Fix statistics context reservation logic for RDMA driver.
Michael Chan
1
-6
/
+11
2019-07-01
bnxt_en: Disable bus master during PCI shutdown and driver unload.
Michael Chan
1
-1
/
+2
2019-06-27
Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed...
David S. Miller
1
-6
/
+6
2019-06-25
linux/dim: Rename externally used net_dim members
Tal Gilboa
1
-5
/
+5
2019-06-25
linux/dim: Rename net_dim_sample() to net_dim_update_sample()
Tal Gilboa
1
-4
/
+4
2019-06-25
linux/dim: Rename externally exposed macros
Tal Gilboa
1
-1
/
+1
2019-05-23
bnxt_en: Device serial number is supported only for PFs.
Vasundhara Volam
1
-5
/
+6
2019-05-23
bnxt_en: Reduce memory usage when running in kdump kernel.
Michael Chan
1
-2
/
+2
2019-05-23
bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().
Michael Chan
1
-6
/
+7
2019-05-23
bnxt_en: Fix aggregation buffer leak under OOM condition.
Michael Chan
1
-0
/
+2
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-70
/
+201
2019-05-07
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-3
/
+0
2019-05-06
bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.
Michael Chan
1
-0
/
+4
2019-05-06
bnxt_en: Add support for aRFS on 57500 chips.
Michael Chan
1
-4
/
+12
2019-05-06
bnxt_en: Query firmware capability to support aRFS on 57500 chips.
Michael Chan
1
-1
/
+42
2019-05-06
bnxt_en: Improve NQ reservations.
Michael Chan
1
-2
/
+4
2019-05-06
bnxt_en: Separate RDMA MR/AH context allocation.
Devesh Sharma
1
-1
/
+18
2019-05-06
bnxt_en: read the clause type from the PHY ID
Vasundhara Volam
1
-2
/
+2
2019-05-06
bnxt_en: Read package version from firmware.
Vasundhara Volam
1
-0
/
+9
2019-05-06
bnxt_en: Check new firmware capability to display extended stats.
Vasundhara Volam
1
-2
/
+6
2019-05-06
bnxt_en: Add support for PCIe statistics
Vasundhara Volam
1
-1
/
+36
2019-05-06
bnxt_en: Refactor bnxt_alloc_stats().
Vasundhara Volam
1
-39
/
+36
2019-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+32
2019-04-28
bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().
Michael Chan
1
-4
/
+5
2019-04-28
bnxt_en: Fix statistics context reservation logic.
Michael Chan
1
-8
/
+6
2019-04-28
bnxt_en: Pass correct extended TX port statistics size to firmware.
Michael Chan
1
-2
/
+6
2019-04-28
bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.
Michael Chan
1
-6
/
+6
2019-04-28
bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()
Vasundhara Volam
1
-0
/
+1
2019-04-28
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-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+13
2019-04-09
bnxt_en: Reset device on RX buffer errors.
Michael Chan
1
-0
/
+6
2019-04-09
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-05
bnxt: remove ndo_get_port_parent_id implementation for physical ports
Jiri Pirko
1
-1
/
+0
2019-04-05
bnxt: move bp->switch_id initialization to PF probe
Jiri Pirko
1
-0
/
+25
2019-04-02
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
[next]