index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-21
net: bcmgenet: Use get_unligned_beXX() and put_unaligned_beXX()
Andy Shevchenko
1
-9
/
+4
2020-04-21
net: bcmgenet: Use devm_clk_get_optional() to get the clocks
Andy Shevchenko
1
-7
/
+12
2020-04-21
net: bcmgenet: Drop useless OF code
Andy Shevchenko
1
-13
/
+0
2020-04-21
net: bcmgenet: Drop ACPI_PTR() to avoid compiler warning
Andy Shevchenko
1
-1
/
+1
2020-04-20
net: systemport: Omit superfluous error message in bcm_sysport_probe()
Tang Bin
1
-1
/
+0
2020-04-01
bnx2x: correct a comment mistake in grammar
Hu Haowen
1
-1
/
+2
2020-03-30
devlink: Implicitly set auto recover flag when registering health reporter
Eran Ben Elisha
1
-3
/
+3
2020-03-30
net: sched: expose HW stats types per action used by drivers
Jiri Pirko
1
-1
/
+1
2020-03-28
bgmac: configure MTU and add support for frames beyond 8192 byte size
Murali Krishna Policharla
2
-2
/
+15
2020-03-28
bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get cb
Vasundhara Volam
1
-2
/
+2
2020-03-28
bnxt_en: Add partno to devlink info_get cb
Vasundhara Volam
1
-0
/
+8
2020-03-28
bnxt_en: Read partno and serialno of the board from VPD
Vasundhara Volam
2
-0
/
+63
2020-03-28
bnxt_en: Add fw.mgmt.api version to devlink info_get cb.
Vasundhara Volam
3
-1
/
+21
2020-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-155
/
+89
2020-03-24
bnxt_en: Reset rings if ring reservation fails during open()
Vasundhara Volam
1
-0
/
+4
2020-03-24
bnxt_en: Free context memory after disabling PCI in probe error path.
Michael Chan
1
-3
/
+3
2020-03-24
bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.
Michael Chan
1
-4
/
+4
2020-03-24
bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()
Edwin Peer
1
-5
/
+10
2020-03-24
bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.
Michael Chan
3
-6
/
+14
2020-03-22
net: bcmgenet: always enable status blocks
Doug Berger
2
-97
/
+38
2020-03-18
net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*
Jakub Kicinski
1
-1
/
+1
2020-03-18
net: bcmgenet: keep MAC in reset until PHY is up
Doug Berger
3
-7
/
+15
2020-03-18
Revert "net: bcmgenet: use RGMII loopback for MAC reset"
Doug Berger
2
-34
/
+2
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-16
/
+14
2020-03-13
net: systemport: fix index check to avoid an array out of bounds access
Colin Ian King
1
-1
/
+1
2020-03-11
net: tg3: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+5
2020-03-11
net: bcmgenet: reject unsupported coalescing params
Jakub Kicinski
1
-4
/
+3
2020-03-11
net: bnx2x: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+1
2020-03-11
net: bnx2: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+5
2020-03-11
net: systemport: reject unsupported coalescing params
Jakub Kicinski
1
-2
/
+4
2020-03-09
bnxt_en: Call devlink_port_type_clear() in remove()
Vasundhara Volam
1
-0
/
+2
2020-03-09
bnxt_en: Return -EAGAIN if fw command returns BUSY
Vasundhara Volam
1
-0
/
+1
2020-03-09
bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.
Vasundhara Volam
1
-18
/
+11
2020-03-09
bnxt_en: Remove unnecessary assignment of return code
Vasundhara Volam
4
-44
/
+21
2020-03-09
bnxt_en: Clear DCB settings after firmware reset.
Michael Chan
1
-0
/
+1
2020-03-09
bnxt_en: Process the NQ under NAPI continuous polling.
Michael Chan
1
-9
/
+4
2020-03-09
bnxt_en: Simplify __bnxt_poll_cqs_done().
Michael Chan
1
-8
/
+7
2020-03-09
bnxt_en: Handle all NQ notifications in bnxt_poll_p5().
Michael Chan
1
-3
/
+4
2020-03-09
flow_offload: check for basic action hw stats type
Jiri Pirko
1
-2
/
+7
2020-03-06
bnxt_en: Use pci_get_dsn()
Jacob Keller
1
-10
/
+6
2020-03-06
bcm63xx_enet: remove redundant variable definitions
tangbin
1
-1
/
+0
2020-03-05
bnxt: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+6
2020-03-04
net/broadcom: Don't set N/A FW if it is not available
Leon Romanovsky
1
-2
/
+0
2020-03-04
net/broadcom: Clean broadcom code from driver versions
Leon Romanovsky
13
-60
/
+13
2020-03-02
bnxt_en: fix error handling when flashing from file
Edwin Peer
1
-13
/
+11
2020-03-02
bnxt_en: reinitialize IRQs when MTU is modified
Vasundhara Volam
1
-2
/
+2
2020-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-38
/
+39
2020-02-27
net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not needed
Nicolas Saenz Julienne
1
-0
/
+1
2020-02-27
bnxt_en: add newline to netdev_*() format strings
Jonathan Lemon
5
-38
/
+38
2020-02-25
net: bcmgenet: reduce severity of missing clock warnings
Jeremy Linton
1
-3
/
+3
[prev]
[next]