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
2019-11-24
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
3
-0
/
+64
2019-11-24
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
5
-28
/
+54
2019-11-24
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
3
-20
/
+27
2019-11-24
bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumps
Daniel Borkmann
2
-18
/
+52
2019-11-24
selftests/bpf: Add BPF trampoline performance test
Alexei Starovoitov
2
-0
/
+185
2019-11-24
Merge branch 'jmp32-reg-bounds'
Alexei Starovoitov
2
-0
/
+102
2019-11-24
selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only
Andrii Nakryiko
2
-5
/
+15
2019-11-24
selftests/bpf: Add verifier tests for better jmp32 register bounds
Yonghong Song
1
-0
/
+83
2019-11-24
libbpf: Fix bpf_object name determination for bpf_object__open_file()
Andrii Nakryiko
1
-1
/
+1
2019-11-24
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
1
-0
/
+19
2019-11-24
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
1
-28
/
+46
2019-11-24
Merge branch 'libbpf-global-vars'
Alexei Starovoitov
15
-161
/
+185
2019-11-24
selftests/bpf: Integrate verbose verifier log into test_progs
Andrii Nakryiko
4
-9
/
+27
2019-11-24
libbpf: Support initialized global variables
Andrii Nakryiko
14
-33
/
+28
2019-11-24
selftests, bpftool: Skip the build test if not in tree
Jakub Kicinski
1
-0
/
+4
2019-11-24
libbpf: Fix various errors and warning reported by checkpatch.pl
Andrii Nakryiko
1
-17
/
+21
2019-11-24
selftests, bpftool: Set EXIT trap after usage function
Quentin Monnet
1
-13
/
+13
2019-11-24
libbpf: Refactor relocation handling
Andrii Nakryiko
1
-118
/
+143
2019-11-24
tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'
Quentin Monnet
1
-0
/
+6
2019-11-24
selftests/bpf: Ensure no DWARF relocations for BPF object files
Andrii Nakryiko
1
-1
/
+1
2019-11-24
tools, bpftool: Fix warning on ignored return value for 'read'
Quentin Monnet
1
-3
/
+3
2019-11-24
xsk: Fix xsk_poll()'s return type
Luc Van Oostenryck
1
-4
/
+4
2019-11-24
powerpc: Add const qual to local_read() parameter
Eric Dumazet
1
-1
/
+1
2019-11-24
Merge branch 'bnxt_en-Updates'
Jakub Kicinski
7
-92
/
+190
2019-11-24
bnxt_en: Add support for flashing the device via devlink
Vasundhara Volam
3
-2
/
+24
2019-11-24
bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.
Michael Chan
3
-5
/
+12
2019-11-24
bnxt_en: Add async. event logic for PHY configuration changes.
Michael Chan
2
-0
/
+11
2019-11-24
bnxt_en: Refactor the initialization of the ethtool link settings.
Michael Chan
1
-20
/
+26
2019-11-24
bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.
Michael Chan
3
-3
/
+10
2019-11-24
bnxt_en: Assign more RSS context resources to the VFs.
Michael Chan
1
-2
/
+6
2019-11-24
bnxt_en: Initialize context memory to the value specified by firmware.
Michael Chan
2
-9
/
+19
2019-11-24
bnxt_en: Fix suspend/resume path on 57500 chips
Vasundhara Volam
1
-0
/
+14
2019-11-24
bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()
Vasundhara Volam
1
-2
/
+10
2019-11-24
bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.
Vasundhara Volam
3
-47
/
+35
2019-11-24
bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.
Vasundhara Volam
2
-3
/
+11
2019-11-24
bnxt_en: Disable/enable Bus master during suspend/resume.
Michael Chan
1
-0
/
+8
2019-11-24
bnxt_en: Add chip IDs for 57452 and 57454 chips.
Michael Chan
1
-1
/
+6
2019-11-24
sfc: fix build without CONFIG_RFS_ACCEL
Jakub Kicinski
1
-0
/
+2
2019-11-23
hv_netvsc: make recording RSS hash depend on feature flag
Stephen Hemminger
3
-2
/
+4
2019-11-23
net: gro: use vlan API instead of accessing directly
Tonghao Zhang
1
-1
/
+1
2019-11-23
Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
8
-93
/
+187
2019-11-23
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
10
-65
/
+59
2019-11-23
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
Taehee Yoo
4
-6
/
+6
2019-11-23
Merge tag 'wireless-drivers-next-2019-11-22' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
96
-562
/
+2252
2019-11-23
Merge branch 'nfc-convert-from-txt-to-rst'
Jakub Kicinski
2
-36
/
+39
2019-11-23
docs: networking: nfc: change to rst format
Robert Schwebel
2
-0
/
+1
2019-11-23
docs: networking: nfc: fix code block syntax
Robert Schwebel
1
-8
/
+8
2019-11-23
docs: networking: nfc: fix bullet list syntax
Robert Schwebel
1
-1
/
+1
2019-11-23
docs: networking: nfc: change block diagram to sphinx syntax
Robert Schwebel
1
-24
/
+25
2019-11-23
docs: networking: nfc: change headlines to sphinx syntax
Robert Schwebel
1
-3
/
+4
[next]