aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-23tcp: introduce TCP_PAWS_WRAPEric Dumazet1-2/+7
2023-10-23tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet2-7/+16
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet1-5/+4
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet1-6/+0
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet1-5/+9
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet1-6/+19
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet1-0/+5
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet1-0/+5
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet1-1/+1
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie70-170/+233
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+4
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani1-1/+1
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2-6/+7
2023-10-22bcachefs: Update export_operations for snapshotsKent Overstreet1-0/+6
2023-10-21Merge tag 'perf-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2023-10-21iommufd: Correct IOMMU_HWPT_ALLOC_NEST_PARENT descriptionNicolin Chen1-3/+2
2023-10-21Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai15-103/+187
2023-10-20bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao1-1/+1
2023-10-20bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao1-0/+1
2023-10-20bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao1-0/+1
2023-10-20mm/percpu.c: introduce pcpu_alloc_size()Hou Tao1-0/+1
2023-10-20Merge tag 'mtd/fixes-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+6
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-1/+2
2023-10-20Merge tag 'sound-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2023-10-20Merge tag 'drm-fixes-2023-10-20' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-4/+3
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski2-35/+16
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo1-1/+2
2023-10-20net: dsa: microchip: ksz8: Enable MIIM PHY Control reg accessOleksij Rempel1-0/+4
2023-10-20netlink: add variable-length / auto integersJakub Kicinski2-2/+72
2023-10-20devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel1-30/+30
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-1/+2
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu1-0/+1
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov1-4/+0
2023-10-20Merge tag 'drm-intel-next-2023-10-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+5
2023-10-20Merge tag 'drm-misc-fixes-2023-10-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-4/+3
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou2-8/+12
2023-10-19cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou1-7/+5
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPTBreno Leitao1-0/+1
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPTBreno Leitao1-0/+7
2023-10-19io_uring/cmd: Pass compat mode in issue_flagsBreno Leitao1-0/+1
2023-10-19net/socket: Break down __sys_getsockoptBreno Leitao2-3/+3
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-23/+60
2023-10-19net/socket: Break down __sys_setsockoptBreno Leitao1-0/+2
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao1-1/+1
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao1-2/+3
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-12/+27
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet1-1/+60
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet1-0/+7
2023-10-19closures: closure_nr_remaining()Kent Overstreet1-1/+6
2023-10-19closures: closure_wait_event()Kent Overstreet1-0/+22