summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()Lyude Paul2018-09-071-9/+11
| | * | | drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul2018-09-074-2/+64
| | * | | drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()Lyude Paul2018-09-071-1/+0
| | * | | drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placementLyude Paul2018-09-071-2/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-1268-400/+593
|\ \ \ \ \
| * \ \ \ \ Merge branch 'nfp-flower-fixes'David S. Miller2018-09-124-1/+19
| |\ \ \ \ \
| | * | | | | nfp: flower: reject tunnel encap with ipv6 outer headers for offloadingLouis Peens2018-09-121-0/+6
| | * | | | | nfp: flower: fix vlan match by checking both vlan id and vlan pcpPieter Jansen van Vuuren2018-09-123-1/+13
| |/ / / / /
| * | | | | tipc: check return value of __tipc_dump_start()Cong Wang2018-09-121-1/+4
| * | | | | Merge branch 'qeth-fixes'David S. Miller2018-09-123-5/+10
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2018-09-122-2/+2
| | * | | | s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang2018-09-121-2/+3
| | * | | | s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann2018-09-121-0/+2
| | * | | | s390/qeth: indicate error when netdev allocation failsJulian Wiedmann2018-09-121-1/+3
| |/ / / /
| * | | | rds: fix two RCU related problemsCong Wang2018-09-121-1/+4
| * | | | r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLEDKai-Heng Feng2018-09-121-3/+6
| * | | | erspan: fix error handling for erspan tunnelHaishuang Yan2018-09-111-0/+3
| * | | | erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan2018-09-111-0/+2
| * | | | tcp: rate limit synflood warnings furtherWillem de Bruijn2018-09-111-2/+2
| * | | | MIPS: lantiq: dma: add dev pointerHauke Mehrtens2018-09-113-2/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-1119-100/+181
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang2018-09-111-9/+9
| | * | | netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner2018-09-111-0/+1
| | * | | netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso2018-09-111-3/+3
| | * | | netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso2018-09-118-45/+45
| | * | | netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal2018-09-111-0/+26
| | * | | netfilter: nf_tables: release chain in flushing setTaehee Yoo2018-08-311-0/+1
| | * | | netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal2018-08-311-3/+5
| | * | | netfilter: nf_tables: rework ct timeout set supportFlorian Westphal2018-08-292-31/+30
| | * | | netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal2018-08-293-0/+21
| | * | | netfilter: xt_checksum: ignore gso skbsFlorian Westphal2018-08-242-7/+27
| | * | | netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi2018-08-231-1/+13
| | * | | netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing2018-08-231-1/+0
| * | | | qmi_wwan: Support dynamic config on Quectel EP06Kristian Evensen2018-09-101-1/+29
| * | | | ethernet: renesas: convert to SPDX identifiersKuninori Morimoto2018-09-103-5/+3
| * | | | ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-092-0/+2
| * | | | net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg2018-09-091-0/+6
| * | | | Merge branch 'ena-fixes'David S. Miller2018-09-095-64/+67
| |\ \ \ \
| | * | | | net: ena: fix incorrect usage of memory barriersNetanel Belgazal2018-09-094-34/+26
| | * | | | net: ena: fix missing calls to READ_ONCENetanel Belgazal2018-09-091-4/+4
| | * | | | net: ena: fix missing lock during device destructionNetanel Belgazal2018-09-091-13/+7
| | * | | | net: ena: fix potential double ena_destroy_device()Netanel Belgazal2018-09-091-0/+5
| | * | | | net: ena: fix device destruction to gracefully free resourcesNetanel Belgazal2018-09-091-6/+7
| | * | | | net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal2018-09-092-5/+16
| | * | | | net: ena: fix surprise unplug NULL dereference kernel crashNetanel Belgazal2018-09-091-2/+2
| |/ / / /
| * | | | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-072-4/+1
| * | | | net_sched: properly cancel netlink dump on failureCong Wang2018-09-071-4/+8
| * | | | xen/netfront: fix waiting for xenbus state changeJuergen Gross2018-09-071-14/+10
| * | | | r8169: set TxConfig register after TX / RX is enabled, just like RxConfigMaciej S. Szmigiero2018-09-071-1/+1
| * | | | tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang2018-09-063-6/+14