summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sctp: align MTU to a wordMarcelo Ricardo Leitner2016-03-203-4/+6
| * | | sctp: do not leak chunks that are sent to unconfirmed pathsMarcelo Ricardo Leitner2016-03-201-1/+5
| * | | sctp: do not update a_rwnd if we are not issuing a sackMarcelo Ricardo Leitner2016-03-201-1/+5
| * | | net: remove a dubious unlikely() clauseEric Dumazet2016-03-201-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-20423-12295/+19159
| |\ \ \ | | | |/ | | |/|
| * | | sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner2016-03-084-8/+14
* | | | 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/+91Star
| | * | | | | 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/+21Star
| | * | | | | 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/+2Star
| | * | | | | xprtrdma: Clean up physical_op_map()Chuck Lever2016-03-141-1/+0Star
| * | | | | | 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/+24Star
| | * | | | | | 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/+26Star
| | * | | | | | 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/+0Star
* | | | | | | | 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/+0Star
| * | | | | | | | 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/+1Star
| * | | | | | | | 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/+0Star
| * | | | | | | | 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/+0Star
| * | | | | | | | 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/+2Star
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-1515-131/+720
| |\ \ \ \ \ \ \ \