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