summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2026-03-11bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière
2026-03-10page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski
2026-03-10net: export netif_open for self_test usageMike Marciniszyn (Meta)
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet
2026-03-09net: Add SPDX ids to some source filesTim Bird
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-05xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba
2026-03-05xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-03-04net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet
2026-03-04net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet
2026-03-04net-sysfs: get rid of rps_dev_flow_lockEric Dumazet
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet
2026-03-04net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet
2026-03-04net-sysfs: remove rcu field from 'struct rps_sock_flow_table'Eric Dumazet
2026-03-03net: core: failover: enforce mandatory ops and clean up redundant checksZeeshan Ahmad
2026-03-03net: core: allow netdev_upper_get_next_dev_rcu from bh contextKohei Enju
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer
2026-02-28net: fix sock compilation error under CONFIG_PREEMPT_RTJiayuan Chen
2026-02-27net: inline skb_add_rx_frag_netmem()Eric Dumazet
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski
2026-02-24net: __lock_sock() can be staticEric Dumazet
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior
2026-02-23net: do not pass flow_id to set_rps_cpu()Eric Dumazet
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-18Merge tag 'nf-26-02-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2026-02-17net: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet
2026-02-17net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso
2026-02-17net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RTEric Dumazet
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-06net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska
2026-02-06net/ipv6: Drop HBH for BIG TCP on RX sideAlice Mikityanska