summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-11-28Daniel Borkmann says:Jakub Kicinski
2022-11-28net: ethernet: mtk_wed: add wcid overwritten support for wed v1Sujuan Chen
2022-11-24bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song
2022-11-24compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))Yonghong Song
2022-11-23bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not setYonghong Song
2022-11-22net: dsa: move tag_8021q headers to their proper placeVladimir Oltean
2022-11-22Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...Jakub Kicinski
2022-11-20bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctxYonghong Song
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet
2022-11-20bpf: Allow multiple modifiers in reg_type_str() prefixDavid Vernet
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-11-17sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long
2022-11-17ethtool: doc: clarify what drivers can implement in their get_drvinfo()Vincent Mailhol
2022-11-17bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi
2022-11-17bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima
2022-11-16wifi: wl1251: drop support for platform dataDmitry Torokhov
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-15dev: Move received_rps counter next to RPS members in softnet dataToke Høiland-Jørgensen
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi
2022-11-14bpf: Rename RET_PTR_TO_ALLOC_MEMKumar Kartikeya Dwivedi
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi
2022-11-14bpf: Fix copy_map_value, zero_map_valueKumar Kartikeya Dwivedi
2022-11-14bpf: Remove BPF_MAP_OFF_ARR_MAXKumar Kartikeya Dwivedi
2022-11-14Merge tag 'vfio-v6.1-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias
2022-11-14Merge tag 'mlx5-updates-2022-11-12' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2022-11-14ibmvnic: Add hotpluggable CPU callbacks to reassign affinity hintsNick Child
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-12net/mlx5e: Support enhanced CQE compressionOfer Levi
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-11-11net: remove skb->vlan_presentEric Dumazet
2022-11-11Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-11bpf: Fix offset calculation error in __copy_map_value and zero_map_valueXu Kuohai
2022-11-11ptp: remove the .adjfreq interface functionJacob Keller
2022-11-11net: ethernet: mtk_wed: add configure wed wo supportLorenzo Bianconi
2022-11-11net: ethernet: mtk_wed: rename tx_wdma array in rx_wdmaLorenzo Bianconi
2022-11-11net: ethernet: mtk_wed: introduce wed mcu supportSujuan Chen