index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
Commit message (
Expand
)
Author
Age
Files
Lines
*
bnxt_en: Enable AER support.
Satish Baddipadige
2016-03-08
1
-0
/
+109
*
bnxt_en: Include hardware port statistics in ethtool -S.
Michael Chan
2016-03-08
1
-2
/
+103
*
bnxt_en: Include some hardware port statistics in ndo_get_stats64().
Michael Chan
2016-03-08
1
-0
/
+16
*
bnxt_en: Add port statistics support.
Michael Chan
2016-03-08
2
-1
/
+60
*
bnxt_en: Extend autoneg to all speeds.
Michael Chan
2016-03-08
2
-14
/
+4
*
bnxt_en: Use common function to get ethtool supported flags.
Michael Chan
2016-03-08
1
-20
/
+9
*
bnxt_en: Add reporting of link partner advertisement.
Michael Chan
2016-03-08
3
-2
/
+23
*
bnxt_en: Refactor bnxt_fw_to_ethtool_advertised_spds().
Michael Chan
2016-03-08
1
-13
/
+20
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
1
-1
/
+2
|
\
|
*
bnxt_en: Fix zero padding of tx push data.
Michael Chan
2016-02-23
1
-1
/
+2
*
|
net: relax setup_tc ndo op handle restriction
John Fastabend
2016-03-03
1
-1
/
+1
*
|
bnxt_en: Add hwrm_send_message_silent().
Michael Chan
2016-03-01
3
-1
/
+13
*
|
bnxt_en: Refactor _hwrm_send_message().
Michael Chan
2016-03-01
1
-5
/
+9
*
|
bnxt_en: Add installed-package firmware version reporting via Ethtool GDRVINFO
Rob Swindell
2016-03-01
3
-8
/
+109
*
|
bnxt_en: Fix dmesg log firmware error messages.
Michael Chan
2016-03-01
3
-31
/
+17
*
|
bnxt_en: Use firmware provided message timeout value.
Michael Chan
2016-03-01
2
-1
/
+10
*
|
bnxt_en: Add coalescing support for tx rings.
Michael Chan
2016-03-01
3
-8
/
+49
*
|
bnxt_en: Refactor bnxt_hwrm_set_coal().
Michael Chan
2016-03-01
1
-9
/
+17
*
|
bnxt_en: Store irq coalescing timer values in micro seconds.
Michael Chan
2016-03-01
3
-29
/
+34
*
|
bnxt_en: Send PF driver unload notification to all VFs.
Jeffrey Huang
2016-03-01
3
-2
/
+52
*
|
bnxt_en: Improve bnxt_vf_update_mac().
Jeffrey Huang
2016-03-01
1
-5
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
3
-72
/
+60
|
\
\
|
|
/
|
*
bnxt_en: Failure to update PHY is not fatal condition.
Michael Chan
2016-02-19
1
-1
/
+1
|
*
bnxt_en: Remove unnecessary call to update PHY settings.
Michael Chan
2016-02-19
1
-4
/
+2
|
*
bnxt_en: Poll link at the end of __bnxt_open_nic().
Michael Chan
2016-02-19
1
-0
/
+1
|
*
bnxt_en: Reduce default ring sizes.
Michael Chan
2016-02-16
1
-2
/
+2
|
*
bnxt_en: Fix implementation of tx push operation.
Michael Chan
2016-02-16
2
-19
/
+34
|
*
bnxt_en: Remove 20G support and advertise only 40GbaseCR4.
Michael Chan
2016-02-16
1
-16
/
+5
|
*
bnxt_en: Cleanup and Fix flow control setup logic
Michael Chan
2016-02-16
2
-26
/
+9
|
*
bnxt_en: Fix ethtool autoneg logic.
Michael Chan
2016-02-16
1
-4
/
+6
*
|
net: rework setup_tc ndo op to consume general tc operand
John Fastabend
2016-02-17
1
-2
/
+6
*
|
net: rework ndo tc op to consume additional qdisc handle parameter
John Fastabend
2016-02-17
1
-1
/
+4
|
/
*
bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.
Michael Chan
2016-01-29
1
-2
/
+3
*
bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter.
Michael Chan
2016-01-29
1
-2
/
+0
*
bnxt_en: Ring free response from close path should use completion ring
Prashant Sreedharan
2016-01-29
1
-1
/
+1
*
net: bnxt: always return values from _bnxt_get_max_rings
Arnd Bergmann
2016-01-12
1
-7
/
+9
*
bnxt_en: Reset embedded processor after applying firmware upgrade
Rob Swindell
2016-01-10
1
-4
/
+42
*
bnxt_en: Zero pad firmware messages to 128 bytes.
Michael Chan
2016-01-10
1
-0
/
+3
*
bnxt_en: Modify ethtool -l|-L to support combined or rx/tx rings.
Michael Chan
2016-01-04
1
-12
/
+45
*
bnxt_en: Modify init sequence to support shared or non shared rings.
Michael Chan
2016-01-04
1
-10
/
+32
*
bnxt_en: Modify bnxt_get_max_rings() to support shared or non shared rings.
Michael Chan
2016-01-04
3
-25
/
+79
*
bnxt_en: Re-structure ring indexing and mapping.
Michael Chan
2016-01-04
2
-38
/
+55
*
bnxt_en: Check for NULL rx or tx ring.
Michael Chan
2016-01-04
1
-5
/
+22
*
bnxt_en: Separate bnxt_{rx|tx}_ring_info structs from bnxt_napi struct.
Michael Chan
2016-01-04
2
-86
/
+70
*
bnxt_en: Refactor bnxt_dbg_dump_states().
Michael Chan
2016-01-04
1
-17
/
+33
*
bnxt_en: Add BCM57301 & BCM57402 devices.
David Christensen
2015-12-28
1
-2
/
+8
*
bnxt_en: Update to Firmware interface spec 1.0.0.
Michael Chan
2015-12-28
4
-572
/
+349
*
bnxt_en: Keep track of the ring group resource.
Michael Chan
2015-12-28
3
-2
/
+18
*
bnxt_en: Improve VF resource accounting.
Michael Chan
2015-12-28
3
-14
/
+12
*
bnxt_en: Cleanup bnxt_hwrm_func_cfg().
Michael Chan
2015-12-28
1
-17
/
+16
[next]