summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter
2025-09-23dibs: Register smc as dibs_clientAlexandra Winter
2025-09-23dibs: Create drivers/dibsAlexandra Winter
2025-09-23net/smc: Decouple sf and attached send_buf in smc_loopbackAlexandra Winter
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter
2025-09-23tcp: Update bind bucket state on port releaseJakub Sitnicki
2025-09-23can: annotate mtu accesses with READ_ONCE()Vincent Mailhol
2025-09-23wifi: cfg80211: fix width unit in cfg80211_radio_chandef_valid()Ryder Lee
2025-09-22tcp: reclaim 8 bytes in struct request_sock_queueEric Dumazet
2025-09-22tcp: move tcp_clean_acked to tcp_sock_read_tx groupEric Dumazet
2025-09-22tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx groupEric Dumazet
2025-09-22tcp: remove CACHELINE_ASSERT_GROUP_SIZE() usesEric Dumazet
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet
2025-09-22net: move sk_uid and sk_protocol to sock_read_txEric Dumazet
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-22net: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-22Merge tag 'ipsec-2025-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-09-22mptcp: remove unused returned value of check_data_finMatthieu Baerts (NGI0)
2025-09-22mptcp: pm: netlink: deprecate server-side attributeMatthieu Baerts (NGI0)
2025-09-22mptcp: pm: netlink: announce server-side flagMatthieu Baerts (NGI0)
2025-09-22mptcp: pm: netlink: only add server-side attr when trueMatthieu Baerts (NGI0)
2025-09-22tcp: Remove redundant sk_unhashed() in inet_unhash().Kuniyuki Iwashima
2025-09-22tcp: Remove inet6_hash().Kuniyuki Iwashima
2025-09-22tcp: Remove osk from __inet_hash() arg.Kuniyuki Iwashima
2025-09-22Bluetooth: MGMT: Fix possible UAFsLuiz Augusto von Dentz
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner
2025-09-22wifi: cfg80211: remove IEEE80211_CHAN_{1,2,4,8,16}MHZ flagsJohannes Berg
2025-09-21sunrpc: fix "occurence"->"occurrence"Xichao Zhao
2025-09-21SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever
2025-09-21nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia
2025-09-21sunrpc: eliminate return pointer in svc_tcp_sendmsg()Jeff Layton
2025-09-21sunrpc: fix pr_notice in svc_tcp_sendto() to show correct lengthJeff Layton
2025-09-21sunrpc: delay pc_release callback until after the reply is sentJeff Layton
2025-09-21sunrpc: fix null pointer dereference on zero-length checksumLei Lu
2025-09-20Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz
2025-09-20Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeueLuiz Augusto von Dentz
2025-09-20Bluetooth: hci_sync: Fix hci_resume_advertising_syncLuiz Augusto von Dentz
2025-09-19net: netpoll: use synchronize_net() instead of synchronize_rcu()Breno Leitao
2025-09-19net: netpoll: remove unused netpoll pointer from netpoll_infoBreno Leitao
2025-09-19net: ipv4: convert ip_rcv_options to drop reasonsAntoine Tenart
2025-09-19net: ipv4: simplify drop reason handling in ip_rcv_finish_coreAntoine Tenart
2025-09-19net: ipv4: make udp_v4_early_demux explicitly return drop reasonAntoine Tenart
2025-09-19rtnetlink: add needed_{head,tail}room attributesAlasdair McWilliam
2025-09-19psp: clarify checksum behavior of psp_dev_rcv()Daniel Zahka
2025-09-19tcp: prefer sk_skb_reason_drop()Eric Dumazet
2025-09-19net/smc: fix warning in smc_rx_splice() when calling get_page()Sidraya Jayagond
2025-09-19can: raw: reorder struct raw_sock's members to optimise packingVincent Mailhol
2025-09-19can: raw: use bitfields to store flags in struct raw_sockVincent Mailhol
2025-09-19can: raw: reorder struct uniqframe's members to optimise packingVincent Mailhol