summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-10Merge tag 'ceph-for-6.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds4-12/+30
2026-01-08arp: do not assume dev_hard_header() does not change skb->headEric Dumazet1-3/+4
2026-01-08Merge tag 'wireless-2026-01-08' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski5-3/+17
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn2-10/+6
2026-01-08net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei1-1/+1
2026-01-08wifi: mac80211: collect station statistics earlier when disconnectBaochen Qiang1-3/+4
2026-01-08wifi: mac80211: restore non-chanctx injection behaviourJohannes Berg1-0/+2
2026-01-08wifi: mac80211: don't iterate not running interfacesMiri Korenblit1-0/+3
2026-01-08wifi: avoid kernel-infoleak from struct iw_pointEric Dumazet2-0/+8
2026-01-07net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroyShivani Gupta1-0/+2
2026-01-07udp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet1-0/+1
2026-01-06net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib1-3/+5
2026-01-06net/sched: act_mirred: Fix leak when redirecting to self on egressJamal Hadi Salim1-12/+12
2026-01-06vsock: Make accept()ed sockets use custom setsockopt()Michal Luczaj1-0/+4
2026-01-06libceph: make calc_target() set t->paused, not just clear itIlya Dryomov1-2/+9
2026-01-06libceph: reset sparse-read state in osd_fault()Sam Edwards1-0/+3
2026-01-06libceph: return the handler error from mon_handle_auth_done()Ilya Dryomov1-1/+1
2026-01-05libceph: make free_choose_arg_map() resilient to partial allocationTuo Li1-8/+12
2026-01-05libceph: replace overzealous BUG_ON in osdmap_apply_incremental()Ilya Dryomov1-1/+3
2026-01-05libceph: prevent potential out-of-bounds reads in handle_auth_done()ziming zhang1-0/+2
2026-01-04Merge tag 'nf-26-01-02' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski7-11/+12
2026-01-04inet: frags: drop fraglist conntrack referencesFlorian Westphal1-0/+2
2026-01-04net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
2026-01-04inet: ping: Fix icmp out countingyuan.gao1-3/+1
2026-01-04bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egressAlexandre Knecht1-4/+7
2026-01-02netfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera1-1/+1
2026-01-02netfilter: nf_tables: fix memory leak in nf_tables_newrule()Zilin Guan1-1/+2
2026-01-01netfilter: replace -EEXIST with -EBUSYDaniel Gomez3-4/+4
2026-01-01netfilter: nft_synproxy: avoid possible data-race on update operationFernando Fernandez Mancera1-3/+3
2026-01-01netfilter: nft_set_pipapo: fix range overlap detectionFlorian Westphal1-2/+2
2025-12-30Merge tag 'net-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds25-99/+155
2025-12-30ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen1-1/+12
2025-12-30net: rose: fix invalid array index in rose_kill_by_device()Pwnverse1-1/+1
2025-12-30net: fib: restore ECMP balance from loopbackVadim Fedorenko1-16/+10
2025-12-30ipv4: Fix reference count leak when using error routes with nexthop objectsIdo Schimmel1-3/+4
2025-12-29ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg1-1/+2
2025-12-29Merge tag 'wireless-2025-12-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni6-13/+14
2025-12-28af_unix: don't post cmsg for SO_INQ unless explicitly asked forJens Axboe1-3/+8
2025-12-28net: avoid prefetching NULL pointersEric Dumazet1-3/+5
2025-12-28net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group structBagas Sanjaya1-0/+1
2025-12-28net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey1-2/+7
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-3/+7
2025-12-23Merge tag 'for-net-2025-12-19' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-0/+6
2025-12-23net: dsa: fix missing put_device() in dsa_tree_find_first_conduit()Vladimir Oltean1-7/+1
2025-12-23net: dsa: properly keep track of conduit referenceVladimir Oltean1-25/+34
2025-12-23erspan: Initialize options_len before referencing options.Frode Nordahl2-4/+8
2025-12-23mptcp: ensure context reset on disconnect()Paolo Abeni2-4/+7
2025-12-23mptcp: fallback earlier on simult connectionPaolo Abeni3-10/+12
2025-12-22net/handshake: Fix null-ptr-deref in handshake_complete()Wang Liang1-1/+2
2025-12-22ip6_gre: make ip6gre_header() robustEric Dumazet1-1/+8