summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-01-08vsock/virtio: use virtqueue_add_inbuf_cache_clean for eventsMichael S. Tsirkin-1/+1
2026-01-08vsock/virtio: fix DMA alignment for event_listMichael S. Tsirkin-0/+3
2026-01-08wifi: mac80211: collect station statistics earlier when disconnectBaochen Qiang-3/+4
2026-01-08wifi: mac80211: restore non-chanctx injection behaviourJohannes Berg-0/+2
2026-01-08wifi: mac80211: don't iterate not running interfacesMiri Korenblit-0/+3
2026-01-08wifi: avoid kernel-infoleak from struct iw_pointEric Dumazet-0/+8
2026-01-08wifi: cfg80211: Fix use_for flag update on BSS refreshHuang Chenming-1/+1
2026-01-08wifi: mac80211: Update csa_finalize to use link_idAditya Kumar Singh-2/+11
2026-01-08wifi: cfg80211: add cfg80211_stop_link() for per-link teardownManish Dharanenthiran-18/+32
2026-01-06net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroyShivani Gupta-0/+2
2026-01-06net: fully inline backlog_unlock_irq_restore()Eric Dumazet-7/+6
2026-01-06udp: udplite is unlikelyEric Dumazet-4/+6
2026-01-06udp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet-0/+1
2026-01-06ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-65/+77
2026-01-06ipv6: preserve insertion order for same-scope addressesYumei Huang-1/+1
2026-01-06bpf, test_run: Subtract size of xdp_frame from allowed metadata sizeToke Høiland-Jørgensen-5/+13
2026-01-05net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib-3/+5
2026-01-05net/sched: act_mirred: Fix leak when redirecting to self on egressJamal Hadi Salim-12/+12
2026-01-05ipv4: Improve martian logsClara Engler-4/+4
2026-01-05vsock: Make accept()ed sockets use custom setsockopt()Michal Luczaj-0/+4
2026-01-06libceph: make calc_target() set t->paused, not just clear itIlya Dryomov-2/+9
2026-01-05libceph: reset sparse-read state in osd_fault()Sam Edwards-0/+3
2026-01-05libceph: return the handler error from mon_handle_auth_done()Ilya Dryomov-1/+1
2026-01-05compiler-context-analysis: Change __cond_acquires to take return valueMarco Elver-1/+1
2026-01-05libceph: make free_choose_arg_map() resilient to partial allocationTuo Li-8/+12
2026-01-05libceph: replace overzealous BUG_ON in osdmap_apply_incremental()Ilya Dryomov-1/+3
2026-01-05libceph: prevent potential out-of-bounds reads in handle_auth_done()ziming zhang-0/+2
2026-01-04Merge tag 'nf-26-01-02' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-11/+12
2026-01-04inet: frags: drop fraglist conntrack referencesFlorian Westphal-0/+2
2026-01-04net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi-3/+4
2026-01-04inet: ping: Fix icmp out countingyuan.gao-3/+1
2026-01-04bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egressAlexandre Knecht-4/+7
2026-01-02bpf: xfrm: drop dead NULL check in bpf_xdp_get_xfrm_state()Puranjay Mohan-1/+1
2026-01-02bpf: net: netfilter: drop dead NULL checksPuranjay Mohan-10/+4
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan-18/+18
2026-01-02netfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera-1/+1
2026-01-02netfilter: nf_tables: fix memory leak in nf_tables_newrule()Zilin Guan-1/+2
2026-01-01netfilter: replace -EEXIST with -EBUSYDaniel Gomez-4/+4
2026-01-01netfilter: nft_synproxy: avoid possible data-race on update operationFernando Fernandez Mancera-3/+3
2026-01-01netfilter: nft_set_pipapo: fix range overlap detectionFlorian Westphal-2/+2
2025-12-31net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam-11/+58
2025-12-30Merge tag 'net-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-99/+155
2025-12-30ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen-1/+12
2025-12-30net: rose: fix invalid array index in rose_kill_by_device()Pwnverse-1/+1
2025-12-30net: fib: restore ECMP balance from loopbackVadim Fedorenko-16/+10
2025-12-30ipv4: Fix reference count leak when using error routes with nexthop objectsIdo Schimmel-3/+4
2025-12-29ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg-1/+2
2025-12-29Merge tag 'wireless-2025-12-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-13/+14
2025-12-28af_unix: don't post cmsg for SO_INQ unless explicitly asked forJens Axboe-3/+8
2025-12-28net: avoid prefetching NULL pointersEric Dumazet-3/+5