summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: netdev: move the netdev-FAQ to the process pagesJakub Kicinski2022-03-315-2/+5
* docs: netdev: broaden the new vs old code formatting guidelinesJakub Kicinski2022-03-311-4/+4
* docs: netdev: call out the merge window in tag checkingJakub Kicinski2022-03-311-1/+3
* docs: netdev: add missing back ticksJakub Kicinski2022-03-311-6/+6
* docs: netdev: make the testing requirement more stringentJakub Kicinski2022-03-311-5/+9
* docs: netdev: add a question about re-posting frequencyJakub Kicinski2022-03-311-0/+11
* docs: netdev: rephrase the 'should I update patchwork' questionJakub Kicinski2022-03-311-3/+5
* docs: netdev: rephrase the 'Under review' questionJakub Kicinski2022-03-311-3/+5
* docs: netdev: shorten the name and mention msgid for patch statusJakub Kicinski2022-03-311-3/+5
* docs: netdev: note that RFC postings are allowed any timeJakub Kicinski2022-03-311-0/+3
* docs: netdev: turn the net-next closed into a WarningJakub Kicinski2022-03-311-2/+3
* docs: netdev: move the patch marking section upJakub Kicinski2022-03-311-14/+11
* docs: netdev: minor rewordJakub Kicinski2022-03-311-1/+1
* docs: netdev: replace references to old archivesJakub Kicinski2022-03-311-4/+2
* net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap2022-03-311-0/+1
* Merge branch 'wireguard-patches-for-5-18-rc1'Jakub Kicinski2022-03-313-22/+12
|\
| * wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld2022-03-311-2/+2
| * wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai2022-03-311-0/+1
| * wireguard: selftests: simplify RNG seedingJason A. Donenfeld2022-03-311-19/+7
| * wireguard: queueing: use CFI-safe ptr_ring cleanup functionJason A. Donenfeld2022-03-311-1/+2
|/
* sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets2022-03-301-7/+4
* ptp: ocp: handle error from nvmem_device_findJonathan Lemon2022-03-301-7/+8
* net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun2022-03-301-0/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-3024-187/+354
|\
| * selftests/bpf: Fix clang compilation errorsYonghong Song2022-03-292-4/+2
| * Merge branch 'xsk: another round of fixes'Alexei Starovoitov2022-03-293-4/+11
| |\
| | * ice: xsk: Fix indexing in ice_tx_xsk_pool()Maciej Fijalkowski2022-03-291-1/+1
| | * ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski2022-03-291-0/+3
| | * ice: xsk: Eliminate unnecessary loop iterationMagnus Karlsson2022-03-291-1/+1
| | * xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson2022-03-291-2/+6
| |/
| * Merge branch 'kprobes: rethook: x86: Replace kretprobe trampoline with rethook'Alexei Starovoitov2022-03-2913-158/+325
| |\
| | * x86,kprobes: Fix optprobe trampoline to generate complete pt_regsMasami Hiramatsu2022-03-291-9/+16
| | * x86,rethook: Fix arch_rethook_trampoline() to generate a complete pt_regsPeter Zijlstra2022-03-291-11/+13
| | * x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu2022-03-297-124/+144
| | * kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu2022-03-295-25/+163
| |/
| * bpftool: Fix generated code in codegen_assertsJiri Olsa2022-03-291-1/+1
| * selftests/bpf: fix selftest after random: Urandom_read tracepoint removalAndrii Nakryiko2022-03-291-10/+2
| * bpf: Fix maximum permitted number of arguments checkYuntao Wang2022-03-291-1/+1
| * bpf: Sync comments for bpf_get_stackGeliang Tang2022-03-291-4/+4
| * Merge branch 'fprobe: Fixes for Sparse and Smatch warnings'Alexei Starovoitov2022-03-291-4/+4
| |\
| | * fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu2022-03-291-1/+1
| | * fprobe: Fix smatch type mismatch warningMasami Hiramatsu2022-03-291-3/+3
| |/
| * bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Milan Landaverde2022-03-291-1/+4
* | dt-bindings: net: qcom,ethqos: Document SM8150 SoC compatibleVinod Koul2022-03-301-1/+3
* | net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle2022-03-291-0/+3
* | Merge branch 'fix-uaf-bugs-caused-by-ax25_release'Paolo Abeni2022-03-291-4/+9
|\ \
| * | ax25: Fix UAF bugs in ax25 timersDuoming Zhou2022-03-291-0/+5
| * | ax25: fix UAF bug in ax25_send_control()Duoming Zhou2022-03-291-4/+4
|/ /
* / openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese2022-03-291-2/+2
|/
* Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-2938-194/+464
|\