summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2018-01-24net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov
2018-01-24net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov
2018-01-24vhost: do not try to access device IOTLB when not initializedJason Wang
2018-01-24vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2018-01-24i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski
2018-01-24sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64Corentin Labbe
2018-01-24Merge branch 'qed-rdma-bug-fixes'David S. Miller
2018-01-24qed: Free reserved MR tidMichal Kalderon
2018-01-24qed: Remove reserveration of dpi for kernelMichal Kalderon
2018-01-24Merge branch 'kcm-fix-two-syzcaller-issues'David S. Miller
2018-01-24kcm: Check if sk_user_data already set in kcm_attachTom Herbert
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert
2018-01-25MAINTAINERS: update email address for James MorrisJames Morris
2018-01-24net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptrWolfgang Bumiller
2018-01-24net: sched: em_nbyte: don't add the data offset twiceWolfgang Bumiller
2018-01-24Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-24MAINTAINERS: clarify that only verified bugs should be submitted to security@Willy Tarreau
2018-01-24Revert "module: Add retpoline tag to VERMAGIC"Greg Kroah-Hartman
2018-01-24mlxsw: spectrum_router: Don't log an error on missing neighborYuval Mintz
2018-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-23vmxnet3: repair memory leakNeil Horman
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-23pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)
2018-01-23Merge tag 'pci-v4.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-23x86/ftrace: Fix ORC unwinding from ftrace handlersJosh Poimboeuf
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-23xfrm: fix boolean assignment in xfrm_get_type_offloadGustavo A. R. Silva
2018-01-23xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman
2018-01-22nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings
2018-01-22orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg
2018-01-22orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg
2018-01-22tls: Correct length of scatterlist in tls_sw_sendpageDave Watson
2018-01-22be2net: restore properly promisc mode after queues reconfigurationIvan Vecera
2018-01-22net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn
2018-01-22net: qdisc_pkt_len_init() should be more robustEric Dumazet
2018-01-22Merge branch 'ibmvnic-reset-behavior-fixes'David S. Miller
2018-01-22ibmvnic: Allocate and request vpd in init_resourcesJohn Allen
2018-01-22ibmvnic: Revert to previous mtu when unsupported value requestedJohn Allen
2018-01-22ibmvnic: Modify buffer size and number of queues on failoverJohn Allen
2018-01-22rds: tcp: compute m_ack_seq as offset from ->write_seqSowmini Varadhan
2018-01-22usbnet: silence an unnecessary warningOliver Neukum
2018-01-22Merge branch 'cxgb4-tc-flower-offload-fixes'David S. Miller
2018-01-22cxgb4: fix endianness for vlan value in cxgb4_tc_flowerKumar Sanghvi
2018-01-22cxgb4: set filter type to 1 for ETH_P_IPV6Kumar Sanghvi
2018-01-22mm, page_vma_mapped: Introduce pfn_in_hpage()Kirill A. Shutemov