summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2026-03-30net: Clear the dst when performing encap / decapJakub Kicinski-23/+27
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera-37/+31
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera-7/+7
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera-5/+0
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+42
2026-03-24rtnetlink: fix leak of SRCU struct in rtnl_link_registerSabrina Dubroca-0/+3
2026-03-24net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn-5/+17
2026-03-24net-sysfs: switch xps_queue_show() to sysfs_emit()Yury Norov-1/+1
2026-03-20rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca-3/+6
2026-03-20rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_sizeSabrina Dubroca-0/+16
2026-03-14net: plumb drop reasons to __dev_queue_xmit()Eric Dumazet-40/+43
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima-1/+1
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima-2/+1
2026-03-12net: add skb_defer_disable_key static keyEric Dumazet-1/+30
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-38/+11
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet-6/+8
2026-03-11neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca-1/+2
2026-03-11bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière-0/+3
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