summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-06Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-04-06Merge tag 'asm-generic-fixes-6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-05net: stmmac: add support for platform specific resetShenwei Wang
2023-04-05Merge tag 'trace-v6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-04net: qrtr: correct types of trace event parametersSimon Horman
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-04-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-04asm-generic: avoid __generic_cmpxchg_local warningsArnd Bergmann
2023-04-04asm-generic/io.h: suppress endianness warnings for relaxed accessorsVladimir Oltean
2023-04-04asm-generic/io.h: suppress endianness warnings for readq() and writeq()Vladimir Oltean
2023-04-03tracing: Error if a trace event has an array for a __field()Steven Rostedt (Google)
2023-04-03ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping
2023-04-03net: phy: smsc: add support for edpd tunableHeiner Kallweit
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean
2023-04-03net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean
2023-04-02net: minor reshuffle of napi_structJakub Kicinski
2023-04-01Merge tag 'iommu-fixes-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-31Merge tag 'nf-next-2023-03-30' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski
2023-03-31Merge tag 'kvm-s390-master-6.3-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2023-03-31net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong
2023-03-31iommu/vt-d: Fix an IOMMU perfmon warning when CPU hotplugKan Liang
2023-03-30Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-03-30net/sched: act_tunnel_key: add support for "don't fragment"Davide Caratti
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-30Merge tag 'drm-fixes-2023-03-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-03-30netfilter: Correct documentation errors in nf_tables.hMatthieu De Beule
2023-03-30netfilter: nfnetlink_queue: enable classid socket info retrievalEric Sage
2023-03-30Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Daniel Vetter
2023-03-30Revert "drm/scheduler: track GPU active time per entity"Lucas Stach
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet
2023-03-30wifi: nl80211: support advertising S1G capabilitiesKieran Frewen
2023-03-29Merge tag 'f2fs-fix-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima
2023-03-29vsock: support sockmapBobby Eshleman
2023-03-28Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2023-03-28Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski
2023-03-28Merge tag 'urgent-rcu.2023.03.28a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-03-28atomics: Provide rcuref - scalable reference countingThomas Gleixner
2023-03-28atomics: Provide atomic_add_negative() variantsThomas Gleixner
2023-03-27ethtool: Add support for configuring tx_push_buf_lenShay Agroskin
2023-03-27netlink: Add a macro to set policy message with format stringShay Agroskin
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet
2023-03-27KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka
2023-03-27KVM: irqfd: Make resampler_list an RCU listDmytro Maluka
2023-03-27net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)