summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* page_pool: Store the XDP mem idToke Høiland-Jørgensen2022-01-063-4/+11
* page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen2022-01-062-0/+4
* xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen2022-01-062-30/+65
* Merge branch 'samples/bpf: xdpsock app enhancements'Alexei Starovoitov2022-01-061-22/+341
|\
| * samples/bpf: xdpsock: Add timestamp for Tx-only operationOng Boon Leong2022-01-061-9/+68
| * samples/bpf: xdpsock: Add time-out for cleaning TxOng Boon Leong2022-01-061-2/+9
| * samples/bpf: xdpsock: Add sched policy and priority supportOng Boon Leong2022-01-061-2/+59
| * samples/bpf: xdpsock: Add cyclic TX operation capabilityOng Boon Leong2022-01-061-5/+80
| * samples/bpf: xdpsock: Add clockid selection supportOng Boon Leong2022-01-061-2/+38
| * samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationOng Boon Leong2022-01-061-5/+30
| * samples/bpf: xdpsock: Add VLAN support for Tx-only operationOng Boon Leong2022-01-061-15/+75
|/
* libbpf 1.0: Deprecate bpf_object__find_map_by_offset() APIChristy Lee2022-01-061-1/+2
* libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee2022-01-062-1/+2
* libbpf: Support repeated legacy kprobes on same functionQiang Wang2022-01-061-1/+4
* libbpf: Use probe_name for legacy kprobeQiang Wang2022-01-061-1/+1
* libbpf: Deprecate bpf_perf_event_read_simple() APIChristy Lee2022-01-062-8/+15
* bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().Kuniyuki Iwashima2022-01-051-0/+6
* bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima2022-01-051-0/+2
* bpf: Fix verifier support for validation of async callbacksKris Van Hees2022-01-051-0/+1
* bpf, docs: Fully document the JMP mode modifiersChristoph Hellwig2022-01-051-6/+6
* bpf, docs: Fully document the JMP opcodesChristoph Hellwig2022-01-051-17/+17
* bpf, docs: Fully document the ALU opcodesChristoph Hellwig2022-01-051-15/+15
* bpf, docs: Document the opcode classesChristoph Hellwig2022-01-051-12/+12
* bpf, docs: Add subsections for ALU and JMP instructionsChristoph Hellwig2022-01-051-20/+32
* bpf, docs: Add a setion to explain the basic instruction encodingChristoph Hellwig2022-01-051-1/+15
* bpf, selftests: Add verifier test for mem_or_null register with offset.Daniel Borkmann2022-01-051-0/+28
* bpf: Don't promote bogus looking registers after null check.Daniel Borkmann2022-01-051-6/+6
* bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend2022-01-051-8/+13
* bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend2022-01-051-0/+27
* bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNCHou Tao2022-01-051-1/+4
* bpf/selftests: Fix namespace mount setup in tc_redirectJiri Olsa2022-01-051-0/+7
* bpftool: Probe for instruction set extensionsPaul Chaignon2022-01-051-0/+44
* bpftool: Probe for bounded loop supportPaul Chaignon2022-01-051-0/+22
* bpftool: Refactor misc. feature probePaul Chaignon2022-01-051-16/+29
* Merge branch 'lan966x-extend-switchdev-and-mdb-support'David S. Miller2022-01-058-9/+584
|\
| * net: lan966x: Extend switchdev with mdb supportHoratiu Vultur2022-01-056-2/+536
| * net: lan966x: Add PGID_GP_START and PGID_GP_ENDHoratiu Vultur2022-01-051-2/+6
| * net: lan966x: Add function lan966x_mac_ip_learn()Horatiu Vultur2022-01-053-5/+42
|/
* Merge branch 'mtk_eth_soc-refactoring-and-clause45'David S. Miller2022-01-053-30/+102
|\
| * net: ethernet: mtk_eth_soc: implement Clause 45 MDIO accessDaniel Golle2022-01-052-13/+60
| * net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)2022-01-051-0/+12
| * net: ethernet: mtk_eth_soc: fix return values and refactor MDIO opsDaniel Golle2022-01-052-28/+41
|/
* Revert "net: wwan: iosm: Keep device at D0 for s2idle case"M Chetan Kumar2022-01-051-3/+0
* Merge tag 'mac80211-next-for-net-next-2022-01-04' of git://git.kernel.org/pub...Jakub Kicinski2022-01-045-9/+43
|\
| * mac80211: use ieee80211_bss_get_elem()Johannes Berg2022-01-041-7/+7
| * nl80211: clarify comment for mesh PLINK_BLOCKED stateFelix Fietkau2022-01-041-1/+1
| * mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2022-01-042-0/+34
| * mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-041-1/+1
|/
* ethernet/sfc: remove redundant rc variableMinghao Chi2022-01-041-3/+1
* Merge branch 'namespacify-mtu-ipv4'David S. Miller2022-01-042-26/+51
|\