summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-022296-44214/+209317
|\
| * Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-026-53/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-0219-39/+233
| |\
| | * ibmvnic: delay complete()Sukadev Bhattiprolu2021-11-011-7/+9
| | * ibmvnic: Process crqs after enabling interruptsSukadev Bhattiprolu2021-11-011-0/+3
| | * ibmvnic: don't stop queue in xmitSukadev Bhattiprolu2021-11-011-2/+0
| | * Merge branch 'SO_MARK-routing'David S. Miller2021-11-015-1/+132
| | |\
| | | * selftests: udp: test for passing SO_MARK as cmsgJakub Kicinski2021-11-014-0/+131
| | | * udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski2021-11-011-1/+1
| | |/
| | * cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-293-1/+18
| | * selftests: net: bridge: update IGMP/MLD membership interval valueNikolay Aleksandrov2021-10-292-6/+18
| | * net: bridge: fix uninitialized variables when BRIDGE_CFM is disabledIvan Vecera2021-10-291-0/+2
| | * net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)2021-10-291-1/+1
| | * Merge branch 'nfp-fixes'David S. Miller2021-10-291-6/+2
| | |\
| | | * nfp: fix potential deadlock when canceling dim workYinjun Zhang2021-10-291-4/+0
| | | * nfp: fix NULL pointer access when scheduling dim workYinjun Zhang2021-10-291-2/+2
| | |/
| | * selftests/net: update .gitignore with newly added testsShuah Khan2021-10-291-0/+4
| | * net: amd-xgbe: Toggle PLL settings during rate changeShyam Sundar S K2021-10-292-1/+27
| | * Merge branch 'sctp-plpmtud-fixes'David S. Miller2021-10-293-14/+17
| | |\
| | | * sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long2021-10-291-3/+4
| | | * sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long2021-10-291-1/+2
| | | * sctp: reset probe_timer in sctp_transport_pl_updateXin Long2021-10-291-3/+1
| | | * sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2021-10-292-7/+10
| | |/
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-02280-5879/+11791
| |\ \
| | * | libbpf: Deprecate AF_XDP supportMagnus Karlsson2021-11-021-38/+52
| | * | kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa2021-11-024-11/+25
| | * | selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov2021-11-022-0/+63
| | * | bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov2021-11-021-1/+1
| | * | bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2021-11-022-2/+2
| | * | selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko2021-11-021-13/+2
| | * | bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet2021-11-011-0/+6
| | * | Merge branch '"map_extra" and bloom filter fixups'Alexei Starovoitov2021-11-015-52/+64
| | |\ \
| | | * | selftests/bpf: Add bloom map success test for userspace callsJoanne Koong2021-11-011-26/+33
| | | * | bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong2021-11-013-3/+5
| | | * | bpf: Bloom filter map naming fixupsJoanne Koong2021-11-011-23/+26
| | |/ /
| | * | Merge branch 'introduce dummy BPF STRUCT_OPS'Alexei Starovoitov2021-11-019-32/+439
| | |\ \
| | | * | selftests/bpf: Add test cases for struct_ops progHou Tao2021-11-012-0/+165
| | | * | bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-015-0/+225
| | | * | bpf: Factor out helpers for ctx access checkingHou Tao2021-11-013-22/+26
| | | * | bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao2021-11-012-10/+23
| | |/ /
| | * | selftests, bpf: Fix broken riscv buildBjörn Töpel2021-11-011-1/+1
| | * | riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.hBjörn Töpel2021-11-011-0/+32
| | * | tools, build: Add RISC-V to HOSTARCH parsingBjörn Töpel2021-11-011-1/+2
| | * | riscv, bpf: Increase the maximum number of iterationsBjörn Töpel2021-11-011-1/+1
| | * | selftests, bpf: Add one test for sockmap with strparserLiu Jian2021-11-011-3/+30
| | * | selftests, bpf: Fix test_txmsg_ingress_parser errorLiu Jian2021-11-011-0/+2
| | * | skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian2021-11-012-12/+49
| | * | selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko2021-11-011-0/+11
| | * | bpf: Disallow unprivileged bpf by defaultPawan Gupta2021-11-011-0/+7
| | * | selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi2021-10-291-2/+2