summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-01-12net: ipconfig: Remove outdated comment and indent code blockThorsten Blum
2026-01-12net: devmem: convert binding refcount to percpu_refBobby Eshleman
2026-01-12Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-01-12wifi: mac80211: remove width argument from ieee80211_parse_bitratesMiri Korenblit
2026-01-12wifi: mac80211: improve station iteration ergonomicsJohannes Berg
2026-01-12wifi: mac80211: improve interface iteration ergonomicsJohannes Berg
2026-01-12wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channelLachlan Hodges
2026-01-12wifi: mac80211: unexport ieee80211_get_bssid()Johannes Berg
2026-01-12wifi: mac80211: don't send an unused argument to ieee80211_check_combinationsMiri Korenblit
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-08arp: do not assume dev_hard_header() does not change skb->headEric Dumazet
2026-01-08Merge tag 'wireless-2026-01-08' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn
2026-01-08net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei
2026-01-08wifi: mac80211: collect station statistics earlier when disconnectBaochen Qiang
2026-01-08wifi: mac80211: restore non-chanctx injection behaviourJohannes Berg
2026-01-08wifi: mac80211: don't iterate not running interfacesMiri Korenblit
2026-01-08wifi: avoid kernel-infoleak from struct iw_pointEric Dumazet
2026-01-08wifi: cfg80211: Fix use_for flag update on BSS refreshHuang Chenming
2026-01-08wifi: mac80211: Update csa_finalize to use link_idAditya Kumar Singh
2026-01-08wifi: cfg80211: add cfg80211_stop_link() for per-link teardownManish Dharanenthiran
2026-01-06net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroyShivani Gupta
2026-01-06net: fully inline backlog_unlock_irq_restore()Eric Dumazet
2026-01-06udp: udplite is unlikelyEric Dumazet
2026-01-06udp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet
2026-01-06ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2026-01-06ipv6: preserve insertion order for same-scope addressesYumei Huang
2026-01-05net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib
2026-01-05net/sched: act_mirred: Fix leak when redirecting to self on egressJamal Hadi Salim
2026-01-05ipv4: Improve martian logsClara Engler
2026-01-05vsock: Make accept()ed sockets use custom setsockopt()Michal Luczaj
2026-01-04Merge tag 'nf-26-01-02' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2026-01-04inet: frags: drop fraglist conntrack referencesFlorian Westphal
2026-01-04net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi
2026-01-04inet: ping: Fix icmp out countingyuan.gao
2026-01-04bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egressAlexandre Knecht
2026-01-02netfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera
2026-01-02netfilter: nf_tables: fix memory leak in nf_tables_newrule()Zilin Guan
2026-01-01netfilter: replace -EEXIST with -EBUSYDaniel Gomez
2026-01-01netfilter: nft_synproxy: avoid possible data-race on update operationFernando Fernandez Mancera
2026-01-01netfilter: nft_set_pipapo: fix range overlap detectionFlorian Westphal
2025-12-30Merge tag 'net-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-12-30ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen
2025-12-30net: rose: fix invalid array index in rose_kill_by_device()Pwnverse
2025-12-30net: fib: restore ECMP balance from loopbackVadim Fedorenko
2025-12-30ipv4: Fix reference count leak when using error routes with nexthop objectsIdo Schimmel
2025-12-29ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg
2025-12-29Merge tag 'wireless-2025-12-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-12-28af_unix: don't post cmsg for SO_INQ unless explicitly asked forJens Axboe
2025-12-28net: avoid prefetching NULL pointersEric Dumazet