index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
flamegraph.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-31
cifs: Add support for creating native Windows sockets
Pali Rohár
5
-0
/
+45
2025-01-29
cifs: Add mount option -o reparse=none
Pali Rohár
3
-1
/
+11
2025-01-29
cifs: Add mount option -o symlink= for choosing symlink create type
Pali Rohár
8
-24
/
+214
2025-01-29
cifs: Fix creating and resolving absolute NT-style symlinks
Pali Rohár
3
-18
/
+273
2025-01-29
cifs: Simplify reparse point check in cifs_query_path_info() function
Pali Rohár
1
-25
/
+1
2025-01-29
cifs: Remove symlink member from cifs_open_info_data union
Pali Rohár
3
-7
/
+4
2025-01-29
cifs: Update description about ACL permissions
Pali Rohár
1
-21
/
+61
2025-01-29
cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to...
Pali Rohár
3
-21
/
+19
2025-01-29
cifs: Remove struct reparse_posix_data from struct cifs_open_info_data
Pali Rohár
2
-7
/
+3
2025-01-29
cifs: Remove unicode parameter from parse_reparse_point() function
Pali Rohár
5
-18
/
+14
2025-01-29
cifs: Fix getting and setting SACLs over SMB1
Pali Rohár
3
-13
/
+18
2025-01-29
cifs: Remove intermediate object of failed create SFU call
Pali Rohár
1
-1
/
+22
2025-01-29
cifs: Validate EAs for WSL reparse points
Pali Rohár
1
-4
/
+18
2025-01-29
cifs: Change translation of STATUS_PRIVILEGE_NOT_HELD to -EPERM
Pali Rohár
2
-2
/
+3
2025-01-26
cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATA
Pali Rohár
4
-1
/
+10
2025-01-22
smb: client: handle lack of EA support in smb2_query_path_info()
Paulo Alcantara
1
-23
/
+69
2025-01-22
smb: client: don't check for @leaf_fullpath in match_server()
Paulo Alcantara
1
-35
/
+3
2025-01-22
smb: client: get rid of TCP_Server_Info::refpath_lock
Paulo Alcantara
3
-30
/
+7
2025-01-21
cachestat: fix page cache statistics permission checking
Linus Torvalds
1
-0
/
+17
2025-01-21
MAINTAINERS: ipmi: update my email address
Corey Minyard
1
-1
/
+1
2025-01-21
KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y
David Gstir
1
-4
/
+18
2025-01-21
keys: drop shadowing dead prototype
Christian Göttsche
1
-1
/
+1
2025-01-21
rseq: Fix rseq unregistration regression
Mathieu Desnoyers
1
-1
/
+1
2025-01-20
Input: synaptics - fix crash when enabling pass-through port
Dmitry Torokhov
2
-14
/
+43
2025-01-20
Input: atkbd - map F23 key to support default copilot shortcut
Mark Pearson
1
-1
/
+1
2025-01-20
cifs: Remove duplicate struct reparse_symlink_data and SYMLINK_FLAG_RELATIVE
Pali Rohár
1
-16
/
+0
2025-01-20
net/rose: prevent integer overflows in rose_setsockopt()
Nikita Zhandarovich
1
-8
/
+8
2025-01-20
net: phylink: fix regression when binding a PHY
Russell King (Oracle)
1
-1
/
+5
2025-01-20
net: ethernet: ti: am65-cpsw: streamline TX queue creation and cleanup
Roger Quadros
1
-46
/
+77
2025-01-20
net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanup
Roger Quadros
1
-124
/
+119
2025-01-20
net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error path
Roger Quadros
1
-23
/
+44
2025-01-20
ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.
Kuniyuki Iwashima
1
-4
/
+8
2025-01-20
ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.
Kuniyuki Iwashima
1
-8
/
+17
2025-01-20
ipv6: Move lifetime validation to inet6_rtm_newaddr().
Kuniyuki Iwashima
1
-58
/
+35
2025-01-20
ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().
Kuniyuki Iwashima
1
-7
/
+7
2025-01-20
ipv6: Pass dev to inet6_addr_add().
Kuniyuki Iwashima
1
-10
/
+10
2025-01-20
ipv6: Convert inet6_ioctl() to per-netns RTNL.
Kuniyuki Iwashima
1
-6
/
+6
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().
Kuniyuki Iwashima
1
-5
/
+5
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_dad_work().
Kuniyuki Iwashima
1
-3
/
+6
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_verify_work().
Kuniyuki Iwashima
1
-2
/
+2
2025-01-20
ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.
Kuniyuki Iwashima
1
-30
/
+30
2025-01-20
ipv6: Add __in6_dev_get_rtnl_net().
Kuniyuki Iwashima
1
-0
/
+5
2025-01-20
net: stmmac: Drop redundant skb_mark_for_recycle() for SKB frags
Furong Xu
1
-6
/
+0
2025-01-20
net: mii: Fix the Speed display when the network cable is not connected
Xiangqian Zhang
1
-0
/
+3
2025-01-20
sysctl net: Remove macro checks for CONFIG_SYSCTL
Denis Kirjanov
2
-8
/
+0
2025-01-20
eth: bnxt: update header sizing defaults
Jakub Kicinski
1
-1
/
+6
2025-01-20
eth: bnxt: allocate enough buffer space to meet HDS threshold
Jakub Kicinski
1
-3
/
+4
2025-01-20
net: ethtool: populate the default HDS params in the core
Jakub Kicinski
3
-6
/
+4
2025-01-20
eth: bnxt: apply hds_thrs settings correctly
Jakub Kicinski
1
-1
/
+1
2025-01-20
net: provide pending ring configuration in net_device
Jakub Kicinski
4
-8
/
+29
[next]