summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-05-16net: always declare __sock_wfree() and tcp_wfree()Eric Dumazet1-2/+1
2026-05-15net: block MSG_NO_SHARED_FRAGS in sendmsg()Jann Horn1-1/+1
2026-05-15net/sched: qdisc_qstats_qlen_backlog() runs locklesslyEric Dumazet1-3/+3
2026-05-15netlink: add one debug check in nla_nest_end()Eric Dumazet1-1/+4
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-95/+153
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-10/+18
2026-05-14ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds1-0/+3
2026-05-14bridge: Add internal flags for neigh_forward_gratDanielle Ratson1-0/+1
2026-05-14bridge: uapi: Add neigh_forward_grat netlink attributesDanielle Ratson2-0/+18
2026-05-14net/sched: netem: add per-impairment extended statisticsStephen Hemminger1-0/+10
2026-05-14net: make is_skb_wmem() available to modulesEric Dumazet2-2/+11
2026-05-14macsec: use rcu_work to defer TX SA crypto cleanup out of softirqJinliang Zheng1-1/+2
2026-05-14macsec: use rcu_work to defer RX SA crypto cleanup out of softirqJinliang Zheng1-1/+3
2026-05-14netconsole: move find_skb() from netpollBreno Leitao1-1/+0
2026-05-14netpoll: rename and export netpoll_zap_completion_queue()Breno Leitao1-0/+1
2026-05-14netconsole: move netpoll_udp_checksum() from netpollBreno Leitao1-1/+0
2026-05-14netconsole: move push_udp() from netpollBreno Leitao1-1/+0
2026-05-14netconsole: move push_eth() from netpollBreno Leitao1-1/+0
2026-05-14netconsole: move push_ipv4() from netpollBreno Leitao1-1/+0
2026-05-14netconsole: move push_ipv6() from netpollBreno Leitao1-1/+0
2026-05-14netconsole: move netpoll_send_udp() from netpollBreno Leitao1-1/+0
2026-05-14netpoll: expose UDP packet builder helpers for netconsoleBreno Leitao1-0/+6
2026-05-14ptr_ring: move free-space check into separate helperSimon Schippers1-2/+18
2026-05-14vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers1-0/+3
2026-05-14Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-7/+10
2026-05-14Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+9
2026-05-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2026-05-13dpll: add fractional frequency offset to pin-parent-deviceIvan Vecera1-1/+15
2026-05-13net: constify sk_skb_reason_drop() sock parameterEric Dumazet2-3/+4
2026-05-13rtnetlink: add RTEXT_FILTER_NAME_ONLY supportEric Dumazet1-0/+1
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+6
2026-05-12net/sched: mq: no longer acquire qdisc spinlocks in dump operationsEric Dumazet1-0/+9
2026-05-12net/sched: add const qualifiers to gnet_stats helpersEric Dumazet2-9/+9
2026-05-12net/sched: add qdisc_qlen_lockless() helperEric Dumazet1-1/+6
2026-05-12net/sched: annotate data-races around sch->qstats.backlogEric Dumazet1-3/+13
2026-05-12net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet1-11/+21
2026-05-12net: mention the convention for .ndo_setup_tc()David Yang1-0/+6
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang1-0/+9
2026-05-11fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)1-0/+5
2026-05-10sched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGINTejun Heo1-4/+6
2026-05-10sched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD stateTejun Heo1-4/+5
2026-05-10Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+1
2026-05-09Merge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-77/+100
2026-05-09net/mlx5: Add VHCA_ID page management mode supportMoshe Shemesh1-0/+7
2026-05-09net/mlx5: Make debugfs page counters by function type dynamicMoshe Shemesh1-0/+2
2026-05-09Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski5-5/+7
2026-05-09genetlink: free the skb on 'group >= family->n_mcgrps'Alice Ryhl1-1/+3
2026-05-09net: nsh: fix incorrect header length macrosIlya Maximets1-2/+2
2026-05-09ipv6: flowlabel: enforce per-netns limit for unprivileged callersMaoyi Xie1-0/+1
2026-05-08kprobes: skip non-symbol addresses in kprobe_add_ksym_blacklist()Jianpeng Chang1-1/+1