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.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
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-35
/
+36
2016-02-20
bnxt_en: Failure to update PHY is not fatal condition.
Michael Chan
1
-1
/
+1
2016-02-20
bnxt_en: Remove unnecessary call to update PHY settings.
Michael Chan
1
-4
/
+2
2016-02-20
bnxt_en: Poll link at the end of __bnxt_open_nic().
Michael Chan
1
-0
/
+1
2016-02-17
net: rework setup_tc ndo op to consume general tc operand
John Fastabend
1
-2
/
+6
2016-02-17
net: rework ndo tc op to consume additional qdisc handle parameter
John Fastabend
1
-1
/
+4
2016-02-16
bnxt_en: Fix implementation of tx push operation.
Michael Chan
1
-17
/
+25
2016-02-16
bnxt_en: Cleanup and Fix flow control setup logic
Michael Chan
1
-13
/
+7
2016-01-30
bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.
Michael Chan
1
-2
/
+3
2016-01-30
bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter.
Michael Chan
1
-2
/
+0
2016-01-30
bnxt_en: Ring free response from close path should use completion ring
Prashant Sreedharan
1
-1
/
+1
2016-01-13
net: bnxt: always return values from _bnxt_get_max_rings
Arnd Bergmann
1
-7
/
+9
2016-01-11
bnxt_en: Zero pad firmware messages to 128 bytes.
Michael Chan
1
-0
/
+3
2016-01-04
bnxt_en: Modify init sequence to support shared or non shared rings.
Michael Chan
1
-10
/
+32
2016-01-04
bnxt_en: Modify bnxt_get_max_rings() to support shared or non shared rings.
Michael Chan
1
-22
/
+74
2016-01-04
bnxt_en: Re-structure ring indexing and mapping.
Michael Chan
1
-38
/
+53
2016-01-04
bnxt_en: Check for NULL rx or tx ring.
Michael Chan
1
-5
/
+22
2016-01-04
bnxt_en: Separate bnxt_{rx|tx}_ring_info structs from bnxt_napi struct.
Michael Chan
1
-84
/
+63
2016-01-04
bnxt_en: Refactor bnxt_dbg_dump_states().
Michael Chan
1
-17
/
+33
2015-12-28
bnxt_en: Add BCM57301 & BCM57402 devices.
David Christensen
1
-2
/
+8
2015-12-28
bnxt_en: Update to Firmware interface spec 1.0.0.
Michael Chan
1
-17
/
+16
2015-12-28
bnxt_en: Keep track of the ring group resource.
Michael Chan
1
-1
/
+10
2015-12-28
bnxt_en: Improve VF resource accounting.
Michael Chan
1
-5
/
+3
2015-12-28
bnxt_en: Check hardware resources before enabling NTUPLE.
Michael Chan
1
-8
/
+33
2015-12-28
bnxt_en: Don't treat single segment rx frames as GRO frames.
Michael Chan
1
-1
/
+6
2015-12-28
bnxt_en: Allocate rx_cpu_rmap only if Accelerated RFS is enabled.
Michael Chan
1
-3
/
+1
2015-12-28
bnxt_en: Increment checksum error counter only if NETIF_F_RXCSUM is set.
Satish Baddipadige
1
-2
/
+4
2015-12-28
bnxt_en: Optimize ring alloc and ring free functions.
Michael Chan
1
-114
/
+87
2015-12-28
bnxt_en: support hwrm_func_drv_unrgtr command
Jeffrey Huang
1
-0
/
+9
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+32
2015-12-12
bnxt_en: Implement missing tx timeout reset logic.
Michael Chan
1
-3
/
+13
2015-12-12
bnxt_en: Don't cancel sp_task from bnxt_close_nic().
Michael Chan
1
-2
/
+11
2015-12-12
bnxt_en: Change bp->state to bitmap.
Michael Chan
1
-4
/
+4
2015-12-12
bnxt_en: Fix bitmap declaration to work on 32-bit arches.
Michael Chan
1
-6
/
+5
2015-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-13
/
+31
2015-12-03
bnxt_en: Setup uc_list mac filters after resetting the chip.
Michael Chan
1
-5
/
+8
2015-12-03
bnxt_en: enforce proper storing of MAC address
Jeffrey Huang
1
-7
/
+13
2015-12-03
bnxt_en: Fixed incorrect implementation of ndo_set_mac_address
Jeffrey Huang
1
-1
/
+10
2015-11-19
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
1
-2
/
+0
2015-11-06
bnxt_en: Fix comparison of u16 sw_id against negative value.
Michael Chan
1
-4
/
+5
2015-11-06
bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4
Jeffrey Huang
1
-3
/
+16
2015-10-26
bnxt_en: Fix compile warnings when CONFIG_INET is not set.
Michael Chan
1
-1
/
+1
2015-10-24
bnxt_en: Fix compile errors when CONFIG_BNXT_SRIOV is not set.
Michael Chan
1
-25
/
+7
2015-10-23
bnxt_en: New Broadcom ethernet driver.
Michael Chan
1
-0
/
+5746