index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-11-26
1641
-30839
/
+105164
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-26
2
-3
/
+14
|
|
\
|
|
*
libbpf: Fix usage of u32 in userspace code
Andrii Nakryiko
2019-11-25
1
-1
/
+1
|
|
*
mm: Implement no-MMU variant of vmalloc_user_node_flags
Andrii Nakryiko
2019-11-25
1
-2
/
+13
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-25
9
-11
/
+22
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
slip: Fix use-after-free Read in slip_open
Jouni Hogander
2019-11-25
1
-0
/
+1
|
|
*
net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
Oleksij Rempel
2019-11-25
1
-5
/
+5
|
|
*
macvlan: schedule bc_work even if error
Menglong Dong
2019-11-25
1
-1
/
+2
|
|
*
mdio_bus: don't use managed reset-controller
David Bauer
2019-11-25
1
-2
/
+4
|
|
*
sctp: cache netns in sctp_ep_common
Xin Long
2019-11-24
4
-2
/
+7
|
|
*
sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
Navid Emamdoost
2019-11-24
1
-1
/
+3
|
*
|
enetc: add support Credit Based Shaper(CBS) for hardware offload
Po Liu
2019-11-25
5
-2
/
+138
|
*
|
net: phy: add helpers phy_(un)lock_mdio_bus
Heiner Kallweit
2019-11-25
2
-14
/
+24
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-25
50
-548
/
+2031
|
|
\
\
|
|
*
|
bpf: Simplify __bpf_arch_text_poke poke type handling
Daniel Borkmann
2019-11-25
4
-83
/
+32
|
|
*
|
bpf: Introduce BPF_TRACE_x helper for the tracing tests
Martin KaFai Lau
2019-11-25
7
-187
/
+125
|
|
*
|
bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JIT
Daniel Borkmann
2019-11-25
1
-0
/
+5
|
|
*
|
Merge branch 'optimize-bpf_tail_call'
Alexei Starovoitov
2019-11-25
15
-140
/
+1364
|
|
|
\
\
|
|
|
*
|
bpf, testing: Add various tail call test cases
Daniel Borkmann
2019-11-25
6
-0
/
+698
|
|
|
*
|
bpf, x86: Emit patchable direct jump as tail call
Daniel Borkmann
2019-11-25
1
-95
/
+187
|
|
|
*
|
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
2019-11-25
2
-10
/
+113
|
|
|
*
|
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
2019-11-25
4
-12
/
+212
|
|
|
*
|
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
2019-11-25
3
-0
/
+64
|
|
|
*
|
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
2019-11-25
5
-28
/
+54
|
|
|
*
|
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
2019-11-25
3
-20
/
+27
|
|
|
*
|
bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumps
Daniel Borkmann
2019-11-25
2
-18
/
+52
|
|
|
/
/
|
|
*
|
selftests/bpf: Add BPF trampoline performance test
Alexei Starovoitov
2019-11-25
2
-0
/
+185
|
|
*
|
Merge branch 'jmp32-reg-bounds'
Alexei Starovoitov
2019-11-25
2
-0
/
+102
|
|
|
\
\
|
|
|
*
|
selftests/bpf: Add verifier tests for better jmp32 register bounds
Yonghong Song
2019-11-25
1
-0
/
+83
|
|
|
*
|
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
2019-11-25
1
-0
/
+19
|
|
|
/
/
|
|
*
|
selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only
Andrii Nakryiko
2019-11-25
2
-5
/
+15
|
|
*
|
libbpf: Fix bpf_object name determination for bpf_object__open_file()
Andrii Nakryiko
2019-11-25
1
-1
/
+1
|
|
*
|
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
2019-11-25
1
-28
/
+46
|
|
*
|
Merge branch 'libbpf-global-vars'
Alexei Starovoitov
2019-11-25
15
-161
/
+185
|
|
|
\
\
|
|
|
*
|
libbpf: Support initialized global variables
Andrii Nakryiko
2019-11-25
14
-33
/
+28
|
|
|
*
|
libbpf: Fix various errors and warning reported by checkpatch.pl
Andrii Nakryiko
2019-11-25
1
-17
/
+21
|
|
|
*
|
libbpf: Refactor relocation handling
Andrii Nakryiko
2019-11-25
1
-118
/
+143
|
|
|
*
|
selftests/bpf: Ensure no DWARF relocations for BPF object files
Andrii Nakryiko
2019-11-25
1
-1
/
+1
|
|
|
/
/
|
|
*
|
selftests/bpf: Integrate verbose verifier log into test_progs
Andrii Nakryiko
2019-11-25
4
-9
/
+27
|
|
*
|
selftests, bpftool: Skip the build test if not in tree
Jakub Kicinski
2019-11-25
1
-0
/
+4
|
|
*
|
selftests, bpftool: Set EXIT trap after usage function
Quentin Monnet
2019-11-25
1
-13
/
+13
|
|
*
|
tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'
Quentin Monnet
2019-11-25
1
-0
/
+6
|
|
*
|
tools, bpftool: Fix warning on ignored return value for 'read'
Quentin Monnet
2019-11-25
1
-3
/
+3
|
|
*
|
xsk: Fix xsk_poll()'s return type
Luc Van Oostenryck
2019-11-25
1
-4
/
+4
|
*
|
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
2019-11-25
7
-7
/
+42
|
|
\
\
\
|
|
*
|
|
Bluetooth: btbcm: Use the BDADDR_PROPERTY quirk
Andre Heider
2019-11-22
1
-0
/
+6
|
|
*
|
|
Bluetooth: Fix memory leak in hci_connect_le_scan
Navid Emamdoost
2019-11-22
1
-1
/
+3
|
|
*
|
|
Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirks
Marcel Holtmann
2019-11-22
1
-2
/
+24
|
|
*
|
|
Bluetooth: btbcm: Add entry for BCM4335A0 UART bluetooth
Mohammad Rasim
2019-11-21
2
-0
/
+2
|
|
*
|
|
dt-bindings: net: Add compatible for BCM4335A0 bluetooth
Mohammad Rasim
2019-11-21
1
-0
/
+1
[next]