index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
locks.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-18
dt-bindings: net: phy: gpy2xx: more precise description
Michael Walle
1
-5
/
+6
2023-06-18
ipv6: also use netdev_hold() in ip6_route_check_nh()
Eric Dumazet
1
-4
/
+9
2023-06-18
crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit
David Howells
1
-1
/
+1
2023-06-18
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
5
-11
/
+60
2023-06-17
tcp: enforce receive buffer memory limits by allowing the tcp window to shrink
mfreemon@cloudflare.com
5
-9
/
+78
2023-06-17
devlink: report devlink_port_type_warn source device
Petr Oros
1
-1
/
+4
2023-06-17
net: mctp: remove redundant RTN_UNICAST check
Lin Ma
1
-3
/
+0
2023-06-17
netlink: specs: fixup openvswitch specs for code generation
Donald Hunter
3
-24
/
+87
2023-06-17
net: sched: Remove unused qdisc_l2t()
YueHaibing
1
-14
/
+0
2023-06-17
kcm: Fix unnecessary psock unreservation.
David Howells
1
-1
/
+3
2023-06-16
ip, ip6: Fix splice to raw and ping sockets
David Howells
2
-2
/
+4
2023-06-16
sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=n
Edward Cree
2
-0
/
+23
2023-06-16
s390/net: lcs: use IS_ENABLED() for kconfig detection
Randy Dunlap
1
-5
/
+5
2023-06-16
net: ethernet: litex: add support for 64 bit stats
Jisheng Zhang
1
-4
/
+15
2023-06-16
ice: remove unnecessary check for old MAC == new MAC
Piotr Gardocki
1
-5
/
+0
2023-06-16
i40e: remove unnecessary check for old MAC == new MAC
Piotr Gardocki
1
-6
/
+0
2023-06-16
net: add check for current MAC address in dev_set_mac_address
Piotr Gardocki
1
-0
/
+2
2023-06-16
eth: fs_enet: fix print format for resource size
Jakub Kicinski
1
-1
/
+1
2023-06-16
splice, net: Fix splice_to_socket() to handle pipe bufs larger than a page
David Howells
1
-4
/
+2
2023-06-16
sunvnet: fix sparc64 build error after gso code split
Stephen Rothwell
1
-0
/
+1
2023-06-16
net: ena: Add dynamic recycling mechanism for rx buffers
David Arinzon
4
-42
/
+136
2023-06-16
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
26
-129
/
+267
2023-06-16
dccp: Print deprecation notice.
Kuniyuki Iwashima
1
-0
/
+3
2023-06-16
udplite: Print deprecation notice.
Kuniyuki Iwashima
2
-0
/
+6
2023-06-16
octeon_ep: Add missing check for ioremap
Jiasheng Jiang
1
-1
/
+6
2023-06-16
selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET
Alex Maftei
1
-3
/
+3
2023-06-16
net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open
Christian Marangi
1
-2
/
+7
2023-06-15
net: tipc: resize nlattr array to correct size
Lin Ma
1
-2
/
+2
2023-06-15
dm: use op specific max_sectors when splitting abnormal io
Mike Snitzer
1
-9
/
+16
2023-06-15
dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard
Mike Snitzer
1
-2
/
+1
2023-06-15
dm thin metadata: check fail_io before using data_sm
Li Lingfeng
1
-8
/
+12
2023-06-15
dm: don't lock fs when the map is NULL during suspend or resume
Li Lingfeng
2
-4
/
+5
2023-06-15
leds: trigger: netdev: uninitialized variable in netdev_trig_activate()
Dan Carpenter
1
-1
/
+1
2023-06-15
tools: ynl: work around stale system headers
Jakub Kicinski
3
-3
/
+35
2023-06-15
sfc: fix XDP queues mode with legacy IRQ
Íñigo Huguet
2
-0
/
+4
2023-06-15
net: macsec: fix double free of percpu stats
Fedor Pchelkin
1
-7
/
+5
2023-06-15
net: tls: make the offload check helper take skb not socket
Jakub Kicinski
12
-26
/
+17
2023-06-15
net: lapbether: only support ethernet devices
Eric Dumazet
1
-0
/
+3
2023-06-15
MAINTAINERS: add reviewers for SMC Sockets
Jan Karcher
1
-0
/
+3
2023-06-15
s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()
Julian Ruess
1
-8
/
+0
2023-06-15
net: macb: Add support for partial store and forward
Maulik Jodhani
2
-0
/
+39
2023-06-15
dt-bindings: net: cdns,macb: Add rx-watermark property
Pranavi Somisetty
1
-0
/
+11
2023-06-15
netpoll: allocate netdev tracker right away
Jakub Kicinski
1
-3
/
+2
2023-06-15
net: create device lookup API with reference tracking
Jakub Kicinski
4
-29
/
+60
2023-06-15
LoongArch: Fix debugfs_create_dir() error checking
Immad Mir
1
-1
/
+1
2023-06-15
LoongArch: Avoid uninitialized alignment_mask
Qing Zhang
1
-0
/
+2
2023-06-15
LoongArch: Fix perf event id calculation
Huacai Chen
1
-3
/
+3
2023-06-15
LoongArch: Fix the write_fcsr() macro
Qi Hu
1
-1
/
+1
2023-06-15
LoongArch: Let pmd_present() return true when splitting pmd
Hongchen Zhang
2
-1
/
+4
2023-06-15
net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo frames
Vladimir Oltean
1
-1
/
+1
[next]