summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-261641-30839/+105164
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-262-3/+14
| |\
| | * libbpf: Fix usage of u32 in userspace codeAndrii Nakryiko2019-11-251-1/+1
| | * mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko2019-11-251-2/+13
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-259-11/+22
| |\ \ | | |/ | |/|
| | * slip: Fix use-after-free Read in slip_openJouni Hogander2019-11-251-0/+1
| | * net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel2019-11-251-5/+5
| | * macvlan: schedule bc_work even if errorMenglong Dong2019-11-251-1/+2
| | * mdio_bus: don't use managed reset-controllerDavid Bauer2019-11-251-2/+4
| | * sctp: cache netns in sctp_ep_commonXin Long2019-11-244-2/+7
| | * sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost2019-11-241-1/+3
| * | enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu2019-11-255-2/+138
| * | net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit2019-11-252-14/+24
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-2550-548/+2031
| |\ \
| | * | bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-254-83/+32
| | * | bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau2019-11-257-187/+125
| | * | bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JITDaniel Borkmann2019-11-251-0/+5
| | * | Merge branch 'optimize-bpf_tail_call'Alexei Starovoitov2019-11-2515-140/+1364
| | |\ \
| | | * | bpf, testing: Add various tail call test casesDaniel Borkmann2019-11-256-0/+698
| | | * | bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann2019-11-251-95/+187
| | | * | bpf: Constant map key tracking for prog array pokesDaniel Borkmann2019-11-252-10/+113
| | | * | bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann2019-11-254-12/+212
| | | * | bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann2019-11-253-0/+64
| | | * | bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann2019-11-255-28/+54
| | | * | bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann2019-11-253-20/+27
| | | * | bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann2019-11-252-18/+52
| | |/ /
| | * | selftests/bpf: Add BPF trampoline performance testAlexei Starovoitov2019-11-252-0/+185
| | * | Merge branch 'jmp32-reg-bounds'Alexei Starovoitov2019-11-252-0/+102
| | |\ \
| | | * | selftests/bpf: Add verifier tests for better jmp32 register boundsYonghong Song2019-11-251-0/+83
| | | * | bpf: Provide better register bounds after jmp32 instructionsYonghong Song2019-11-251-0/+19
| | |/ /
| | * | selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko2019-11-252-5/+15
| | * | libbpf: Fix bpf_object name determination for bpf_object__open_file()Andrii Nakryiko2019-11-251-1/+1
| | * | xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen2019-11-251-28/+46
| | * | Merge branch 'libbpf-global-vars'Alexei Starovoitov2019-11-2515-161/+185
| | |\ \
| | | * | libbpf: Support initialized global variablesAndrii Nakryiko2019-11-2514-33/+28
| | | * | libbpf: Fix various errors and warning reported by checkpatch.plAndrii Nakryiko2019-11-251-17/+21
| | | * | libbpf: Refactor relocation handlingAndrii Nakryiko2019-11-251-118/+143
| | | * | selftests/bpf: Ensure no DWARF relocations for BPF object filesAndrii Nakryiko2019-11-251-1/+1
| | |/ /
| | * | selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko2019-11-254-9/+27
| | * | selftests, bpftool: Skip the build test if not in treeJakub Kicinski2019-11-251-0/+4
| | * | selftests, bpftool: Set EXIT trap after usage functionQuentin Monnet2019-11-251-13/+13
| | * | tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'Quentin Monnet2019-11-251-0/+6
| | * | tools, bpftool: Fix warning on ignored return value for 'read'Quentin Monnet2019-11-251-3/+3
| | * | xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck2019-11-251-4/+4
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2019-11-257-7/+42
| |\ \ \
| | * | | Bluetooth: btbcm: Use the BDADDR_PROPERTY quirkAndre Heider2019-11-221-0/+6
| | * | | Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost2019-11-221-1/+3
| | * | | Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann2019-11-221-2/+24
| | * | | Bluetooth: btbcm: Add entry for BCM4335A0 UART bluetoothMohammad Rasim2019-11-212-0/+2
| | * | | dt-bindings: net: Add compatible for BCM4335A0 bluetoothMohammad Rasim2019-11-211-0/+1