summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-0122-133/+967
|\
| * xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-311-0/+2
| * xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson2020-08-312-5/+5
| * xsk: Rearrange internal structs for better performanceMagnus Karlsson2020-08-312-18/+22
| * xsk: Enable sharing of dma mappingsMagnus Karlsson2020-08-312-0/+14
| * xsk: Move addrs from buffer pool to umemMagnus Karlsson2020-08-311-0/+1
| * xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-312-3/+6
| * xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-312-3/+4
| * xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-312-3/+3
| * xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-312-5/+11
| * xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-312-55/+60
| * xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-313-9/+12
| * bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.Alexei Starovoitov2020-08-311-1/+8
| * bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-282-0/+9
| * bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-282-0/+11
| * bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+16
| * bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song2020-08-281-2/+4
| * bpf: Add d_path helperJiri Olsa2020-08-261-0/+14
| * bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-262-1/+54
| * bpf: Add btf_struct_ids_match functionJiri Olsa2020-08-261-0/+2
| * bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2020-08-261-2/+1
| * bpf: Allow local storage to be used from LSM programsKP Singh2020-08-262-2/+7
| * bpf: Implement bpf_local_storage for inodesKP Singh2020-08-263-1/+71
| * bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-262-60/+164
| * bpf: Generalize bpf_sk_storageKP Singh2020-08-263-2/+66
| * bpf: Generalize caching for sk_storage.KP Singh2020-08-261-0/+19
| * bpf: Renames in preparation for bpf_local_storageKP Singh2020-08-251-2/+2
| * tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-243-5/+10
| * bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-244-1/+377
| * bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau2020-08-241-2/+2
| * bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-242-3/+6
| * bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau2020-08-241-1/+3
| * bpf: tcp: Add bpf_skops_established()Martin KaFai Lau2020-08-241-1/+1
| * tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau2020-08-241-0/+2
| * tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-243-1/+3
| * tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-242-0/+2
| * tcp: Use a struct to represent a saved_synMartin KaFai Lau2020-08-242-2/+13
| * bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer2020-08-221-0/+7
| * net: sk_msg: Simplify sk_psock initializationLorenz Bauer2020-08-221-17/+0
| * bpf: Implement link_query callbacks in map element iteratorsYonghong Song2020-08-211-0/+4
| * bpf: Implement link_query for bpf iteratorsYonghong Song2020-08-212-0/+13
| * bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov2020-08-201-0/+1
| * net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski2020-08-191-3/+12
| * net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski2020-08-191-4/+4
* | net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin2020-08-311-10/+0
* | net: ipv6: remove unused arg exact_dif in compute_scoreMiaohe Lin2020-08-311-11/+0
* | net: phy: add Lynx PCS moduleIoana Ciornei2020-08-311-0/+21
* | net: mdiobus: add clause 45 mdiobus write accessorIoana Ciornei2020-08-311-0/+6
* | net: phylink: add helper function to decode USXGMII wordIoana Ciornei2020-08-311-0/+3
* | net: clean up codestyleMiaohe Lin2020-08-312-2/+2