index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-11
/
+2
5 days
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-19
/
+35
5 days
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
448
-6479
/
+11286
5 days
Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
5
-29
/
+78
6 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-27
/
+172
6 days
net: caif: clear client service pointer on teardown
Zhengchuan Liang
1
-2
/
+12
6 days
net: strparser: fix skb_head leak in strp_abort_strp()
Luxiao Xu
1
-0
/
+8
6 days
net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
Jiayuan Chen
1
-0
/
+2
7 days
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-111
/
+43
7 days
sctp: disable BH before calling udp_tunnel_xmit_skb()
Xin Long
2
-0
/
+4
7 days
sctp: fix missing encap_port propagation for GSO fragments
Xin Long
1
-0
/
+1
7 days
tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().
Kuniyuki Iwashima
1
-1
/
+1
7 days
udp: Force compute_score to always inline
Gabriel Krisman Bertazi
2
-12
/
+13
7 days
Merge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+7
7 days
net: qrtr: ns: Fix use-after-free in driver remove()
Manivannan Sadhasivam
1
-0
/
+11
7 days
net: qrtr: ns: Limit the total number of nodes
Manivannan Sadhasivam
1
-2
/
+14
7 days
net: qrtr: ns: Free the node during ctrl_cmd_bye()
Manivannan Sadhasivam
1
-5
/
+15
7 days
net: qrtr: ns: Limit the maximum number of lookups
Manivannan Sadhasivam
1
-2
/
+12
7 days
net: qrtr: ns: Limit the maximum server registration per node
Manivannan Sadhasivam
1
-5
/
+21
7 days
can: raw: convert to getsockopt_iter
Breno Leitao
1
-15
/
+13
7 days
af_packet: convert to getsockopt_iter
Breno Leitao
1
-8
/
+7
7 days
net: call getsockopt_iter if available
Breno Leitao
1
-3
/
+51
7 days
Merge tag 'for-net-next-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
6
-13
/
+36
7 days
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
23
-31
/
+31
7 days
Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-27
/
+92
7 days
tcp: update window_clamp when SO_RCVBUF is set
Jakub Kicinski
4
-0
/
+16
7 days
Bluetooth: hci_event: fix potential UAF in SSP passkey handlers
Shuvam Pandey
1
-4
/
+14
7 days
Bluetooth: SCO: check for codecs->num_codecs == 1 before assigning to sco_pi(...
Stefan Metzmacher
1
-1
/
+2
7 days
Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp
Dudu Lu
1
-0
/
+6
7 days
Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER
Pauli Virtanen
1
-3
/
+0
7 days
Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if exists
Pauli Virtanen
2
-2
/
+4
7 days
Bluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTU
Luiz Augusto von Dentz
1
-1
/
+1
8 days
bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb
Sun Jian
1
-8
/
+12
8 days
net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...
Konstantin Khorenko
1
-1
/
+1
8 days
net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALL
Konstantin Khorenko
1
-3
/
+1
8 days
vsock: fix buffer size clamping order
Norbert Szetei
1
-3
/
+3
8 days
Merge branch 'net-reduce-sk_filter-and-friends-bloat'
Jakub Kicinski
14
-52
/
+51
8 days
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
5
-23
/
+22
8 days
tcp: change tcp_filter() to return the reason by value
Eric Dumazet
2
-4
/
+8
8 days
net: change sk_filter_reason() to return the reason by value
Eric Dumazet
1
-2
/
+2
8 days
net: always set reason in sk_filter_trim_cap()
Eric Dumazet
1
-3
/
+2
8 days
net: change sock_queue_rcv_skb_reason() to return a drop_reason
Eric Dumazet
8
-23
/
+20
8 days
net/rds: Restrict use of RDS/IB to the initial network namespace
Greg Jumper
2
-2
/
+12
8 days
net/rds: Optimize rds_ib_laddr_check
HÃ¥kon Bugge
3
-3
/
+20
8 days
net: rose: reject truncated CLEAR_REQUEST frames in state machines
Mashiro Chen
1
-0
/
+7
8 days
gre: Count GRE packet drops
Gal Pressman
3
-2
/
+8
8 days
bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
Jiayuan Chen
1
-2
/
+4
8 days
NFC: digital: Bounds check NFC-A cascade depth in SDD response handler
Greg Kroah-Hartman
1
-0
/
+6
8 days
ethtool: strset: check nla_len overflow
Hangbin Liu
1
-1
/
+2
8 days
nfc: llcp: add missing return after LLCP_CLOSED checks
Junxi Qian
1
-0
/
+2
[next]