summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-12-01svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever1-14/+5
2016-12-01svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever1-37/+18
2016-12-01svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever1-2/+0
2016-12-01svcrdma: Remove unused variables in xprt_rdma_bc_allocate()Chuck Lever1-4/+0
2016-12-01svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2-3/+2
2016-12-01svcrdma: Remove DMA map accountingChuck Lever2-11/+3
2016-12-01svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2-16/+16
2016-12-01svcrdma: Renovate sendto chunk list parsingChuck Lever2-67/+39
2016-12-01svcauth_gss: Close connection when dropping an incoming messageChuck Lever2-6/+10
2016-12-01svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever1-0/+1
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields2-8/+7
2016-11-01svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever1-3/+10
2016-10-28sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2-0/+2
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields3-45/+71
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-1/+1
2016-10-19mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-29/+45
2016-10-14Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds21-478/+794
2016-10-14Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+111
2016-10-13net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov1-0/+1
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter1-0/+2
2016-10-13tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter1-0/+2
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong1-8/+11
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc1-1/+1
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc1-1/+2
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc1-1/+1
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet1-7/+11
2016-10-12strparser: Propagate correct error code in strp_recv()Geert Uytterhoeven1-1/+1
2016-10-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-2/+0
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-240/+357
2016-10-11netfilter: Fix slab corruption.Linus Torvalds1-75/+33
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro68-270/+482
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-32/+29
2016-10-11latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+2
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-16/+607
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds4-4/+4
2016-10-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-45/+65
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-27/+17
2016-10-08ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski1-1/+3
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-1/+0
2016-10-08cred: simpler, 1D supplementary groupsAlexey Dobriyan6-19/+14
2016-10-08mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner3-8/+3
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-59/+5
2016-10-07sockfs: Get rid of getxattr iopAndreas Gruenbacher1-20/+30
2016-10-07sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher1-18/+6
2016-10-07Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller11-116/+251