summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-07net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong9-0/+11
2022-01-07bpf/selftests: Test bpf_d_path on rdonly_mem.Hao Luo2-1/+49
2022-01-07libbpf: Add documentation for bpf_map batch operationsGrant Seltzer2-6/+117
2022-01-07selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3Andrii Nakryiko1-2/+2
2022-01-06xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen2-11/+58
2022-01-06xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen4-45/+39
2022-01-06page_pool: Store the XDP mem idToke Høiland-Jørgensen3-4/+11
2022-01-06page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen2-0/+4
2022-01-06xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen2-30/+65
2022-01-06Merge branch 'samples/bpf: xdpsock app enhancements'Alexei Starovoitov1-22/+341
2022-01-06samples/bpf: xdpsock: Add timestamp for Tx-only operationOng Boon Leong1-9/+68
2022-01-06samples/bpf: xdpsock: Add time-out for cleaning TxOng Boon Leong1-2/+9
2022-01-06samples/bpf: xdpsock: Add sched policy and priority supportOng Boon Leong1-2/+59
2022-01-06samples/bpf: xdpsock: Add cyclic TX operation capabilityOng Boon Leong1-5/+80
2022-01-06samples/bpf: xdpsock: Add clockid selection supportOng Boon Leong1-2/+38
2022-01-06samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationOng Boon Leong1-5/+30
2022-01-06samples/bpf: xdpsock: Add VLAN support for Tx-only operationOng Boon Leong1-15/+75
2022-01-06libbpf 1.0: Deprecate bpf_object__find_map_by_offset() APIChristy Lee1-1/+2
2022-01-06libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee2-1/+2
2022-01-06libbpf: Support repeated legacy kprobes on same functionQiang Wang1-1/+4
2022-01-06libbpf: Use probe_name for legacy kprobeQiang Wang1-1/+1
2022-01-06libbpf: Deprecate bpf_perf_event_read_simple() APIChristy Lee2-8/+15
2022-01-06bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().Kuniyuki Iwashima1-0/+6
2022-01-06bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima1-0/+2
2022-01-06bpf: Fix verifier support for validation of async callbacksKris Van Hees1-0/+1
2022-01-06bpf, docs: Fully document the JMP mode modifiersChristoph Hellwig1-6/+6
2022-01-06bpf, docs: Fully document the JMP opcodesChristoph Hellwig1-17/+17
2022-01-06bpf, docs: Fully document the ALU opcodesChristoph Hellwig1-15/+15
2022-01-06bpf, docs: Document the opcode classesChristoph Hellwig1-12/+12
2022-01-06bpf, docs: Add subsections for ALU and JMP instructionsChristoph Hellwig1-20/+32
2022-01-06bpf, docs: Add a setion to explain the basic instruction encodingChristoph Hellwig1-1/+15
2022-01-05bpf, selftests: Add verifier test for mem_or_null register with offset.Daniel Borkmann1-0/+28
2022-01-05bpf: Don't promote bogus looking registers after null check.Daniel Borkmann1-6/+6
2022-01-05bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend1-8/+13
2022-01-05bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend1-0/+27
2022-01-05bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNCHou Tao1-1/+4
2022-01-05bpf/selftests: Fix namespace mount setup in tc_redirectJiri Olsa1-0/+7
2022-01-05bpftool: Probe for instruction set extensionsPaul Chaignon1-0/+44
2022-01-05bpftool: Probe for bounded loop supportPaul Chaignon1-0/+22
2022-01-05bpftool: Refactor misc. feature probePaul Chaignon1-16/+29
2022-01-05Merge branch 'lan966x-extend-switchdev-and-mdb-support'David S. Miller8-9/+584
2022-01-05net: lan966x: Extend switchdev with mdb supportHoratiu Vultur6-2/+536
2022-01-05net: lan966x: Add PGID_GP_START and PGID_GP_ENDHoratiu Vultur1-2/+6
2022-01-05net: lan966x: Add function lan966x_mac_ip_learn()Horatiu Vultur3-5/+42
2022-01-05Merge branch 'mtk_eth_soc-refactoring-and-clause45'David S. Miller3-30/+102
2022-01-05net: ethernet: mtk_eth_soc: implement Clause 45 MDIO accessDaniel Golle2-13/+60
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)1-0/+12
2022-01-05net: ethernet: mtk_eth_soc: fix return values and refactor MDIO opsDaniel Golle2-28/+41
2022-01-05Revert "net: wwan: iosm: Keep device at D0 for s2idle case"M Chetan Kumar1-3/+0
2022-01-04Merge tag 'mac80211-next-for-net-next-2022-01-04' of git://git.kernel.org/pub...Jakub Kicinski5-9/+43