aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton2-8/+74
2017-05-04libceph: abort already submitted but abortable requests when map or pool goes fullJeff Layton1-0/+34
2017-05-04libceph: allow requests to return immediately on full conditions if caller wishesJeff Layton1-0/+7
2017-05-04libceph: remove req->r_replay_versionJeff Layton2-6/+5
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2017-05-04libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova1-8/+8
2017-05-04libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova1-3/+3
2017-05-04libceph: supported_features module parameterIlya Dryomov1-0/+11
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov1-10/+6
2017-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-6/+5
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-98/+28
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller12-59/+162
2017-05-03netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven1-1/+1
2017-05-03net: ipv6: Do not duplicate DAD on link upDavid Ahern1-2/+3
2017-05-03netfilter: nf_tables: check if same extensions are set when adding elementsPablo Neira Ayuso1-0/+5
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds477-7528/+13822
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-3/+3
2017-05-02tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy1-84/+71
2017-05-02tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy1-59/+50
2017-05-02ipx: call ipxitf_put() in ioctl error pathDan Carpenter1-3/+2
2017-05-02net: sched: add helpers to handle extended actionsJiri Pirko1-1/+1
2017-05-02tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-16/+12
2017-05-02bpf: Align packet data properly in program testing framework.David Miller1-5/+5
2017-05-02bpf: Do not dereference user pointer in bpf_test_finish().David Miller1-4/+5
2017-05-02audit: normalize NETFILTER_PKTRichard Guy Briggs1-97/+27
2017-05-02netfilter: use consistent ipv4 network offset in xt_AUDITRichard Guy Briggs1-1/+1
2017-05-02xdp: fix parameter kdoc for extackJakub Kicinski1-1/+1
2017-05-02xen/9pfs: select CONFIG_XEN_XENBUS_FRONTENDArnd Bergmann1-0/+1
2017-05-02xen/9pfs: initialize len to 0 to detect xenbus_read errorsStefano Stabellini1-1/+1
2017-05-02xen/9pfs: build 9pfs Xen transport driverStefano Stabellini2-0/+12
2017-05-02xen/9pfs: receive responsesStefano Stabellini1-0/+56
2017-05-02xen/9pfs: send requests to the backendStefano Stabellini1-2/+85
2017-05-02xen/9pfs: connect to the backendStefano Stabellini1-0/+281
2017-05-02xen/9pfs: introduce Xen 9pfs transport driverStefano Stabellini1-0/+125
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-11/+2
2017-05-01ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller1-1/+1
2017-05-01xfrm: Indicate xfrm_state offload errorsIlan Tayari1-3/+6
2017-05-01net/esp4: Fix invalid esph pointer crashIlan Tayari1-0/+1
2017-05-01ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek1-2/+2
2017-05-01iov_iter: don't revert iov buffer if csum errorDing Tianhong1-6/+7
2017-05-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller9-884/+324
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-1/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-5/+3
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+103
2017-05-01flower: check unused bits in MPLS fieldsBenjamin LaHaise1-10/+22
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller94-737/+765