summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-7/+11
2026-04-16bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann-1/+1
2026-04-15bpf, sockmap: Take state lock for af_unix iterMichal Luczaj-0/+2
2026-04-15bpf, sockmap: Fix af_unix null-ptr-deref in proto updateMichal Luczaj-0/+3
2026-04-15bpf, sockmap: Fix af_unix iter deadlockMichal Luczaj-4/+3
2026-04-15bpf, sockmap: Annotate af_unix sock:: Sk_state data-racesMichal Luczaj-2/+2
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-11/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-19/+35
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6479/+11286
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-29/+78
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-27/+172
2026-04-14net: caif: clear client service pointer on teardownZhengchuan Liang-2/+12
2026-04-14net: strparser: fix skb_head leak in strp_abort_strp()Luxiao Xu-0/+8
2026-04-14net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen-0/+2
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-111/+43
2026-04-13sctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long-0/+4
2026-04-13sctp: fix missing encap_port propagation for GSO fragmentsXin Long-0/+1
2026-04-13tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().Kuniyuki Iwashima-1/+1
2026-04-13udp: Force compute_score to always inlineGabriel Krisman Bertazi-12/+13
2026-04-13Merge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+7
2026-04-13net: qrtr: ns: Fix use-after-free in driver remove()Manivannan Sadhasivam-0/+11
2026-04-13net: qrtr: ns: Limit the total number of nodesManivannan Sadhasivam-2/+14
2026-04-13net: qrtr: ns: Free the node during ctrl_cmd_bye()Manivannan Sadhasivam-5/+15
2026-04-13net: qrtr: ns: Limit the maximum number of lookupsManivannan Sadhasivam-2/+12
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-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