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-05
sysctl: Fix unused function warning
Arnd Bergmann
1
-1
/
+1
2020-05-04
xsk: Remove unnecessary member in xdp_umem
Magnus Karlsson
2
-5
/
+3
2020-05-04
xsk: Change two variable names for increased clarity
Magnus Karlsson
5
-19
/
+19
2020-05-04
bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_prog
Arnd Bergmann
1
-4
/
+2
2020-05-04
bpf, arm: Optimize ALU ARSH K using asr immediate instruction
Luke Nelson
2
-3
/
+10
2020-05-04
bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instruction
Luke Nelson
1
-2
/
+2
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
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
Merge branch 'sch_fq-optimizations'
David S. Miller
1
-36
/
+48
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
Merge branch 'ptp-Add-adjust-phase-to-support-phase-offset'
David S. Miller
7
-6
/
+114
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
153
-2960
/
+6332
2020-05-01
Merge branch 'net-smc-extent-buffer-mapping-and-port-handling'
David S. Miller
11
-196
/
+522
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
[prev]
[next]