aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-10bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu1-2/+2
2020-09-10bpf: Plug hole in struct bpf_sk_lookup_kernLorenz Bauer1-2/+2
2020-09-07bpf: Fix formatting in documentation for BPF helpersQuentin Monnet1-42/+45
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller22-133/+967
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin1-10/+0
2020-08-31net: ipv6: remove unused arg exact_dif in compute_scoreMiaohe Lin1-11/+0
2020-08-31net: phy: add Lynx PCS moduleIoana Ciornei1-0/+21
2020-08-31net: mdiobus: add clause 45 mdiobus write accessorIoana Ciornei1-0/+6
2020-08-31net: phylink: add helper function to decode USXGMII wordIoana Ciornei1-0/+3
2020-08-31net: clean up codestyleMiaohe Lin2-2/+2
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu1-0/+3
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson1-0/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better performanceMagnus Karlsson2-5/+5
2020-08-31xsk: Rearrange internal structs for better performanceMagnus Karlsson2-18/+22
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson2-0/+14
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson1-0/+1
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2-3/+6
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2-3/+4
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson2-3/+3
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson2-5/+11
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2-55/+60
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson3-9/+12
2020-08-31bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.Alexei Starovoitov1-1/+8
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2-0/+9
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov2-0/+11
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar1-2/+6
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+16
2020-08-28Merge tag 'mac80211-next-for-davem-2020-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-40/+74
2020-08-28bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song1-2/+4
2020-08-27gtp: add notification mechanismNicolas Dichtel1-0/+2
2020-08-27net: xgene: Move shared header file into include/linuxAndrew Lunn1-0/+130
2020-08-27net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn1-0/+16
2020-08-27net: pcs: Move XPCS into new PCS subdirectoryAndrew Lunn1-4/+4
2020-08-27nl80211: support SAE authentication offload in AP modeChung-Hsien Hsu1-3/+11
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-18/+17
2020-08-27nl80211: rename csa counter attributes countdown countersJohn Crispin1-6/+8
2020-08-27nl80211: add support for setting fixed HE rate/gi/ltfMiles Hu2-0/+31
2020-08-27nl80211: fix PORT_AUTHORIZED wording to reflect behaviorJames Prestwood1-13/+7
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-0/+16
2020-08-26inet: remove inet_sk_copy_descendant()Eric Dumazet2-18/+0
2020-08-25bpf: Add d_path helperJiri Olsa1-0/+14
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa2-1/+54
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa1-0/+2
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa1-2/+1
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh2-2/+7
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh3-1/+71
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2-60/+164
2020-08-25bpf: Generalize bpf_sk_storageKP Singh3-2/+66
2020-08-25bpf: Generalize caching for sk_storage.KP Singh1-0/+19
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh1-2/+2