]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/history - include
xsk: Fix possible segfault in xsk umem diagnostics
[mirror_ubuntu-hirsute-kernel.git] / include /
2020-09-01 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2020-08-31 Miaohe Linnet: ipv4: remove unused arg exact_dif in compute_score
2020-08-31 Miaohe Linnet: ipv6: remove unused arg exact_dif in compute_score
2020-08-31 David S. MillerMerge branch 'net-phy-add-Lynx-PCS-MDIO-module'
2020-08-31 Ioana Ciorneinet: phy: add Lynx PCS module
2020-08-31 Ioana Ciorneinet: mdiobus: add clause 45 mdiobus write accessor
2020-08-31 Ioana Ciorneinet: phylink: add helper function to decode USXGMII...
2020-08-31 Miaohe Linnet: clean up codestyle
2020-08-31 David S. MillerMerge branch 'Add-ip6_fragment-in-ipv6_stub'
2020-08-31 wenxuipv6: add ipv6_fragment hook in ipv6_stub
2020-08-31 Magnus Karlssonxsk: Add shared umem support between queue ids
2020-08-31 Magnus Karlssonxsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync...
2020-08-31 Magnus Karlssonxsk: Rearrange internal structs for better performance
2020-08-31 Magnus Karlssonxsk: Enable sharing of dma mappings
2020-08-31 Magnus Karlssonxsk: Move addrs from buffer pool to umem
2020-08-31 Magnus Karlssonxsk: Move xsk_tx_list and its lock to buffer pool
2020-08-31 Magnus Karlssonxsk: Move queue_id, dev and need_wakeup to buffer pool
2020-08-31 Magnus Karlssonxsk: Move fill and completion rings to buffer pool
2020-08-31 Magnus Karlssonxsk: Create and free buffer pool independently from...
2020-08-31 Magnus Karlssonxsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy drive...
2020-08-31 Magnus Karlssonxsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver...
2020-08-31 Alexei Starovoitovbpf: Fix build without BPF_SYSCALL, but with BPF_JIT.
2020-08-28 Daniel BorkmannMerge branch 'bpf-sleepable'
2020-08-28 Alexei Starovoitovbpf: Add bpf_copy_from_user() helper.
2020-08-28 Alexei Starovoitovbpf: Introduce sleepable BPF programs
2020-08-28 Mahesh Bandewarnet: add option to not create fall-back tunnels in...
2020-08-28 Martin KaFai Laubpf: Add map_meta_equal map ops
2020-08-28 David S. MillerMerge tag 'mac80211-next-for-davem-2020-08-28' of git...
2020-08-28 Yonghong Songbpf: Make bpf_link_info.iter similar to bpf_iter_link_info
2020-08-27 Nicolas Dichtelgtp: add notification mechanism
2020-08-27 David S. MillerMerge branch 'Move-MDIO-drivers-into-their-own-directory'
2020-08-27 Andrew Lunnnet: xgene: Move shared header file into include/linux
2020-08-27 Andrew Lunnnet/phy/mdio-i2c: Move header file to include/linux...
2020-08-27 Andrew Lunnnet: pcs: Move XPCS into new PCS subdirectory
2020-08-27 Chung-Hsien Hsunl80211: support SAE authentication offload in AP mode
2020-08-27 John Crispinmac80211: rename csa counters to countdown counters
2020-08-27 John Crispinnl80211: rename csa counter attributes countdown counters
2020-08-27 Miles Hunl80211: add support for setting fixed HE rate/gi/ltf
2020-08-27 James Prestwoodnl80211: fix PORT_AUTHORIZED wording to reflect behavior
2020-08-26 David S. MillerMerge branch 'net_prefetch-API'
2020-08-26 Tariq Toukannet: Take common prefetch code structure into a function
2020-08-26 Eric Dumazetinet: remove inet_sk_copy_descendant()
2020-08-25 Jiri Olsabpf: Add d_path helper
2020-08-25 Jiri Olsabpf: Add BTF_SET_START/END macros
2020-08-25 Jiri Olsabpf: Add btf_struct_ids_match function
2020-08-25 Jiri Olsabpf: Move btf_resolve_size into __btf_resolve_size
2020-08-25 KP Singhbpf: Allow local storage to be used from LSM programs
2020-08-25 KP Singhbpf: Implement bpf_local_storage for inodes
2020-08-25 KP Singhbpf: Split bpf_local_storage to bpf_sk_storage
2020-08-25 KP Singhbpf: Generalize bpf_sk_storage
2020-08-25 KP Singhbpf: Generalize caching for sk_storage.
2020-08-25 KP Singhbpf: Renames in preparation for bpf_local_storage
2020-08-25 David S. MillerMerge tag 'batadv-next-for-davem-20200824' of git:...
2020-08-25 David S. MillerMerge branch 'qed-introduce-devlink-health-support'
2020-08-25 Igor Russkikhqed: align adjacent indent
2020-08-25 Igor Russkikhqed: use devlink logic to report errors
2020-08-25 Igor Russkikhqed: health reporter init deinit seq
2020-08-25 Igor Russkikhqed/qede: make devlink survive recovery
2020-08-24 Luke Hsiaoio_uring: allow tcp ancillary data for __sys_recvmsg_sock()
2020-08-24 Alexei StarovoitovMerge branch 'bpf-tcp-header-opts'
2020-08-24 Martin KaFai Lautcp: bpf: Optionally store mac header in TCP_SAVE_SYN
2020-08-24 Martin KaFai Laubpf: tcp: Allow bpf prog to write and parse TCP header...
2020-08-24 Martin KaFai Laubpf: sock_ops: Change some members of sock_ops_kern...
2020-08-24 Martin KaFai Laubpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_wri...
2020-08-24 Martin KaFai Laubpf: tcp: Add bpf_skops_parse_hdr()
2020-08-24 Martin KaFai Laubpf: tcp: Add bpf_skops_established()
2020-08-24 Martin KaFai Lautcp: Add saw_unknown to struct tcp_options_received
2020-08-24 Martin KaFai Lautcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
2020-08-24 Martin KaFai Lautcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
2020-08-24 Martin KaFai Lautcp: Use a struct to represent a saved_syn
2020-08-23 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2020-08-23 Linus TorvaldsMerge tag 'powerpc-5.9-3' of git://git.kernel.org/pub...
2020-08-23 Linus TorvaldsMerge tag 'x86-urgent-2020-08-23' of git://git.kernel...
2020-08-23 Linus TorvaldsMerge tag 'perf-urgent-2020-08-23' of git://git.kernel...
2020-08-23 Linus TorvaldsMerge tag 'efi-urgent-2020-08-23' of git://git.kernel...
2020-08-23 Linus TorvaldsMerge tag 'core-urgent-2020-08-23' of git://git.kernel...
2020-08-23 Linus TorvaldsMerge tag 'edac_urgent_for_v5.9_rc2' of git://git.kerne...
2020-08-23 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2020-08-23 Linus TorvaldsMerge branch 'work.epoll' of git://git.kernel.org/pub...
2020-08-22 David S. MillerMerge branch 'l2tp-replace-custom-logging-code-with...
2020-08-22 Tom Parkinl2tp: remove tunnel and session debug flags field
2020-08-22 Linus TorvaldsMerge tag 'kbuild-fixes-v5.9' of git://git.kernel.org...
2020-08-22 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2020-08-22 Linus TorvaldsMerge tag 's390-5.9-3' of git://git.kernel.org/pub...
2020-08-22 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2020-08-22 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2020-08-22 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.9-2' of git://git...
2020-08-21 Alexei StarovoitovMerge branch 'update-sockmap-from-prog'
2020-08-21 Lorenz Bauerbpf: sockmap: Call sock_map_update_elem directly
2020-08-21 Lorenz Bauernet: sk_msg: Simplify sk_psock initialization
2020-08-21 Linus TorvaldsMerge tag 'io_uring-5.9-2020-08-21' of git://git.kernel...
2020-08-21 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-08-21 Alexei StarovoitovMerge branch 'link_query-bpf_iter'
2020-08-21 Yonghong Songbpf: Implement link_query callbacks in map element...
2020-08-21 Yonghong Songbpf: Implement link_query for bpf iterators
2020-08-21 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2020-08-21 Linus TorvaldsMerge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel...
2020-08-21 Linus TorvaldsMerge tag 'for-linus-5.9-rc2-tag' of git://git.kernel...
2020-08-21 Linus TorvaldsMerge tag 'pm-5.9-rc2' of git://git.kernel.org/pub...
2020-08-21 Tobias Klauserbpf: Fix two typos in uapi/linux/bpf.h
next