summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin
2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-12-14libceph: remove now unused finish_request() wrapperIlya Dryomov
2016-12-14libceph: always signal completion when doneIlya Dryomov
2016-12-14netns: avoid disabling irq for netns idPaul Moore
2016-12-14rds_rdma: log the connection reject messageSteve Wise
2016-12-13mac80211: Ensure enough headroom when forwarding mesh pktCedric Izoard
2016-12-13mac80211: don't call drv_set_default_unicast_key() for VLANsJohannes Berg
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12crush: include mapper.h in mapper.cTobias Klauser
2016-12-12libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov
2016-12-12libceph: verify authorize reply on connectIlya Dryomov
2016-12-12libceph: no need for GFP_NOFS in ceph_monc_init()Ilya Dryomov
2016-12-12libceph: stop allocating a new cipher on every crypto requestIlya Dryomov
2016-12-12libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov
2016-12-12libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov
2016-12-12libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov
2016-12-12libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov
2016-12-12libceph: tweak calcu_signature() a littleIlya Dryomov
2016-12-12libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov
2016-12-12libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov
2016-12-12libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov
2016-12-12libceph: old_key in process_one_ticket() is redundantIlya Dryomov
2016-12-12libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-12-11netfilter: nft_counter: rework atomic dump and resetPablo Neira
2016-12-10net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen
2016-12-10net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen
2016-12-10net: bridge: shorten ageing time on topology changeVivien Didelot
2016-12-10net: bridge: add helper to set topology changeVivien Didelot
2016-12-10net: bridge: add helper to offload ageing timeVivien Didelot
2016-12-10net: socket: removed an unnecessary newlineAmit Kushwaha
2016-12-10netlink: use blocking notifierWANG Cong
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-10Merge tag 'nfs-rdma-4.10-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown
2016-12-09net: skb_condense() can also deal with empty skbsEric Dumazet
2016-12-09Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc...David S. Miller
2016-12-09udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet
2016-12-09udp: add batching to udp_rmem_release()Eric Dumazet
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet
2016-12-09udp: add busylocks in RX pathEric Dumazet
2016-12-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg
2016-12-09nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna
2016-12-09nl80211: fix logic inversion in start_nan()Johannes Berg
2016-12-08net: socket: preferred __aligned(size) for control bufferAmit Kushwaha