summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-04-13net: qrtr: ns: Limit the maximum server registration per nodeManivannan Sadhasivam
2026-04-13can: raw: convert to getsockopt_iterBreno Leitao
2026-04-13af_packet: convert to getsockopt_iterBreno Leitao
2026-04-13net: call getsockopt_iter if availableBreno Leitao
2026-04-13Merge tag 'for-net-next-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13xprtrdma: Post receive buffers after RPC completionChuck Lever
2026-04-13xprtrdma: Scale receive batch size with credit windowChuck Lever
2026-04-13xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursorChuck Lever
2026-04-13xprtrdma: Decouple frwr_wp_create from frwr_mapChuck Lever
2026-04-13xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever
2026-04-13xprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever
2026-04-13xprtrdma: Close sendctx get/put race that can block a transportChuck Lever
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
2026-04-13Bluetooth: hci_event: fix potential UAF in SSP passkey handlersShuvam Pandey
2026-04-13Bluetooth: SCO: check for codecs->num_codecs == 1 before assigning to sco_pi(...Stefan Metzmacher
2026-04-13Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rspDudu Lu
2026-04-13Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFERPauli Virtanen
2026-04-13Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if existsPauli Virtanen
2026-04-13Bluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTULuiz Augusto von Dentz
2026-04-12bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skbSun Jian
2026-04-12net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko
2026-04-12net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko
2026-04-12vsock: fix buffer size clamping orderNorbert Szetei
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet
2026-04-12net: change sk_filter_reason() to return the reason by valueEric Dumazet
2026-04-12net: always set reason in sk_filter_trim_cap()Eric Dumazet
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet
2026-04-12net/rds: Restrict use of RDS/IB to the initial network namespaceGreg Jumper
2026-04-12net/rds: Optimize rds_ib_laddr_checkHÃ¥kon Bugge
2026-04-12net: rose: reject truncated CLEAR_REQUEST frames in state machinesMashiro Chen
2026-04-12gre: Count GRE packet dropsGal Pressman
2026-04-12bpf: Fix same-register dst/src OOB read and pointer leak in sock_opsJiayuan Chen
2026-04-12NFC: digital: Bounds check NFC-A cascade depth in SDD response handlerGreg Kroah-Hartman
2026-04-12ethtool: strset: check nla_len overflowHangbin Liu
2026-04-12nfc: llcp: add missing return after LLCP_CLOSED checksJunxi Qian
2026-04-12net: tso: Introduce tso_dma_map and helpersJoe Damato
2026-04-12vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`Luigi Leonardi
2026-04-12net: skb: clean up dead code after skb_kfree_head() simplificationJiayuan Chen
2026-04-12Merge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-04-12net/sched: act_ct: Only release RCU read lock after ct_ftJamal Hadi Salim
2026-04-12Merge tag 'linux-can-fixes-for-7.0-20260409' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet
2026-04-12net: Rename ifq_idx to rxq_idx in netif_mp_* helpersDaniel Borkmann
2026-04-12net: fix reference tracker mismanagement in netdev_put_lock()Jakub Kicinski
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet