summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-21bpf: Use a table to drive helper arg type checksLorenz Bauer1-0/+1
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-8/+10
2020-09-21btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer1-0/+8
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov1-0/+1
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski2-0/+4
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski1-0/+1
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski1-2/+2
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski1-0/+1
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu1-0/+7
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu1-0/+1
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell1-1/+1
2020-09-10tcp: Only init congestion control if not initialized alreadyNeal Cardwell1-1/+2
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 perfor...Magnus 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/sc...David 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