summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-1249-284/+1306
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-116-7/+38
| |\
| | * bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-111-4/+4
| | * bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov2024-03-111-0/+1
| | * bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov2024-03-112-0/+2
| | * bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+1
| | * bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov2024-03-112-0/+4
| | * bpf: Introduce bpf_arena.Alexei Starovoitov2024-03-112-2/+6
| | * mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov2024-03-111-0/+7
| | * bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov2024-03-071-0/+3
| | * bpf: Introduce may_goto instructionAlexei Starovoitov2024-03-061-0/+2
| | * mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov2024-03-061-0/+5
| | * bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee2024-03-041-1/+3
| * | net: gro: move two declarations to include/net/gro.hEric Dumazet2024-03-111-2/+0
| * | lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersAndy Shevchenko2024-03-111-0/+101
| * | Merge tag 'mlx5-socket-direct-v3' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-03-082-1/+4
| |\ \
| | * | net/mlx5: Enable SD featureTariq Toukan2024-03-071-0/+1
| | * | net/mlx5: Add MPIR bit in mcam_access_regTariq Toukan2024-03-071-1/+3
| * | | net: add skb_data_unref() helperEric Dumazet2024-03-081-0/+18
| * | | Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-03-081-1/+2
| |\ \ \
| | * | | bitfield: suppress "dubious: x & !y" sparse warningJohannes Berg2024-02-281-1/+2
| * | | | net: dqs: add NIC stall detector based on BQLJakub Kicinski2024-03-081-0/+45
| * | | | netdev: add per-queue statisticsJakub Kicinski2024-03-071-0/+3
| * | | | net: introduce include/net/rps.hEric Dumazet2024-03-071-82/+0
| * | | | net: move skbuff_cache(s) to net_hotdataEric Dumazet2024-03-071-1/+0
| * | | | net: move dev_rx_weight to net_hotdataEric Dumazet2024-03-071-2/+0
| * | | | net: move dev_tx_weight to net_hotdataEric Dumazet2024-03-071-1/+0
| * | | | net: move netdev_max_backlog to net_hotdataEric Dumazet2024-03-071-1/+0
| * | | | net: move ptype_all into net_hotdataEric Dumazet2024-03-071-1/+0
| * | | | net: introduce struct net_hotdataEric Dumazet2024-03-071-1/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-076-36/+48
| |\ \ \ \
| * | | | | net: phylink: clean the pcs_get_state documentationMaxime Chevallier2024-03-071-3/+0
| | |_|/ / | |/| | |
| * | | | net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn2024-03-051-1/+2
| * | | | net: phy: Keep track of EEE configurationAndrew Lunn2024-03-051-0/+3
| * | | | net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn2024-03-051-0/+2
| * | | | net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan2024-03-051-3/+3
| * | | | net: introduce page_frag_cache_drain()Yunsheng Lin2024-03-051-0/+1
| * | | | mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin2024-03-051-4/+11
| * | | | tcp: align tcp_sock_write_rx groupEric Dumazet2024-03-041-1/+1
| * | | | net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-041-0/+1
| | |_|/ | |/| |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-027-35/+108
| |\ \ \
| | * | | bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov2024-02-211-9/+3
| | * | | bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko2024-02-131-9/+8
| | * | | bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine2024-02-131-1/+2
| | * | | bpf: Create argument information for nullable arguments.Kui-Feng Lee2024-02-132-0/+23
| | * | | bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee2024-02-131-0/+4
| | * | | bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee2024-02-131-0/+1
| | * | | bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song2024-02-131-9/+12
| | * | | bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver2024-02-111-2/+28
| | * | | bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy2024-02-021-0/+9