summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add spelling fix for prohibitedChris Paterson2019-07-121-1/+1
* scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-123-3/+3
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-07-111-1/+1
|\
| * clocksource/drivers/npcm: Fix misuse of GENMASK macroJoe Perches2019-07-101-1/+1
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-112-8/+9
|\ \
| * | irqchip/gic-v3-its: Fix misuse of GENMASK macroJoe Perches2019-07-101-1/+1
| * | irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe()Wen Yang2019-07-091-7/+8
| |/
* | Merge tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-112-9/+17
|\ \
| * | Revert "ACPICA: Update table load object initialization"Rafael J. Wysocki2019-07-102-9/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111178-98766/+57664
|\ \ \
| * | | net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor2019-07-091-0/+1
| * | | mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller2019-07-091-1/+1
| * | | net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas2019-07-091-45/+41
| * | | net: netsec: remove superfluous if statementIlias Apalodimas2019-07-091-4/+4
| * | | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-0929-207/+207
| * | | net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-094-0/+15
| * | | drivers: net: use flow block APIPablo Neira Ayuso2019-07-0920-112/+243
| * | | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-095-9/+9
| * | | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-094-10/+10
| * | | net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-0914-300/+62
| * | | net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+31
| * | | net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-0/+9
| * | | net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+17
| * | | net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+5
| * | | net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao2019-07-091-0/+24
| * | | net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REGJiangfeng Xiao2019-07-091-0/+2
| * | | net: hisilicon: Cleanup for cast to restricted __be32Jiangfeng Xiao2019-07-091-2/+2
| * | | net: hisilicon: Cleanup for got restricted __be32Jiangfeng Xiao2019-07-091-4/+4
| * | | net: hisilicon: Add support for HI13X1 to hip04_ethJiangfeng Xiao2019-07-092-7/+40
| * | | net: stmmac: add support for hash table size 128/256 in dwmac4Biao Huang2019-07-095-25/+42
| * | | net: stmmac: dwmac4: mac address array boudary violation issueBiao Huang2019-07-091-1/+1
| * | | net: dsa: vsc73xx: fix NET_DSA and OF dependenciesArnd Bergmann2019-07-091-0/+4
| * | | net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer2019-07-091-0/+5
| * | | net: mvmdio: print warning when orion-mdio has too many clocksJosua Mayer2019-07-091-0/+4
| * | | net: mvmdio: allow up to four clocks to be specified for orion-mdioJosua Mayer2019-07-091-1/+1
| * | | net: netsec: start using buffers if page_pool registration succeededIlias Apalodimas2019-07-091-8/+9
| * | | net: stmmac: Introducing support for Page PoolJose Abreu2019-07-093-144/+70
| * | | net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu2019-07-097-22/+26
| * | | net: stmmac: Implement RX Coalesce Frames settingJose Abreu2019-07-094-8/+20
| * | | bnxt_en: Add page_pool_destroy() during RX ring cleanup.Michael Chan2019-07-091-6/+2
| * | | net/mlx5e: Register devlink ports for physical link, PCI PF, VFsParav Pandit2019-07-092-31/+78
| * | | nfp: tls: undo TLS sequence tracking when dropping the frameJakub Kicinski2019-07-081-0/+23
| * | | nfp: tls: avoid one of the ifdefs for TLSJakub Kicinski2019-07-081-4/+2
| * | | nfp: tls: don't leave key material in freed FW cmsg skbsJakub Kicinski2019-07-081-1/+15
| * | | net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-082-7/+14
| * | | nfp: tls: count TSO segments separately for the TLS offloadJakub Kicinski2019-07-081-1/+4
| * | | nfp: ccm: increase message limitsDirk van der Merwe2019-07-081-3/+3
| * | | nfp: tls: use unique connection ids instead of 4-tuple for TXJakub Kicinski2019-07-083-14/+34
| * | | nfp: tls: move setting ipver_vlan to a helperJakub Kicinski2019-07-081-6/+10
| * | | nfp: tls: ignore queue limits for delete commandsJakub Kicinski2019-07-083-10/+24