index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-04-12
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
-34
/
+29
2026-04-12
tcp: change tcp_filter() to return the reason by value
Eric Dumazet
-7
/
+13
2026-04-12
net: change sk_filter_reason() to return the reason by value
Eric Dumazet
-8
/
+13
2026-04-12
net: always set reason in sk_filter_trim_cap()
Eric Dumazet
-3
/
+2
2026-04-12
net: change sock_queue_rcv_skb_reason() to return a drop_reason
Eric Dumazet
-26
/
+34
2026-04-12
Merge branch 'add-support-for-pic64-hpsc-hx-mdio-controller'
Jakub Kicinski
-1
/
+296
2026-04-12
net: phy: add a PHY write barrier when disabling interrupts
Charles Perry
-1
/
+24
2026-04-12
net: mdio: add a driver for PIC64-HPSC/HX MDIO controller
Charles Perry
-0
/
+204
2026-04-12
dt-bindings: net: document Microchip PIC64-HPSC/HX MDIO controller
Charles Perry
-0
/
+68
2026-04-12
net: phy: fix a return path in get_phy_c45_ids()
Charles Perry
-2
/
+2
2026-04-12
dt-bindings: net: dsa: nxp,sja1105: make spi-cpol optional for sja1110
Josua Mayer
-2
/
+0
2026-04-12
octeon_ep: Remove unnecessary semicolons in octep_oq_drop_rx()
Nobuhiro Iwamatsu
-1
/
+1
2026-04-12
Merge branch 'more-fixes-for-the-ipa-driver'
Jakub Kicinski
-3
/
+4
2026-04-12
net: ipa: Fix decoding EV_PER_EE for IPA v5.0+
Luca Weiss
-0
/
+1
2026-04-12
net: ipa: Fix programming of QTIME_TIMESTAMP_CFG
Luca Weiss
-3
/
+3
2026-04-12
Linux 7.0
v7.0
Linus Torvalds
-1
/
+1
2026-04-12
ppp: require CAP_NET_ADMIN in target netns for unattached ioctls
Taegu Ha
-0
/
+3
2026-04-12
Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"
Alexei Starovoitov
-1
/
+86
2026-04-12
selftests/bpf: Add test for cgroup storage OOB read
Lang Xu
-0
/
+85
2026-04-12
bpf: Fix OOB in pcpu_init_value
Lang Xu
-1
/
+1
2026-04-12
Merge branch 'net-rds-fix-use-after-free-in-rds-ib-for-non-init-namespaces'
Jakub Kicinski
-5
/
+32
2026-04-12
net/rds: Restrict use of RDS/IB to the initial network namespace
Greg Jumper
-2
/
+12
2026-04-12
net/rds: Optimize rds_ib_laddr_check
HÃ¥kon Bugge
-3
/
+20
2026-04-12
Merge branch 'net-hamradio-fix-missing-input-validation-in-bpqether-and-scc'
Jakub Kicinski
-0
/
+5
2026-04-12
net: hamradio: scc: validate bufsize in SIOCSCCSMEM ioctl
Mashiro Chen
-0
/
+2
2026-04-12
net: hamradio: bpqether: validate frame length in bpq_rcv()
Mashiro Chen
-0
/
+3
2026-04-12
selftests/bpf: Fix reg_bounds to match new tnum-based refinement
Paul Chaignon
-0
/
+35
2026-04-12
net: rose: reject truncated CLEAR_REQUEST frames in state machines
Mashiro Chen
-0
/
+7
2026-04-12
i3c: mipi-i3c-hci: fix IBI payload length calculation for final status
Billy Tsai
-1
/
+4
2026-04-12
Merge branch 'net-enetc-improve-statistics-for-v1-and-add-statistics-for-v4'
Jakub Kicinski
-102
/
+519
2026-04-12
net: enetc: add unstructured counters for ENETC v4
Wei Fang
-25
/
+234
2026-04-12
net: enetc: add unstructured pMAC counters for ENETC v1
Wei Fang
-21
/
+56
2026-04-12
net: enetc: remove standardized counters from enetc_pm_counters
Wei Fang
-40
/
+0
2026-04-12
net: enetc: show RX drop counters only for assigned RX rings
Wei Fang
-16
/
+2
2026-04-12
net: enetc: add support for the standardized counters
Wei Fang
-18
/
+245
2026-04-12
selftests/bpf: Add tests for non-arena/arena operations
Emil Tsalapatis
-0
/
+130
2026-04-12
bpf: Allow instructions with arena source and non-arena dest registers
Emil Tsalapatis
-3
/
+11
2026-04-12
Merge branch 'bpf-add-the-missing-fsession'
Alexei Starovoitov
-15
/
+19
2026-04-12
bpftool: add missing fsession to the usage and docs of bpftool
Menglong Dong
-3
/
+3
2026-04-12
docs/bpf: add missing fsession attach type to docs
Menglong Dong
-2
/
+6
2026-04-12
bpf: add missing fsession to the verifier log
Menglong Dong
-10
/
+10
2026-04-12
Merge branch 'bpf-split-verifier-c'
Alexei Starovoitov
-7075
/
+7182
2026-04-12
bpf: Move BTF checking logic into check_btf.c
Alexei Starovoitov
-458
/
+471
2026-04-12
bpf: Move backtracking logic to backtrack.c
Alexei Starovoitov
-945
/
+957
2026-04-12
bpf: Move state equivalence logic to states.c
Alexei Starovoitov
-1746
/
+1765
2026-04-12
bpf: Move check_cfg() into cfg.c
Alexei Starovoitov
-997
/
+1018
2026-04-12
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
-249
/
+250
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
-2725
/
+2766
2026-04-12
gre: Count GRE packet drops
Gal Pressman
-2
/
+8
2026-04-12
Merge branch 'bpf-fix-sock_ops_get_sk-same-register-oob-read-in-sock_ops-and-...
Jakub Kicinski
-2
/
+197
[prev]
[next]