summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
3 daysneighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca-1/+2
3 daysbpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière-0/+3
3 daysbpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière-0/+4
4 dayspage_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski-2/+2
5 daysnet: add xmit recursion limit to tunnel xmit functionsWeiming Shi-35/+0
10 daysxdp: produce a warning when calculated tailroom is negativeLarysa Zaremba-1/+2
10 daysxdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba-1/+2
10 daysnet: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior-5/+2
10 daysnet: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman-3/+5
10 daystcp: secure_seq: add back ports to TS offsetEric Dumazet-51/+29
12 daysnet: Fix rcu_tasks stall in threaded busypollYiFei Zhu-6/+11
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet-7/+7
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: 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
2026-02-06net: skb: allow up to 8 skb extension idsOliver Hartkopp-1/+1
2026-02-06netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan-13/+21
2026-02-06bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}Amery Hung-2/+5
2026-02-06bpf: Remove unused percpu counter from bpf_local_storage_map_freeAmery Hung-1/+1
2026-02-06bpf: Convert bpf_selem_unlink to failableAmery Hung-3/+1
2026-02-06bpf: Convert bpf_selem_link_map to failableAmery Hung-1/+8
2026-02-06bpf: Select bpf_local_storage_map_bucket based on bpf_local_storageAmery Hung-1/+1
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-25/+55
2026-02-05net: get rid of net/core/request_sock.cEric Dumazet-19/+1
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet-85/+0
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet-24/+0
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet-0/+36
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp-0/+4
2026-02-04bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().Kuniyuki Iwashima-1/+1
2026-02-03net: gro: fix outer network offsetPaolo Abeni-0/+2
2026-02-03net: add proper RCU protection to /proc/net/ptypeEric Dumazet-16/+34
2026-02-03netclassid: use thread_group_leader(p) in update_classid_task()Oleg Nesterov-1/+1
2026-02-03net: Keep ignoring isolated cpuset changeFrederic Weisbecker-1/+1