summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0410-58/+58
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-265-272/+344
|\
| * libceph: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| * libceph: use sizeof_footer() moreIlya Dryomov2016-03-251-16/+3
| * libceph: add helper that duplicates last extent operationYan, Zheng2016-03-251-0/+22
| * libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-251-15/+28
| * libceph: osdc->req_mempool should be backed by a slab poolIlya Dryomov2016-03-251-2/+2
| * libceph: make r_request msg_size calculation clearerIlya Dryomov2016-03-251-10/+11
| * libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-251-2/+2
| * libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2016-03-251-6/+6
| * libceph: behave in mon_fault() if cur_mon < 0Ilya Dryomov2016-03-251-14/+9
| * libceph: reschedule tick in mon_fault()Ilya Dryomov2016-03-251-4/+4
| * libceph: introduce and switch to reopen_session()Ilya Dryomov2016-03-251-17/+16
| * libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov2016-03-251-9/+16
| * libceph: monc ping rate is 10sIlya Dryomov2016-03-252-7/+2
| * libceph: pick a different monitor when reconnectingIlya Dryomov2016-03-251-28/+57
| * libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-253-83/+147
| * libceph: decouple hunting and subs managementIlya Dryomov2016-03-251-9/+22
| * libceph: move debugfs initialization into __ceph_open_session()Ilya Dryomov2016-03-252-51/+4
* | Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-248-439/+359
|\ \
| * | sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-03-171-3/+3
| * | svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-014-175/+114
| * | svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2016-03-011-90/+39
| * | svcrdma: Remove close_out exit pathChuck Lever2016-03-011-11/+1
| * | svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2016-03-012-13/+46
| * | svcrdma: Use correct XID in error repliesChuck Lever2016-03-012-7/+3
| * | svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-014-65/+72
| * | svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-014-24/+19
| * | svcrdma: Close connection when a send error occursChuck Lever2016-03-011-2/+6
| * | nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-012-6/+4
| * | svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever2016-03-012-6/+18
| * | svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever2016-03-011-3/+8
| * | svcrdma: Find client-provided write and reply chunks once per replyChuck Lever2016-03-011-44/+36
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-2328-141/+261
|\ \ \
| * | | net: ping: make ping_v6_sendmsg staticHaishuang Yan2016-03-231-30/+29
| * | | net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck2016-03-232-0/+2
| * | | AF_VSOCK: Shrink the area influenced by prepare_to_waitClaudio Imbrenda2016-03-221-73/+85
| * | | Revert "vsock: Fix blocking ops call in prepare_to_wait"Claudio Imbrenda2016-03-221-6/+13
| * | | ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson2016-03-221-9/+7
| * | | ipv4: fix broadcast packets receptionPaolo Abeni2016-03-221-4/+8
| * | | netlink: add support for NIC driver ioctlsDavid Decotigny2016-03-221-1/+9
| * | | net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani2016-03-211-1/+1
| * | | Make DST_CACHE a silent config optionDave Jones2016-03-211-1/+1
| * | | bridge: update max_gso_segs and max_gso_sizeEric Dumazet2016-03-211-0/+16
| * | | net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributesEric Dumazet2016-03-211-0/+4
| * | | net: add description for len argument of dev_get_phys_port_nameLuis de Bethencourt2016-03-211-0/+1
| * | | net: sched: Add description for cpu_bstats argumentLuis de Bethencourt2016-03-201-0/+2
| * | | gen_stats.c: Add description for cpu argumentLuis de Bethencourt2016-03-201-0/+1
| * | | tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-203-5/+17
| * | | tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-205-6/+37