summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net_sched: gen_estimator: extend pps limitEric Dumazet2015-07-081-6/+7
| * | ipv6: Make MLD packets to only be processed locallyAngga2015-07-031-3/+3
| * | netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
| * | net-RDS: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
| * | net-ipv6: Delete an unnecessary check before the function call "free_percpu"Markus Elfring2015-07-031-4/+1
| * | bridge: vlan: fix usage of vlan 0 and 4095 againNikolay Aleksandrov2015-07-021-0/+2
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-07-022-2/+3
| |\ \
| | * | Bluetooth: Reinitialize the list after deletion for session user listTedd Ho-Jeong An2015-06-301-2/+2
| | * | Bluetooth: hidp: Initialize list header of hidp session userTedd Ho-Jeong An2015-06-261-0/+1
* | | | libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov2015-07-091-7/+7
* | | | libceph: enable ceph in a non-default network namespaceIlya Dryomov2015-07-092-7/+19
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+11
|\ \ \ \
| * | | | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
| * | | | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1
| * | | | 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-041-1/+2
* | | | | bluetooth: fix list handlingLinus Torvalds2015-07-042-2/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-07-0210-119/+197
|\ \ \ \ \
| * | | | | crush: fix a bug in tree bucket decodeIlya Dryomov2015-07-011-1/+1
| * | | | | libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet2015-06-291-1/+1
| * | | | | libceph: Remove spurious kunmap() of the zero pageBenoît Canet2015-06-251-1/+0
| * | | | | crush: sync up with userspaceIlya Dryomov2015-06-254-75/+115
| * | | | | crush: fix crash from invalid 'take' argumentIlya Dryomov2015-06-251-2/+9
| * | | | | libceph: fix wrong name "Ceph filesystem for Linux"Hong Zhiguo2015-06-251-1/+1
| * | | | | libceph: a couple tweaks for wait loopsIlya Dryomov2015-06-252-5/+4
| * | | | | libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-253-20/+47
| * | | | | libceph: use kvfree() instead of open-coding itIlya Dryomov2015-06-251-4/+1
| * | | | | libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-251-9/+15
| * | | | | libceph: properly release STAT request's raw_data_inYan, Zheng2015-06-251-0/+3
* | | | | | Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-0215-532/+751
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SUNRPC: Set the TCP user timeout option on client socketsTrond Myklebust2015-06-201-0/+7
| * | | | | SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust2015-06-192-19/+23
| * | | | | SUNRPC: Handle connection issues correctly on the back channelTrond Myklebust2015-06-191-1/+7
| * | | | | sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick2015-06-181-6/+2
| * | | | | Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-06-1622-375/+416
| |\ \ \ \ \
| | * | | | | xprtrdma: Reduce per-transport MR allocationChuck Lever2015-06-122-4/+8
| | * | | | | xprtrdma: Stack relief in fmr_op_map()Chuck Lever2015-06-122-11/+28
| | * | | | | xprtrdma: Split rb_lockChuck Lever2015-06-124-13/+15
| | * | | | | xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever2015-06-122-4/+0
| | * | | | | xprtrdma: Remove ->ro_resetChuck Lever2015-06-125-71/+0
| | * | | | | xprtrdma: Remove unused LOCAL_INV recovery logicChuck Lever2015-06-121-109/+0
| | * | | | | xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever2015-06-123-35/+89
| | * | | | | xprtrdma: Introduce an FRMR recovery workqueueChuck Lever2015-06-123-3/+84
| | * | | | | xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()Chuck Lever2015-06-122-30/+48
| | * | | | | xprtrdma: Introduce helpers for allocating MWsChuck Lever2015-06-122-0/+33
| | * | | | | xprtrdma: Use ib_device pointer safelyChuck Lever2015-06-125-48/+43
| | * | | | | xprtrdma: Remove rr_funcChuck Lever2015-06-124-14/+1
| | * | | | | xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever2015-06-124-12/+10
| | * | | | | xprtrdma: Warn when there are orphaned IB objectsChuck Lever2015-06-121-5/+5
| * | | | | | SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown2015-06-161-0/+3
| * | | | | | SUNRPC: Address kbuild warning in net/sunrpc/debugfs.cChuck Lever2015-06-111-1/+2