summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-06bpf/selftests: Test bpf_d_path on rdonly_mem.Hao Luo
2022-01-06libbpf: Add documentation for bpf_map batch operationsGrant Seltzer
2022-01-06selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3Andrii Nakryiko
2022-01-05xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2022-01-05page_pool: Store the XDP mem idToke Høiland-Jørgensen
2022-01-05page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen
2022-01-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen
2022-01-05Merge branch 'samples/bpf: xdpsock app enhancements'Alexei Starovoitov
2022-01-05samples/bpf: xdpsock: Add timestamp for Tx-only operationOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add time-out for cleaning TxOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add sched policy and priority supportOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add cyclic TX operation capabilityOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add clockid selection supportOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add VLAN support for Tx-only operationOng Boon Leong
2022-01-05libbpf 1.0: Deprecate bpf_object__find_map_by_offset() APIChristy Lee
2022-01-05libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee
2022-01-05libbpf: Support repeated legacy kprobes on same functionQiang Wang
2022-01-05libbpf: Use probe_name for legacy kprobeQiang Wang
2022-01-05libbpf: Deprecate bpf_perf_event_read_simple() APIChristy Lee
2022-01-05bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().Kuniyuki Iwashima
2022-01-05bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima
2022-01-05bpf: Fix verifier support for validation of async callbacksKris Van Hees
2022-01-05bpf, docs: Fully document the JMP mode modifiersChristoph Hellwig
2022-01-05bpf, docs: Fully document the JMP opcodesChristoph Hellwig
2022-01-05bpf, docs: Fully document the ALU opcodesChristoph Hellwig
2022-01-05bpf, docs: Document the opcode classesChristoph Hellwig
2022-01-05bpf, docs: Add subsections for ALU and JMP instructionsChristoph Hellwig
2022-01-05bpf, docs: Add a setion to explain the basic instruction encodingChristoph Hellwig
2022-01-05bpf, selftests: Add verifier test for mem_or_null register with offset.Daniel Borkmann
2022-01-05bpf: Don't promote bogus looking registers after null check.Daniel Borkmann
2022-01-05bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend
2022-01-05bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend
2022-01-05bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNCHou Tao
2022-01-05bpf/selftests: Fix namespace mount setup in tc_redirectJiri Olsa
2022-01-05bpftool: Probe for instruction set extensionsPaul Chaignon
2022-01-05bpftool: Probe for bounded loop supportPaul Chaignon
2022-01-05bpftool: Refactor misc. feature probePaul Chaignon
2022-01-05Merge branch 'lan966x-extend-switchdev-and-mdb-support'David S. Miller
2022-01-05net: lan966x: Extend switchdev with mdb supportHoratiu Vultur
2022-01-05net: lan966x: Add PGID_GP_START and PGID_GP_ENDHoratiu Vultur
2022-01-05net: lan966x: Add function lan966x_mac_ip_learn()Horatiu Vultur
2022-01-05Merge branch 'mtk_eth_soc-refactoring-and-clause45'David S. Miller
2022-01-05net: ethernet: mtk_eth_soc: implement Clause 45 MDIO accessDaniel Golle
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)
2022-01-05net: ethernet: mtk_eth_soc: fix return values and refactor MDIO opsDaniel Golle
2022-01-04Revert "net: wwan: iosm: Keep device at D0 for s2idle case"M Chetan Kumar
2022-01-04Merge tag 'mac80211-next-for-net-next-2022-01-04' of git://git.kernel.org/pub...Jakub Kicinski
2022-01-04mac80211: use ieee80211_bss_get_elem()Johannes Berg