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