summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-25xsk: Remove explicit_free parameter from __xsk_rcv()Björn Töpel
2021-01-23samples/bpf: Add xdp program on egress for xdp_redirect_mapHangbin Liu
2021-01-23bpf: Fix typo in scalar{,32}_min_max_rsh commentsTobias Klauser
2021-01-23bpf, docs: Update build procedure for manually compiling LLVM and ClangTiezhu Yang
2021-01-21selftest/bpf: Fix typoJunlin Yang
2021-01-21libbpf: Use string table index from index table if neededJiri Olsa
2021-01-20docs: bpf: Clarify -mcpu=v3 requirement for atomic opsBrendan Jackman
2021-01-20docs: bpf: Fixup atomics markupBrendan Jackman
2021-01-20Merge branch 'bpf: misc performance improvements for cgroup'Alexei Starovoitov
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev
2021-01-20bpf: Try to avoid kzalloc in cgroup/{s,g}etsockoptStanislav Fomichev
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2021-01-20bpf: Permit size-0 datasecYonghong Song
2021-01-20Merge branch 'Allow attaching to bare tracepoints'Alexei Starovoitov
2021-01-20selftests: bpf: Add a new test for bare tracepointsQais Yousef
2021-01-20Merge branch 'bpf,x64: implement jump padding in jit'Alexei Starovoitov
2021-01-20trace: bpf: Allow bpf to attach to bare tracepointsQais Yousef
2021-01-20selftests/bpf: Add verifier tests for x64 jit jump paddingGary Lin
2021-01-20test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11Gary Lin
2021-01-20bpf,x64: Pad NOPs to make images converge more easilyGary Lin
2021-01-20docs, bpf: Add minimal markup to address doc warningLukas Bulwahn
2021-01-20samples/bpf: Add BPF_ATOMIC_OP macro for BPF samplesBjörn Töpel
2021-01-20net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi
2021-01-20net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi
2021-01-20bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-20Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-20X.509: Fix crash caused by NULL pointerTianjia Zhang
2021-01-20cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai
2021-01-20Merge tag 'linux-can-fixes-for-5.11-20210120' of git://git.kernel.org/pub/scm...Jakub Kicinski
2021-01-20net: systemport: free dev before on error pathPan Bian
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler
2021-01-20net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima
2021-01-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-20bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann
2021-01-20can: peak_usb: fix use after free bugsVincent Mailhol
2021-01-20can: vxcan: vxcan_xmit: fix use after free bugVincent Mailhol
2021-01-20can: dev: can_restart: fix use after free bugVincent Mailhol
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
2021-01-19net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson
2021-01-19net: fix GSO for SG-enabled devicesPaolo Abeni
2021-01-19tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet
2021-01-19octeontx2-af: Remove unneeded semicolonsXu Wang
2021-01-19net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven
2021-01-19selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King
2021-01-19net: tun: fix misspellings using codespell toolMenglong Dong
2021-01-19taprio: boolean values to a bool variableJiapeng Zhong