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.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
2014-08-04
SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcred
NeilBrown
1
-7
/
+1
2014-08-04
sunrpc/auth: allow lockless (rcu) lookup of credential cache.
NeilBrown
3
-2
/
+23
2014-08-04
sunrpc: remove "ec" argument from encrypt_v2 operation
Jeff Layton
2
-8
/
+3
2014-08-04
sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.c
Jeff Layton
1
-7
/
+13
2014-08-04
sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c
Jeff Layton
1
-11
/
+17
2014-08-04
sunrpc: fix RCU handling of gc_ctx field
Jeff Layton
1
-17
/
+35
2014-08-04
Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...
Trond Myklebust
54
-701
/
+1065
2014-08-04
SUNRPC: Enforce an upper limit on the number of cached credentials
Trond Myklebust
1
-9
/
+35
2014-08-01
xprtrdma: Handle additional connection events
Chuck Lever
1
-11
/
+14
2014-08-01
xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro
Chuck Lever
1
-13
/
+0
2014-08-01
xprtrdma: Make rpcrdma_ep_disconnect() return void
Chuck Lever
3
-12
/
+6
2014-08-01
xprtrdma: Schedule reply tasklet once per upcall
Chuck Lever
1
-16
/
+15
2014-08-01
xprtrdma: Allocate each struct rpcrdma_mw separately
Chuck Lever
1
-99
/
+143
2014-08-01
xprtrdma: Rename frmr_wr
Chuck Lever
1
-13
/
+13
2014-08-01
xprtrdma: Disable completions for LOCAL_INV Work Requests
Chuck Lever
1
-9
/
+8
2014-08-01
xprtrdma: Disable completions for FAST_REG_MR Work Requests
Chuck Lever
1
-5
/
+4
2014-08-01
xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()
Chuck Lever
1
-20
/
+2
2014-08-01
xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
Chuck Lever
1
-2
/
+92
2014-08-01
xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
Chuck Lever
2
-2
/
+66
2014-08-01
xprtrdma: Properly handle exhaustion of the rb_mws list
Chuck Lever
1
-32
/
+71
2014-08-01
xprtrdma: Chain together all MWs in same buffer pool
Chuck Lever
2
-1
/
+7
2014-08-01
xprtrdma: Back off rkey when FAST_REG_MR fails
Chuck Lever
1
-0
/
+1
2014-08-01
xprtrdma: Unclutter struct rpcrdma_mr_seg
Chuck Lever
2
-28
/
+50
2014-08-01
xprtrdma: Don't invalidate FRMRs if registration fails
Chuck Lever
1
-3
/
+5
2014-08-01
xprtrdma: On disconnect, don't ignore pending CQEs
Chuck Lever
1
-5
/
+9
2014-08-01
xprtrdma: Update rkeys after transport reconnect
Chuck Lever
3
-42
/
+54
2014-08-01
xprtrdma: Limit data payload size for ALLPHYSICAL
Chuck Lever
3
-1
/
+45
2014-08-01
xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
Chuck Lever
2
-6
/
+18
2014-08-01
xprtrdma: Fix panic in rpcrdma_register_frmr_external()
Chuck Lever
1
-5
/
+7
2014-07-22
xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
Yan Burman
1
-0
/
+3
2014-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
32
-220
/
+240
2014-07-15
net/l2tp: don't fall back on UDP [get|set]sockopt
Sasha Levin
1
-2
/
+2
2014-07-15
neigh: sysctl - simplify address calculation of gc_* variables
Mathias Krause
1
-4
/
+5
2014-07-15
net: sctp: fix information leaks in ulpevent layer
Daniel Borkmann
1
-107
/
+15
2014-07-13
replace strict_strto calls
Daniel Walter
3
-13
/
+9
2014-07-13
rpc_pipe: Drop memory allocation cast
Himangi Saraogi
1
-1
/
+1
2014-07-13
sunrpc: add a new "stringify_acceptor" rpc_credop
Jeff Layton
2
-20
/
+51
2014-07-13
auth_gss: fetch the acceptor name out of the downcall
Jeff Layton
1
-3
/
+17
2014-07-12
tipc: clear 'next'-pointer of message fragments before reassembly
Jon Paul Maloy
1
-0
/
+1
2014-07-12
GRE: enable offloads for GRE
Amritha Nambiar
1
-0
/
+1
2014-07-10
netlink: Fix handling of error from netlink_dump().
Ben Pfaff
1
-2
/
+2
2014-07-09
appletalk: Fix socket referencing in skb
Andrey Utkin
1
-3
/
+0
2014-07-09
ip_tunnel: fix ip_tunnel_lookup
Dmitry Popov
1
-4
/
+8
2014-07-09
tipc: fix bug in multicast/broadcast message reassembly
Jon Paul Maloy
1
-3
/
+8
2014-07-08
tcp: fix false undo corner cases
Yuchung Cheng
2
-6
/
+8
2014-07-08
igmp: fix the problem when mc leave group
dingtianhong
1
-4
/
+6
2014-07-08
net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush
Loic Prylli
1
-1
/
+8
2014-07-08
Merge branch 'net_ovs_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
7
-19
/
+55
2014-07-08
net: Performance fix for process_backlog
Tom Herbert
1
-11
/
+10
2014-07-08
ipv4: icmp: Fix pMTU handling for rare case
Edward Allcutt
1
-2
/
+0
[next]