summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-09cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo3-21/+15
2013-08-09cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2-18/+20
2013-08-09cgroup: add css_parent()Tejun Heo1-3/+5
2013-08-09cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-4/+7
2013-08-09netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo1-28/+28
2013-08-09cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2-3/+3
2013-07-11Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-12/+29
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds3-76/+167
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-51/+63
2013-07-10SUNRPC: Fix a deadlock in rpc_client_register()Trond Myklebust1-7/+9
2013-07-10rpc_pipe: rpc_dir_inode_operations can be staticFengguang Wu1-1/+1
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds331-7956/+11095
2013-07-10rpc_pipe: set dentry operations at d_alloc timeJeff Layton1-5/+20
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+4
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann2-0/+15
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-31/+38
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-45/+53
2013-07-09net: rename low latency sockets functions to busy pollEliezer Tamir3-10/+11
2013-07-09svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields1-2/+0
2013-07-089P: Add cancelled() to the transport functions.Simon Derr2-3/+20
2013-07-089P/RDMA: count posted buffers without a pending requestSimon Derr2-3/+34
2013-07-089P/RDMA: Improve error handling in rdma_requestSimon Derr1-16/+28
2013-07-089P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr1-6/+3
2013-07-089P/RDMA: Use a semaphore to protect the RQSimon Derr1-10/+12
2013-07-089P/RDMA: Protect against duplicate repliesSimon Derr1-0/+7
2013-07-089P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr1-3/+1
2013-07-089pnet: refactor struct p9_fcall alloc codeSimon Derr1-17/+18
2013-07-089P/RDMA: rdma_request() needs not allocate req->rcSimon Derr1-19/+0
2013-07-089P: Fix fcall allocation for rdmaSimon Derr1-16/+23
2013-07-08net/9p: add privport option to 9p tcp transportJim Garlick1-1/+39
2013-07-07bridge: fix some kernel warning in multicast timerCong Wang2-2/+2
2013-07-05sit: fix tunnel update via netlinkNicolas Dichtel1-2/+2
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-9/+49
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina89-405/+867
2013-07-04ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa1-0/+2
2013-07-04net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti1-1/+4
2013-07-04net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti1-0/+2
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds4-8/+7
2013-07-04netem: fix possible NULL deref in netem_dequeue()Eric Dumazet1-3/+5
2013-07-04core: Copy inner_protocol in copy_skb_header()Joe Stringer1-0/+1
2013-07-04drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-07-04drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2-6/+5
2013-07-04mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-1/+1
2013-07-04libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng1-7/+7
2013-07-04libceph: Fix NULL pointer dereference in auth client codeTyler Hicks1-0/+6
2013-07-04libceph: fix truncate size calculationYan, Zheng1-6/+8
2013-07-04libceph: fix safe completionYan, Zheng1-9/+8
2013-07-04libceph: print more info for short message headerAlex Elder1-2/+4
2013-07-04libceph: add lingering request reference when registeredAlex Elder1-7/+5
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-58/+88