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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-04
dt-bindings: net: add IPA iommus property
Alex Elder
1
-1
/
+9
2020-05-04
Merge branch 'net-add-helper-eth_hw_addr_crc'
David S. Miller
2
-2
/
+13
2020-05-04
r8169: use new helper eth_hw_addr_crc
Heiner Kallweit
1
-2
/
+1
2020-05-04
net: add helper eth_hw_addr_crc
Heiner Kallweit
1
-0
/
+12
2020-05-04
net: dsa: felix: allow the device to be disabled
Michael Walle
1
-0
/
+5
2020-05-04
Merge branch 'net-smc-add-failover-processing'
David S. Miller
11
-75
/
+514
2020-05-04
net/smc: save SMC-R peer link_uid
Karsten Graul
4
-0
/
+13
2020-05-04
net/smc: create improved SMC-R link_uid
Karsten Graul
4
-5
/
+19
2020-05-04
net/smc: improve termination processing
Karsten Graul
1
-30
/
+31
2020-05-04
net/smc: add termination reason and handle LLC protocol violation
Karsten Graul
4
-2
/
+30
2020-05-04
net/smc: asymmetric link tagging
Karsten Graul
3
-9
/
+41
2020-05-04
net/smc: assign link to a new connection
Karsten Graul
1
-19
/
+46
2020-05-04
net/smc: send DELETE_LINK, ALL message and wait for send to complete
Karsten Graul
3
-0
/
+51
2020-05-04
net/smc: wait for departure of an IB message
Karsten Graul
3
-0
/
+42
2020-05-04
net/smc: handle incoming CDC validation message
Karsten Graul
3
-6
/
+48
2020-05-04
net/smc: send failover validation message
Karsten Graul
3
-1
/
+27
2020-05-04
net/smc: switch connections to alternate link
Karsten Graul
6
-9
/
+162
2020-05-04
net/smc: save state of last sent CDC message
Karsten Graul
2
-0
/
+10
2020-05-04
Merge branch 'bnxt_en-Updates-for-net-next'
David S. Miller
8
-141
/
+482
2020-05-04
bnxt_en: show only relevant ethtool stats for a TX or RX ring
Rajesh Ravi
1
-22
/
+71
2020-05-04
bnxt_en: Split HW ring statistics strings into RX and TX parts.
Michael Chan
1
-20
/
+33
2020-05-04
bnxt_en: Refactor the software ring counters.
Michael Chan
3
-13
/
+42
2020-05-04
bnxt_en: Add doorbell information to bnxt_en_dev struct.
Michael Chan
2
-0
/
+10
2020-05-04
bnxt_en: Add support for L2 doorbell size.
Michael Chan
2
-7
/
+37
2020-05-04
bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries.
Michael Chan
1
-1
/
+7
2020-05-04
bnxt_en: Define the doorbell offsets on 57500 chips.
Michael Chan
2
-2
/
+5
2020-05-04
bnxt_en: Improve kernel log messages related to ethtool reset.
Edwin Peer
1
-4
/
+14
2020-05-04
bnxt_en: fix ethtool_reset_flags ABI violations
Edwin Peer
2
-24
/
+31
2020-05-04
bnxt_en: refactor ethtool firmware reset types
Edwin Peer
1
-13
/
+25
2020-05-04
bnxt_en: prepare to refactor ethtool reset types
Edwin Peer
1
-17
/
+29
2020-05-04
bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.
Vasundhara Volam
2
-3
/
+2
2020-05-04
bnxt_en: Improve TQM ring context memory sizing formulas.
Michael Chan
1
-5
/
+9
2020-05-04
bnxt_en: Allocate TQM ring context memory according to fw specification.
Michael Chan
2
-13
/
+18
2020-05-04
bnxt_en: Update firmware spec. to 1.10.1.33.
Michael Chan
1
-32
/
+184
2020-05-03
Merge branch 'net-smc-add-and-delete-link-processing'
David S. Miller
7
-43
/
+800
2020-05-03
net/smc: enqueue local LLC messages
Karsten Graul
3
-2
/
+33
2020-05-03
net/smc: delete link processing as SMC server
Karsten Graul
1
-0
/
+72
2020-05-03
net/smc: delete link processing as SMC client
Karsten Graul
1
-0
/
+72
2020-05-03
net/smc: llc_del_link_work and use the LLC flow for delete link
Karsten Graul
3
-34
/
+45
2020-05-03
net/smc: delete an asymmetric link as SMC server
Karsten Graul
3
-2
/
+82
2020-05-03
net/smc: final part of add link processing as SMC server
Karsten Graul
1
-1
/
+28
2020-05-03
net/smc: rkey processing for a new link as SMC server
Karsten Graul
1
-1
/
+42
2020-05-03
net/smc: first part of add link processing as SMC server
Karsten Graul
3
-2
/
+92
2020-05-03
net/smc: final part of add link processing as SMC client
Karsten Graul
3
-4
/
+72
2020-05-03
net/smc: rkey processing for a new link as SMC client
Karsten Graul
2
-1
/
+157
2020-05-03
net/smc: first part of add link processing as SMC client
Karsten Graul
3
-2
/
+111
2020-05-03
Merge branch 'Enhance-current-features-in-ena-driver'
David S. Miller
6
-70
/
+105
2020-05-03
net: ena: cosmetic: extract code to ena_indirection_table_set()
Arthur Kiyanovski
1
-18
/
+30
2020-05-03
net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macros
Sameeh Jubran
1
-7
/
+7
2020-05-03
net: ena: use SHUTDOWN as reset reason when closing interface
Sameeh Jubran
1
-0
/
+2
[next]