summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-232-2/+2
|\
| * net/xfrm_user: use in_compat_syscall to deny compat syscallsAndy Lutomirski2016-03-221-1/+1
| * net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski2016-03-221-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-221-0/+36
|\ \
| * | net/core: Add support for configuring VF GUIDsEli Cohen2016-03-211-0/+36
* | | Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-03-2214-346/+1020
|\ \ \ | |_|/ |/| |
| * | Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-03-1658-410/+708
| |\ \
| | * | xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever2016-03-143-125/+91
| | * | xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever2016-03-143-36/+36
| | * | xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQsChuck Lever2016-03-142-58/+21
| | * | xprtrdma: Serialize credit accounting againChuck Lever2016-03-143-9/+28
| | * | xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever2016-03-141-8/+43
| | * | xprtrdma: Do not wait if ib_post_send() failsChuck Lever2016-03-141-1/+5
| | * | xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever2016-03-141-10/+32
| | * | xprtrdma: Clean up dprintk format string containing a newlineChuck Lever2016-03-141-4/+2
| | * | xprtrdma: Clean up physical_op_map()Chuck Lever2016-03-141-1/+0
| * | | Merge branch 'multipath'Trond Myklebust2016-02-228-100/+768
| |\ \ \
| | * | | SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust2016-02-061-2/+131
| | * | | SUNRPC: Make NFS swap work with multipathTrond Myklebust2016-02-061-42/+24
| | * | | SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust2016-02-061-0/+51
| | * | | SUNRPC: Allow caller to specify the transport to useTrond Myklebust2016-02-061-0/+2
| | * | | SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-064-36/+26
| | * | | SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-063-7/+33
| | * | | SUNRPC: Add a structure to track multiple transportsTrond Myklebust2016-02-063-1/+478
| | * | | SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust2016-02-011-1/+2
| | * | | SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust2016-02-011-3/+21
| | * | | SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust2016-02-011-8/+0
* | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-1/+1
|\ \ \ \ \
| * | | | | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-19402-11643/+18375
|\ \ \ \ \ \
| * | | | | | RDS: TCP: Remove unused constantSowmini Varadhan2016-03-191-2/+0
| * | | | | | RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socketSowmini Varadhan2016-03-191-10/+135
| * | | | | | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-193-8/+9
| * | | | | | bpf, dst: add and use dst_tclassid helperDaniel Borkmann2016-03-191-8/+1
| * | | | | | bpf: make skb->tc_classid also readableDaniel Borkmann2016-03-191-6/+6
| * | | | | | cls_bpf: reset class and reuse major in daDaniel Borkmann2016-03-191-5/+8
| * | | | | | openvswitch: allow output of MPLS packets on tunnel vportsSimon Horman2016-03-181-3/+0
| * | | | | | ovs: internal_set_rx_headroom() can be staticWu Fengguang2016-03-181-1/+1
| * | | | | | net: dst_cache_per_cpu_dst_set() can be staticWu Fengguang2016-03-181-4/+4
| * | | | | | tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2016-03-182-4/+0
| * | | | | | vlan: propagate gso_max_segsEric Dumazet2016-03-182-0/+2
| * | | | | | ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwordsBen Hutchings2016-03-171-1/+1
| * | | | | | sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire2016-03-171-4/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-1515-131/+720
| |\ \ \ \ \ \
| | * | | | | | netfilter: nf_conntrack: consolidate lock/unlock into unlock_waitNicholas Mc Guire2016-03-151-4/+2
| | * | | | | | openvswitch: Interface with NAT.Jarno Rajahalme2016-03-143-28/+502
| | * | | | | | openvswitch: Delay conntrack helper call for new connections.Jarno Rajahalme2016-03-141-5/+16
| | * | | | | | openvswitch: Handle NF_REPEAT in conntrack action.Jarno Rajahalme2016-03-141-2/+8
| | * | | | | | openvswitch: Find existing conntrack entry after upcall.Jarno Rajahalme2016-03-141-13/+90
| | * | | | | | openvswitch: Update the CT state key only after nf_conntrack_in().Jarno Rajahalme2016-03-141-3/+4