index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs3proc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-14
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
3
-7
/
+7
2022-07-14
nfp: flower: configure tunnel neighbour on cmsg rx
Tianyu Yuan
1
-5
/
+13
2022-07-14
net/tls: Check for errors in tls_device_init
Tariq Toukan
3
-5
/
+10
2022-07-14
MAINTAINERS: Add an additional maintainer to the AMD XGBE driver
Tom Lendacky
1
-0
/
+1
2022-07-14
xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
Juergen Gross
1
-0
/
+1
2022-07-14
amdgpu: disable powerpc support for the newer display engine
Linus Torvalds
1
-1
/
+1
2022-07-14
selftests/net: test nexthop without gw
Nicolas Dichtel
2
-1
/
+120
2022-07-14
ip: fix dflt addr selection for connected nexthop
Nicolas Dichtel
1
-1
/
+1
2022-07-14
ARM: 9208/1: entry: add .ltorg directive to keep literals in range
Ard Biesheuvel
1
-0
/
+1
2022-07-14
ARM: 9207/1: amba: fix refcount underflow if amba_device_add() fails
Wang Kefeng
1
-6
/
+2
2022-07-14
net: atlantic: remove aq_nic_deinit() when resume
Chia-Lin Kao (AceLan)
1
-3
/
+0
2022-07-14
net: atlantic: remove deep parameter on suspend/resume functions
Chia-Lin Kao (AceLan)
1
-14
/
+10
2022-07-14
sfc: fix kernel panic when creating VF
Íñigo Huguet
1
-0
/
+3
2022-07-14
xen-netfront: re-order error checks in xennet_get_responses()
Jan Beulich
1
-10
/
+10
2022-07-14
xen-netfront: remove leftover call to xennet_tx_buf_gc()
Jan Beulich
1
-4
/
+0
2022-07-14
seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
Andrea Mayer
1
-1
/
+0
2022-07-14
seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
Andrea Mayer
1
-2
/
+0
2022-07-14
seg6: fix skb checksum evaluation in SRH encapsulation/insertion
Andrea Mayer
1
-1
/
+4
2022-07-14
octeontx2-af: Limit link bringup time at firmware
Hariprasad Kelam
4
-5
/
+15
2022-07-14
sfc: fix use after free when disabling sriov
Íñigo Huguet
1
-3
/
+7
2022-07-14
NFC: nxp-nci: add error reporting
Michael Walle
1
-0
/
+34
2022-07-14
smb3: workaround negprot bug in some Samba servers
Steve French
1
-6
/
+7
2022-07-13
vf/remap: return the amount of bytes actually deduplicated
Ansgar Lößer
1
-1
/
+1
2022-07-13
fs/remap: constrain dedupe of EOF blocks
Dave Chinner
1
-1
/
+2
2022-07-13
ima: Fix potential memory leak in ima_init_crypto()
Jianglei Nie
1
-0
/
+1
2022-07-13
ima: force signature verification when CONFIG_KEXEC_SIG is configured
Coiby Xu
3
-1
/
+18
2022-07-13
net: sunhme: output link status with a single print.
Nick Bowler
1
-31
/
+12
2022-07-13
r8152: fix accessing unset transport header
Hayes Wang
1
-7
/
+7
2022-07-13
octeontx2-af: returning uninitialized variable
Sebin Sebastian
1
-1
/
+1
2022-07-13
octeontx2-af: Remove duplicate include
Jiapeng Chong
1
-2
/
+0
2022-07-13
net/sched: remove return value of unregister_tcf_proto_ops
Zhengchao Shao
2
-3
/
+4
2022-07-13
net: stmmac: fix leaks in probe
Dan Carpenter
1
-2
/
+4
2022-07-13
net: phy: mxl-gpy: print firmware in human readable form
Michael Walle
1
-2
/
+3
2022-07-13
net: phy: mxl-gpy: rename the FW type field name
Michael Walle
1
-5
/
+5
2022-07-13
net: phy: mxl-gpy: cache PHY firmware version
Michael Walle
1
-19
/
+20
2022-07-13
net: phy: mxl-gpy: fix version reporting
Michael Walle
1
-5
/
+6
2022-07-13
net: ip6mr: add RTM_GETROUTE netlink op
David Lamparter
1
-1
/
+92
2022-07-13
net: devlink: move unlocked function prototypes alongside the locked ones
Jiri Pirko
1
-9
/
+7
2022-07-13
net: devlink: use helpers to work with devlink->lock mutex
Jiri Pirko
1
-115
/
+115
2022-07-13
net: devlink: fix unlocked vs locked functions descriptions
Jiri Pirko
1
-0
/
+22
2022-07-13
octeontx2-af: Skip CGX/RPM probe incase of zero lmac count
Hariprasad Kelam
5
-4
/
+17
2022-07-13
net: ftgmac100: Hold reference returned by of_get_child_by_name()
Liang He
1
-1
/
+14
2022-07-13
nexthop: Fix data-races around nexthop_compat_mode.
Kuniyuki Iwashima
3
-4
/
+5
2022-07-13
ipv4: Fix data-races around sysctl_ip_dynaddr.
Kuniyuki Iwashima
2
-3
/
+3
2022-07-13
tcp: Fix a data-race around sysctl_tcp_ecn_fallback.
Kuniyuki Iwashima
2
-1
/
+3
2022-07-13
tcp: Fix data-races around sysctl_tcp_ecn.
Kuniyuki Iwashima
5
-4
/
+6
2022-07-13
raw: Fix a data-race around sysctl_raw_l3mdev_accept.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-13
icmp: Fix a data-race around sysctl_icmp_ratemask.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-13
icmp: Fix a data-race around sysctl_icmp_ratelimit.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-13
icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.
Kuniyuki Iwashima
2
-1
/
+3
[next]