index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-25
linux/dim: Rename net_dim_sample() to net_dim_update_sample()
Tal Gilboa
3
-8
/
+8
2019-06-25
linux/dim: Rename externally exposed macros
Tal Gilboa
4
-6
/
+6
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-25
/
+9
2019-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-1
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
6
-24
/
+6
2019-06-18
bnx2x: Check if transceiver implements DDM before access
Mauro S. M. Rodrigues
2
-1
/
+3
2019-06-09
tg3: Use napi_alloc_frag()
Sebastian Andrzej Siewior
1
-1
/
+1
2019-06-09
bnx2x: Use napi_alloc_frag()
Sebastian Andrzej Siewior
1
-1
/
+1
2019-05-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-17
/
+23
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
1
-14
/
+1
2019-05-22
bnxt_en: Device serial number is supported only for PFs.
Vasundhara Volam
1
-5
/
+6
2019-05-22
bnxt_en: Reduce memory usage when running in kdump kernel.
Michael Chan
2
-3
/
+5
2019-05-22
bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().
Michael Chan
4
-9
/
+10
2019-05-22
bnxt_en: Fix aggregation buffer leak under OOM condition.
Michael Chan
1
-0
/
+2
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-14
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
4
-0
/
+4
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
18
-262
/
+548
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
4
-4
/
+4
2019-05-06
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
10
-56
/
+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
2
-1
/
+44
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
2
-1
/
+19
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
3
-1
/
+12
2019-05-05
bnxt_en: Check new firmware capability to display extended stats.
Vasundhara Volam
2
-2
/
+7
2019-05-05
bnxt_en: Add support for PCIe statistics
Vasundhara Volam
3
-1
/
+82
2019-05-05
bnxt_en: Refactor bnxt_alloc_stats().
Vasundhara Volam
1
-39
/
+36
2019-05-05
bnxt_en: Update firmware interface to 1.10.0.69.
Michael Chan
2
-53
/
+214
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+32
2019-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
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-26
cnic: Refactor code and mark expected switch fall-through
Gustavo A. R. Silva
1
-7
/
+6
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+1
2019-04-22
net: systemport: Remove need for DMA descriptor
Florian Fainelli
2
-58
/
+8
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-04-16
bnx2x: Add support for detection of P2P event packets.
Sudarsana Reddy Kalluru
1
-10
/
+12
2019-04-16
bnx2x: Replace magic numbers with macro definitions.
Sudarsana Reddy Kalluru
1
-20
/
+30
2019-04-15
bnx2x: fix spelling mistake "dicline" -> "decline"
Colin Ian King
1
-1
/
+1
2019-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-9
/
+19
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
broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constant
Michael Zhivich
2
-6
/
+6
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
10
-56
/
+0
[prev]
[next]