index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
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
2020-05-03
net: ena: drop superfluous prototype
Arthur Kiyanovski
1
-12
/
+0
2020-05-03
net: ena: add support for reporting of packet drops
Sameeh Jubran
3
-0
/
+15
2020-05-03
net: ena: add unmask interrupts statistics to ethtool
Sameeh Jubran
3
-0
/
+5
2020-05-03
net: ena: remove code that does nothing
Sameeh Jubran
1
-4
/
+1
2020-05-03
net: ena: changes to RSS hash key allocation
Sameeh Jubran
1
-11
/
+5
2020-05-03
net: ena: change default RSS hash function to Toeplitz
Arthur Kiyanovski
1
-1
/
+1
2020-05-03
net: ena: allow setting the hash function without changing the key
Sameeh Jubran
3
-14
/
+32
2020-05-03
net: ena: fix error returning in ena_com_get_hash_function()
Arthur Kiyanovski
1
-2
/
+4
2020-05-03
net: ena: avoid unnecessary admin command when RSS function set fails
Arthur Kiyanovski
1
-1
/
+3
2020-05-03
net_sched: sch_fq: perform a prefetch() earlier
Eric Dumazet
1
-1
/
+1
2020-05-03
net_sched: sch_fq: do not call fq_peek() twice per packet
Eric Dumazet
1
-18
/
+16
2020-05-03
net_sched: sch_fq: use bulk freeing in fq_gc()
Eric Dumazet
1
-7
/
+11
2020-05-03
net_sched: sch_fq: change fq_flow size/layout
Eric Dumazet
1
-2
/
+7
2020-05-03
net_sched: sch_fq: avoid touching f->next from fq_gc()
Eric Dumazet
1
-8
/
+13
2020-05-02
inet_diag: bc: read cgroup id only for full sockets
Dmitry Yakunin
1
-1
/
+2
2020-05-02
net: ethernet: fec: Replace interrupt driven MDIO with polled IO
Andrew Lunn
2
-36
/
+45
2020-05-02
smc: Remove unused function.
David S. Miller
1
-24
/
+0
2020-05-02
ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.
Vincent Cheng
2
-2
/
+98
2020-05-02
ptp: Add adjust_phase to ptp_clock_caps capability.
Vincent Cheng
3
-3
/
+8
2020-05-02
ptp: Add adjphase function to support phase offset control.
Vincent Cheng
2
-1
/
+8
2020-05-01
selftests/bpf: Use reno instead of dctcp
Stanislav Fomichev
2
-4
/
+3
2020-05-01
net/smc: llc_add_link_work to handle ADD_LINK LLC requests
Karsten Graul
2
-2
/
+23
2020-05-01
net/smc: allocate index for a new link
Karsten Graul
2
-1
/
+25
2020-05-01
net/smc: introduce smc_pnet_find_alt_roce()
Karsten Graul
2
-3
/
+17
2020-05-01
net/smc: remove DELETE LINK processing from smc_core.c
Karsten Graul
1
-33
/
+0
2020-05-01
net/smc: take link down instead of terminating the link group
Karsten Graul
4
-19
/
+13
2020-05-01
net/smc: add smcr_port_err() and smcr_link_down() processing
Karsten Graul
4
-32
/
+98
2020-05-01
net/smc: add smcr_port_add() and smcr_link_up() processing
Karsten Graul
3
-0
/
+88
2020-05-01
net/smc: remember PNETID of IB device for later device matching
Karsten Graul
2
-0
/
+4
2020-05-01
net/smc: mutex to protect the lgr against parallel reconfigurations
Karsten Graul
4
-12
/
+34
2020-05-01
net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()
Karsten Graul
3
-46
/
+62
2020-05-01
net/smc: map and register buffers for a new link
Karsten Graul
2
-0
/
+62
[next]