summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-05-08mac80211: fix IBSS presp allocation sizeJohannes Berg
2017-05-08nl80211: correctly validate MU-MIMO groupsJohannes Berg
2017-05-08mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet
2017-05-05bridge: netlink: account for IFLA_BRPORT_{B, M}CAST_FLOOD size and policyTobias Klauser
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-04Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-05-04net/sched: remove redundant null check on headColin Ian King
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet
2017-05-04rbd: support updating the lock cookie without releasing the lockIlya Dryomov
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton
2017-05-04libceph: abort already submitted but abortable requests when map or pool goes...Jeff Layton
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton
2017-05-04libceph: remove req->r_replay_versionJeff Layton
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova
2017-05-04libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova
2017-05-04libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova
2017-05-04libceph: supported_features module parameterIlya Dryomov
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov
2017-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-05-03netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven
2017-05-03net: ipv6: Do not duplicate DAD on link upDavid Ahern
2017-05-03netfilter: nf_tables: check if same extensions are set when adding elementsPablo Neira Ayuso
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-05-02tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy
2017-05-02tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy
2017-05-02ipx: call ipxitf_put() in ioctl error pathDan Carpenter
2017-05-02net: sched: add helpers to handle extended actionsJiri Pirko
2017-05-02tcp: fix wraparound issue in tcp_lpEric Dumazet
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-02bpf: Align packet data properly in program testing framework.David Miller
2017-05-02bpf: Do not dereference user pointer in bpf_test_finish().David Miller
2017-05-02audit: normalize NETFILTER_PKTRichard Guy Briggs
2017-05-02netfilter: use consistent ipv4 network offset in xt_AUDITRichard Guy Briggs
2017-05-02xdp: fix parameter kdoc for extackJakub Kicinski
2017-05-02xen/9pfs: select CONFIG_XEN_XENBUS_FRONTENDArnd Bergmann
2017-05-02xen/9pfs: initialize len to 0 to detect xenbus_read errorsStefano Stabellini
2017-05-02xen/9pfs: build 9pfs Xen transport driverStefano Stabellini
2017-05-02xen/9pfs: receive responsesStefano Stabellini
2017-05-02xen/9pfs: send requests to the backendStefano Stabellini
2017-05-02xen/9pfs: connect to the backendStefano Stabellini