index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-25
xprtrdma: Clean up sendctx functions
Chuck Lever
3
-26
/
+23
2019-04-25
xprtrdma: Trace marshaling failures
Chuck Lever
1
-0
/
+1
2019-04-25
xprtrdma: Increase maximum number of backchannel requests
Chuck Lever
1
-3
/
+5
2019-04-25
xprtrdma: Backchannel can use GFP_KERNEL allocations
Chuck Lever
1
-64
/
+40
2019-04-25
xprtrdma: Clean up regbuf helpers
Chuck Lever
3
-82
/
+80
2019-04-25
xprtrdma: De-duplicate "allocate new, free old regbuf"
Chuck Lever
3
-47
/
+39
2019-04-25
xprtrdma: Allocate req's regbufs at xprt create time
Chuck Lever
4
-25
/
+33
2019-04-25
xprtrdma: rpcrdma_regbuf alignment
Chuck Lever
5
-29
/
+35
2019-04-25
xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()
Chuck Lever
1
-16
/
+9
2019-04-25
xprtrdma: Clean up rpcrdma_create_req()
Chuck Lever
3
-17
/
+21
2019-04-25
xprtrdma: Fix an frwr_map recovery nit
Chuck Lever
1
-1
/
+1
2019-04-25
SUNRPC: Avoid digging into the ATOMIC pool
Chuck Lever
2
-2
/
+2
2019-04-25
SUNRPC: Add the 'softerr' rpc_client flag
Trond Myklebust
1
-1
/
+7
2019-04-25
SUNRPC: Ensure to ratelimit the "server not responding" syslog messages
Trond Myklebust
1
-5
/
+7
2019-04-25
SUNRPC: Start the first major timeout calculation at task creation
Trond Myklebust
1
-10
/
+34
2019-04-25
SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
Trond Myklebust
1
-0
/
+9
2019-04-25
SUNRPC: Add tracking of RPC level errors
Trond Myklebust
2
-13
/
+28
2019-04-25
SUNRPC: Ensure that the transport layer respect major timeouts
Trond Myklebust
1
-4
/
+13
2019-04-25
SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
Trond Myklebust
2
-2
/
+6
2019-04-25
SUNRPC: Simplify queue timeouts using timer_reduce()
Trond Myklebust
1
-4
/
+2
2019-04-25
SUNRPC: Fix up tracking of timeouts
Trond Myklebust
3
-2
/
+16
2019-04-25
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
5
-33
/
+81
2019-04-25
SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
Trond Myklebust
1
-4
/
+3
2019-04-25
SUNRPC: Refactor rpc_sleep_on()
Trond Myklebust
1
-16
/
+24
2019-04-25
SUNRPC: Refactor xprt_request_wait_receive()
Trond Myklebust
4
-43
/
+48
2019-04-25
SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
Trond Myklebust
1
-13
/
+17
2019-04-25
SUNRPC: Fix up task signalling
Trond Myklebust
3
-17
/
+29
2019-04-20
Merge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-2
/
+5
2019-04-17
SUNRPC: Ignore queue transmission errors on successful transmission
Trond Myklebust
1
-2
/
+5
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
56
-220
/
+451
2019-04-17
socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEW
Arnd Bergmann
1
-2
/
+2
2019-04-17
tcp: tcp_grow_window() needs to respect tcp_space()
Eric Dumazet
1
-5
/
+5
2019-04-17
net: bridge: fix netlink export of vlan_stats_per_port option
Nikolay Aleksandrov
1
-1
/
+1
2019-04-17
tipc: set sysctl_tipc_rmem and named_timeout right range
Jie Liu
1
-2
/
+6
2019-04-17
tipc: fix link established but not in session
Tuong Lien
1
-0
/
+2
2019-04-17
net: Fix missing meta data in skb with vlan packet
Yuya Kusakabe
1
-1
/
+9
2019-04-17
net: atm: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
1
-1
/
+5
2019-04-17
net/core: work around section mismatch warning for ptp_classifier
Ard Biesheuvel
1
-3
/
+4
2019-04-17
net: bridge: fix per-port af_packet sockets
Nikolay Aleksandrov
1
-9
/
+14
2019-04-15
route: Avoid crash from dereferencing NULL rt->from
Jonathan Lemon
1
-0
/
+4
2019-04-15
Revert "net-sysfs: Fix memory leak in netdev_register_kobject"
Wang Hai
1
-9
/
+5
2019-04-15
rtnetlink: fix rtnl_valid_stats_req() nlmsg_len check
Eric Dumazet
1
-1
/
+1
2019-04-14
ipv4: ensure rcu_read_lock() in ipv4_link_failure()
Eric Dumazet
1
-2
/
+8
2019-04-13
ipv4: recompile ip options in ipv4_link_failure
Stephen Suryaputra
1
-1
/
+9
2019-04-13
rxrpc: Fix detection of out of order acks
Jeffrey Altman
2
-6
/
+13
2019-04-13
rxrpc: Trace received connection aborts
David Howells
1
-4
/
+7
2019-04-13
rxrpc: Allow errors to be returned from rxrpc_queue_packet()
Marc Dionne
1
-9
/
+12
2019-04-13
rxrpc: Make rxrpc_kernel_check_life() indicate if call completed
Marc Dionne
1
-5
/
+9
2019-04-13
rxrpc: Clear socket error
Marc Dionne
1
-0
/
+5
2019-04-12
udpv6: Check address length before reading address family
Tetsuo Handa
1
-0
/
+2
[next]