summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-23samples/bpf: Add xdp program on egress for xdp_redirect_mapHangbin Liu2-25/+147
2021-01-23bpf: Fix typo in scalar{,32}_min_max_rsh commentsTobias Klauser1-2/+2
2021-01-23bpf, docs: Update build procedure for manually compiling LLVM and ClangTiezhu Yang3-13/+22
2021-01-21selftest/bpf: Fix typoJunlin Yang1-2/+2
2021-01-21libbpf: Use string table index from index table if neededJiri Olsa1-2/+10
2021-01-20docs: bpf: Clarify -mcpu=v3 requirement for atomic opsBrendan Jackman1-3/+4
2021-01-20docs: bpf: Fixup atomics markupBrendan Jackman1-7/+8
2021-01-20Merge branch 'bpf: misc performance improvements for cgroup'Alexei Starovoitov21-55/+597
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev6-42/+42
2021-01-20bpf: Try to avoid kzalloc in cgroup/{s,g}etsockoptStanislav Fomichev2-7/+50
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev16-7/+506
2021-01-20bpf: Permit size-0 datasecYonghong Song2-5/+21
2021-01-20Merge branch 'Allow attaching to bare tracepoints'Alexei Starovoitov7-3/+85
2021-01-20selftests: bpf: Add a new test for bare tracepointsQais Yousef5-1/+69
2021-01-20Merge branch 'bpf,x64: implement jump padding in jit'Alexei Starovoitov4-34/+209
2021-01-20trace: bpf: Allow bpf to attach to bare tracepointsQais Yousef2-2/+16
2021-01-20selftests/bpf: Add verifier tests for x64 jit jump paddingGary Lin2-0/+96
2021-01-20test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11Gary Lin1-6/+1
2021-01-20bpf,x64: Pad NOPs to make images converge more easilyGary Lin1-28/+112
2021-01-20docs, bpf: Add minimal markup to address doc warningLukas Bulwahn1-2/+2
2021-01-20samples/bpf: Add BPF_ATOMIC_OP macro for BPF samplesBjörn Töpel1-4/+20
2021-01-20net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi3-15/+20
2021-01-20net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi3-44/+49
2021-01-20bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira5-240/+70
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski285-1446/+3212
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds57-252/+380
2021-01-20Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2021-01-20X.509: Fix crash caused by NULL pointerTianjia Zhang1-1/+2
2021-01-20cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai1-2/+0
2021-01-20Merge tag 'linux-can-fixes-for-5.11-20210120' of git://git.kernel.org/pub/scm...Jakub Kicinski3-8/+10
2021-01-20net: systemport: free dev before on error pathPan Bian1-2/+4
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler2-1/+13
2021-01-20net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel1-5/+18
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2021-01-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-6/+6
2021-01-20bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann1-3/+3
2021-01-20can: peak_usb: fix use after free bugsVincent Mailhol1-4/+4
2021-01-20can: vxcan: vxcan_xmit: fix use after free bugVincent Mailhol1-2/+4
2021-01-20can: dev: can_restart: fix use after free bugVincent Mailhol1-2/+2
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng3-22/+22
2021-01-19net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter1-1/+1
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson5-8/+54
2021-01-19net: fix GSO for SG-enabled devicesPaolo Abeni1-2/+2
2021-01-19tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet1-12/+13
2021-01-19octeontx2-af: Remove unneeded semicolonsXu Wang3-4/+4
2021-01-19net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven1-1/+9
2021-01-19selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King1-2/+2
2021-01-19net: tun: fix misspellings using codespell toolMenglong Dong1-1/+1
2021-01-19taprio: boolean values to a bool variableJiapeng Zhong1-3/+3
2021-01-19Merge branch 'net-ethernet-ti-am65-cpsw-nuss-introduce-support-for-am64x-cpsw3g'Jakub Kicinski5-61/+101