index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
scompress.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-04
net/smc: delete an asymmetric link as SMC server
Karsten Graul
3
-2
/
+82
2020-05-04
net/smc: final part of add link processing as SMC server
Karsten Graul
1
-1
/
+28
2020-05-04
net/smc: rkey processing for a new link as SMC server
Karsten Graul
1
-1
/
+42
2020-05-04
net/smc: first part of add link processing as SMC server
Karsten Graul
3
-2
/
+92
2020-05-04
net/smc: final part of add link processing as SMC client
Karsten Graul
3
-4
/
+72
2020-05-04
net/smc: rkey processing for a new link as SMC client
Karsten Graul
2
-1
/
+157
2020-05-04
net/smc: first part of add link processing as SMC client
Karsten Graul
3
-2
/
+111
2020-05-04
net: ena: cosmetic: extract code to ena_indirection_table_set()
Arthur Kiyanovski
1
-18
/
+30
2020-05-04
net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macros
Sameeh Jubran
1
-7
/
+7
2020-05-04
net: ena: use SHUTDOWN as reset reason when closing interface
Sameeh Jubran
1
-0
/
+2
2020-05-04
net: ena: drop superfluous prototype
Arthur Kiyanovski
1
-12
/
+0
2020-05-04
net: ena: add support for reporting of packet drops
Sameeh Jubran
3
-0
/
+15
2020-05-04
net: ena: add unmask interrupts statistics to ethtool
Sameeh Jubran
3
-0
/
+5
2020-05-04
net: ena: remove code that does nothing
Sameeh Jubran
1
-4
/
+1
2020-05-04
net: ena: changes to RSS hash key allocation
Sameeh Jubran
1
-11
/
+5
2020-05-04
net: ena: change default RSS hash function to Toeplitz
Arthur Kiyanovski
1
-1
/
+1
2020-05-04
net: ena: allow setting the hash function without changing the key
Sameeh Jubran
3
-14
/
+32
2020-05-04
net: ena: fix error returning in ena_com_get_hash_function()
Arthur Kiyanovski
1
-2
/
+4
2020-05-04
net: ena: avoid unnecessary admin command when RSS function set fails
Arthur Kiyanovski
1
-1
/
+3
2020-05-04
net_sched: sch_fq: perform a prefetch() earlier
Eric Dumazet
1
-1
/
+1
2020-05-04
net_sched: sch_fq: do not call fq_peek() twice per packet
Eric Dumazet
1
-18
/
+16
2020-05-04
net_sched: sch_fq: use bulk freeing in fq_gc()
Eric Dumazet
1
-7
/
+11
2020-05-04
net_sched: sch_fq: change fq_flow size/layout
Eric Dumazet
1
-2
/
+7
2020-05-04
net_sched: sch_fq: avoid touching f->next from fq_gc()
Eric Dumazet
1
-8
/
+13
2020-05-03
inet_diag: bc: read cgroup id only for full sockets
Dmitry Yakunin
1
-1
/
+2
2020-05-03
net: ethernet: fec: Replace interrupt driven MDIO with polled IO
Andrew Lunn
2
-36
/
+45
2020-05-03
smc: Remove unused function.
David S. Miller
1
-24
/
+0
2020-05-03
ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.
Vincent Cheng
2
-2
/
+98
2020-05-03
ptp: Add adjust_phase to ptp_clock_caps capability.
Vincent Cheng
3
-3
/
+8
2020-05-03
ptp: Add adjphase function to support phase offset control.
Vincent Cheng
2
-1
/
+8
2020-05-02
selftests/bpf: Use reno instead of dctcp
Stanislav Fomichev
2
-4
/
+3
2020-05-02
net/smc: llc_add_link_work to handle ADD_LINK LLC requests
Karsten Graul
2
-2
/
+23
2020-05-02
net/smc: allocate index for a new link
Karsten Graul
2
-1
/
+25
2020-05-02
net/smc: introduce smc_pnet_find_alt_roce()
Karsten Graul
2
-3
/
+17
2020-05-02
net/smc: remove DELETE LINK processing from smc_core.c
Karsten Graul
1
-33
/
+0
2020-05-02
net/smc: take link down instead of terminating the link group
Karsten Graul
4
-19
/
+13
2020-05-02
net/smc: add smcr_port_err() and smcr_link_down() processing
Karsten Graul
4
-32
/
+98
2020-05-02
net/smc: add smcr_port_add() and smcr_link_up() processing
Karsten Graul
3
-0
/
+88
2020-05-02
net/smc: remember PNETID of IB device for later device matching
Karsten Graul
2
-0
/
+4
2020-05-02
net/smc: mutex to protect the lgr against parallel reconfigurations
Karsten Graul
4
-12
/
+34
2020-05-02
net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()
Karsten Graul
3
-46
/
+62
2020-05-02
net/smc: map and register buffers for a new link
Karsten Graul
2
-0
/
+62
2020-05-02
net/smc: unmapping of buffers to support multiple links
Karsten Graul
2
-17
/
+60
2020-05-02
net/smc: multiple link support for rmb buffer registration
Karsten Graul
3
-35
/
+36
2020-05-02
net: enetc: add tc flower psfp offload driver
Po Liu
5
-15
/
+1300
2020-05-02
net: enetc: add hw tc hw offload features for PSPF capability
Po Liu
4
-0
/
+96
2020-05-02
net: schedule: add action gate offloading
Po Liu
3
-0
/
+142
2020-05-02
net: qos: introduce a gate control flow action
Po Liu
6
-0
/
+744
2020-05-02
net: bcmgenet: Move wake-up event out of side band ISR
Doug Berger
3
-13
/
+67
2020-05-02
net: ipa: do not cache channel state
Alex Elder
2
-35
/
+55
[next]