summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-29Daniel Borkmann says:Jakub Kicinski8-99/+289
2022-11-28net: ethernet: mtk_wed: add wcid overwritten support for wed v1Sujuan Chen1-0/+3
2022-11-24bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song2-1/+7
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song1-0/+1
2022-11-24compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))Yonghong Song1-1/+2
2022-11-24net: use %pS for kfree_skb tracing event locationStanislav Fomichev1-1/+1
2022-11-24bpf: Update bpf_{g,s}etsockopt() documentationJi Rongfeng1-9/+12
2022-11-24bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not setYonghong Song1-1/+1
2022-11-23net: dsa: move tag_8021q headers to their proper placeVladimir Oltean2-30/+2
2022-11-23net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean1-2/+0
2022-11-23Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...Jakub Kicinski1-0/+1
2022-11-22net: mscc: ocelot: remove unnecessary exposure of stats structuresColin Foster1-215/+0
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersColin Foster1-1/+0
2022-11-21mptcp: more detailed error reporting on endpoint creationPaolo Abeni1-0/+3
2022-11-21bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctxYonghong Song1-0/+5
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet3-24/+78
2022-11-20bpf: Allow multiple modifiers in reg_type_str() prefixDavid Vernet1-1/+1
2022-11-19netlink: remove the flex array from struct nlmsghdrJakub Kicinski1-2/+0
2022-11-18mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-0/+1
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller3-55/+11
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long3-5/+13
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long1-0/+1
2022-11-18sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long2-5/+5
2022-11-18sctp: change to include linux/sctp.h in net/sctp/checksum.hXin Long1-1/+1
2022-11-18devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski1-1/+3
2022-11-18devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski1-0/+3
2022-11-18devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski2-0/+7
2022-11-18devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski2-0/+7
2022-11-18net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean1-70/+0
2022-11-18ethtool: doc: clarify what drivers can implement in their get_drvinfo()Vincent Mailhol2-10/+8
2022-11-18bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi1-0/+5
2022-11-18bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi2-8/+15
2022-11-18bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi3-14/+30
2022-11-18bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi1-1/+15
2022-11-18bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi2-0/+2
2022-11-18bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi2-0/+42
2022-11-18bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi1-0/+11
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-31/+72
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-28/+50
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao1-2/+3
2022-11-17net: use struct_group to copy ip/ipv6 header addressesHangbin Liu4-6/+10
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-1/+1
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet2-26/+37
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima2-0/+4
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima1-0/+1
2022-11-16wifi: wl1251: drop support for platform dataDmitry Torokhov1-44/+0
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva1-10/+10
2022-11-16net: dsa: remove phylink_validate() methodVladimir Oltean1-3/+0
2022-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski5-6/+10
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen3-8/+8