index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
qede: Add support for reading the config id attributes.
Sudarsana Reddy Kalluru
2
-0
/
+103
2019-08-31
qed: Add APIs for reading config id attributes.
Sudarsana Reddy Kalluru
3
-0
/
+71
2019-08-30
net/mlx5e: Remove unlikely() from WARN*() condition
Denis Efremov
1
-1
/
+1
2019-08-30
bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.
Michael Chan
1
-30
/
+52
2019-08-30
net/mlx5e: Move local var definition into ifdef block
Vlad Buslov
1
-2
/
+4
2019-08-30
net: stmmac: depend on COMMON_CLK
Stephen Rothwell
1
-0
/
+1
2019-08-30
arcnet: capmode: remove redundant assignment to pointer pkt
Colin Ian King
1
-1
/
+1
2019-08-30
bnxt_en: Add FW fatal devlink_health_reporter.
Vasundhara Volam
3
-2
/
+141
2019-08-30
bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.
Michael Chan
2
-0
/
+45
2019-08-30
bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().
Michael Chan
1
-0
/
+64
2019-08-30
bnxt_en: Do not send firmware messages if firmware is in error state.
Michael Chan
2
-7
/
+12
2019-08-30
bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.
Vasundhara Volam
3
-9
/
+45
2019-08-30
bnxt_en: Add devlink health reset reporter.
Vasundhara Volam
4
-0
/
+61
2019-08-30
bnxt_en: Handle firmware reset.
Michael Chan
3
-0
/
+164
2019-08-30
bnxt_en: Handle RESET_NOTIFY async event from firmware.
Michael Chan
2
-0
/
+18
2019-08-30
bnxt_en: Add new FW devlink_health_reporter
Vasundhara Volam
2
-0
/
+84
2019-08-30
bnxt_en: Add BNXT_STATE_IN_FW_RESET state.
Michael Chan
3
-0
/
+26
2019-08-30
bnxt_en: Enable health monitoring.
Michael Chan
2
-2
/
+73
2019-08-30
bnxt_en: Pre-map the firmware health monitoring registers.
Michael Chan
2
-0
/
+35
2019-08-30
bnxt_en: Discover firmware error recovery capabilities.
Michael Chan
2
-0
/
+115
2019-08-30
bnxt_en: Handle firmware reset status during IF_UP.
Michael Chan
2
-20
/
+89
2019-08-30
bnxt_en: Register buffers for VFs before reserving resources.
Vasundhara Volam
1
-5
/
+5
2019-08-30
bnxt_en: Refactor bnxt_sriov_enable().
Michael Chan
2
-16
/
+35
2019-08-30
bnxt_en: Prepare bnxt_init_one() to be called multiple times.
Michael Chan
3
-40
/
+93
2019-08-30
bnxt_en: Suppress all error messages in hwrm_do_send_msg() in silent mode.
Michael Chan
1
-10
/
+17
2019-08-30
bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.
Michael Chan
1
-64
/
+8
2019-08-30
bnxt_en: Convert error code in firmware message response to standard code.
Michael Chan
6
-77
/
+44
2019-08-30
bnxt_en: Remove the -1 error return code from bnxt_hwrm_do_send_msg().
Michael Chan
1
-3
/
+3
2019-08-30
bnxt_en: Use a common function to print the same ethtool -f error message.
Michael Chan
1
-6
/
+8
2019-08-30
net: sgi: ioc3-eth: no need to stop queue set_multicast_list
Thomas Bogendoerfer
1
-4
/
+0
2019-08-30
net: sgi: ioc3-eth: protect emcr in all cases
Thomas Bogendoerfer
1
-0
/
+8
2019-08-30
net: sgi: ioc3-eth: Fix IPG settings
Thomas Bogendoerfer
1
-2
/
+2
2019-08-30
net: sgi: ioc3-eth: use csum_fold
Thomas Bogendoerfer
1
-5
/
+1
2019-08-30
net: sgi: ioc3-eth: use dma-direct for dma allocations
Thomas Bogendoerfer
1
-33
/
+113
2019-08-30
net: sgi: ioc3-eth: refactor rx buffer allocation
Thomas Bogendoerfer
1
-50
/
+45
2019-08-30
net: sgi: ioc3-eth: split ring cleaning/freeing and allocation
Thomas Bogendoerfer
1
-15
/
+13
2019-08-30
net: sgi: ioc3-eth: introduce chip start function
Thomas Bogendoerfer
1
-20
/
+29
2019-08-30
net: sgi: ioc3-eth: separate tx and rx ring handling
Thomas Bogendoerfer
1
-12
/
+8
2019-08-30
net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()
Thomas Bogendoerfer
1
-21
/
+1
2019-08-30
net: sgi: ioc3-eth: allocate space for desc rings only once
Thomas Bogendoerfer
1
-53
/
+52
2019-08-30
net: sgi: ioc3-eth: use defines for constants dealing with desc rings
Thomas Bogendoerfer
1
-18
/
+24
2019-08-30
net: sgi: ioc3-eth: remove checkpatch errors/warning
Thomas Bogendoerfer
1
-145
/
+130
2019-08-30
MIPS: SGI-IP27: restructure ioc3 register access
Thomas Bogendoerfer
1
-233
/
+185
2019-08-30
wimax/i2400m: remove debug containing bogus calculation of index
Colin Ian King
1
-7
/
+2
2019-08-29
net: spider_net: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+2
2019-08-29
r8169: add support for EEE on RTL8125
Heiner Kallweit
1
-0
/
+24
2019-08-29
r8169: add RTL8125 PHY initialization
Heiner Kallweit
1
-3
/
+127
2019-08-29
r8169: add support for RTL8125
Heiner Kallweit
2
-18
/
+265
2019-08-29
r8169: don't use bit LastFrag in tx descriptor after send
Heiner Kallweit
1
-1
/
+1
2019-08-29
r8169: read common register for PCI commit
Heiner Kallweit
1
-1
/
+1
[next]