aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+42
2026-03-24rtnetlink: fix leak of SRCU struct in rtnl_link_registerSabrina Dubroca1-0/+3
2026-03-24net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn1-5/+17
2026-03-24net-sysfs: switch xps_queue_show() to sysfs_emit()Yury Norov1-1/+1
2026-03-20rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca1-3/+6
2026-03-20rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_sizeSabrina Dubroca1-0/+16
2026-03-14net: plumb drop reasons to __dev_queue_xmit()Eric Dumazet1-40/+43
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima1-1/+1
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima1-2/+1
2026-03-12net: add skb_defer_disable_key static keyEric Dumazet3-1/+30
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-38/+11
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet1-6/+8
2026-03-11neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca1-1/+2
2026-03-11bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-0/+3
2026-03-11bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-0/+4
2026-03-10page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski1-2/+2
2026-03-10net: export netif_open for self_test usageMike Marciniszyn (Meta)1-0/+1
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi1-35/+0
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet2-2/+2
2026-03-09net: Add SPDX ids to some source filesTim Bird2-2/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-74/+58
2026-03-05xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba1-1/+2
2026-03-05xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba1-1/+2
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior2-5/+2
2026-03-04net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman2-3/+5
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet1-4/+8
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet1-51/+29
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet2-58/+65
2026-03-04net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet1-9/+2
2026-03-04net-sysfs: get rid of rps_dev_flow_lockEric Dumazet1-12/+6
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet2-47/+54
2026-03-04net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet2-10/+13
2026-03-04net-sysfs: remove rcu field from 'struct rps_sock_flow_table'Eric Dumazet1-1/+3
2026-03-03net: core: failover: enforce mandatory ops and clean up redundant checksZeeshan Ahmad1-7/+7
2026-03-03net: core: allow netdev_upper_get_next_dev_rcu from bh contextKohei Enju1-1/+2
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu1-6/+11
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet1-6/+1
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer1-4/+4
2026-02-28net: fix sock compilation error under CONFIG_PREEMPT_RTJiayuan Chen1-5/+8
2026-02-27net: inline skb_add_rx_frag_netmem()Eric Dumazet1-11/+0
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet1-0/+13
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet1-7/+7
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-74/+89
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-17/+41
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-02-24net: __lock_sock() can be staticEric Dumazet1-4/+4
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-5/+18
2026-02-23net: do not pass flow_id to set_rps_cpu()Eric Dumazet1-7/+5
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3