aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-12wifi: mac80211: improve interface iteration ergonomicsJohannes Berg1-8/+44
2026-01-12wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channelLachlan Hodges1-0/+3
2026-01-12wifi: mac80211: unexport ieee80211_get_bssid()Johannes Berg1-1/+0
2026-01-12wifi: mac80211: don't send an unused argument to ieee80211_check_combinationsMiri Korenblit1-1/+1
2026-01-12wifi: mac80211: correctly check if CSA is activeMiri Korenblit1-2/+6
2026-01-12wifi: cfg80211: Fix bitrate calculation overflow for HE ratesVeerendranath Jakkam1-3/+5
2026-01-10Merge tag 'for-net-2026-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski1-0/+1
2026-01-10ipv4: ip_gre: make ipgre_header() robustEric Dumazet1-2/+9
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-09ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet1-1/+1
2026-01-09net: bridge: annotate data-races around fdb->{updated,used}Eric Dumazet2-14/+18
2026-01-09Merge tag 'ceph-for-6.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds4-12/+30
2026-01-09Bluetooth: hci_sync: enable PA Sync Lost eventYang Li1-0/+1
2026-01-08ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet1-3/+2
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-53/+78
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/kernel/git/wireless/wirelessJakub 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 qfq_resetXiang Mei1-1/+1
2026-01-08vsock/virtio: use virtqueue_add_inbuf_cache_clean for eventsMichael S. Tsirkin1-1/+1
2026-01-08vsock/virtio: fix DMA alignment for event_listMichael S. Tsirkin1-0/+3
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-08wifi: cfg80211: Fix use_for flag update on BSS refreshHuang Chenming1-1/+1
2026-01-08wifi: mac80211: Update csa_finalize to use link_idAditya Kumar Singh1-2/+11
2026-01-08wifi: cfg80211: add cfg80211_stop_link() for per-link teardownManish Dharanenthiran6-18/+32
2026-01-06net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroyShivani Gupta1-0/+2
2026-01-06net: fully inline backlog_unlock_irq_restore()Eric Dumazet1-7/+6
2026-01-06udp: udplite is unlikelyEric Dumazet2-4/+6
2026-01-06udp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet1-0/+1
2026-01-06ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva5-63/+75
2026-01-06ipv6: preserve insertion order for same-scope addressesYumei Huang1-1/+1
2026-01-06bpf, test_run: Subtract size of xdp_frame from allowed metadata sizeToke Høiland-Jørgensen1-5/+13
2026-01-05net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib1-3/+5
2026-01-05net/sched: act_mirred: Fix leak when redirecting to self on egressJamal Hadi Salim1-12/+12
2026-01-05ipv4: Improve martian logsClara Engler1-4/+4
2026-01-05vsock: 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-05libceph: reset sparse-read state in osd_fault()Sam Edwards1-0/+3
2026-01-05libceph: return the handler error from mon_handle_auth_done()Ilya Dryomov1-1/+1
2026-01-05compiler-context-analysis: Change __cond_acquires to take return valueMarco Elver1-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/netfilter/nfJakub 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