summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* qmi_wwan: add MTU default to qmap network interfaceDaniele Palmas2019-01-041-0/+1
* net: hns: Fix use after free identified by SLUB debugYonglong Liu2019-01-041-4/+2
* net: hns: Fix WARNING when hns modules installedYonglong Liu2019-01-041-10/+7
* net: dsa: mt7530: Drop unused GPIO includeLinus Walleij2019-01-041-1/+0
* net: macb: remove unnecessary codeClaudiu Beznea2019-01-041-6/+2
* net: dsa: microchip: Drop unused GPIO includesLinus Walleij2019-01-041-2/+0
* qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin2019-01-041-0/+4
* soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang2019-01-042-56/+61
* r8169: Add support for new Realtek EthernetKai-Heng Feng2019-01-041-0/+2
* octeontx2-af: Fix a resource leak in an error handling path in 'cgx_probe()'Christophe JAILLET2019-01-041-1/+3
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-0346-140/+117
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-0319-34/+56
|\
| * isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet2019-01-021-2/+2
| * net/hamradio/6pack: use mod_timer() to rearm timersEric Dumazet2019-01-021-12/+4
| * net-next/hinic:add shutdown callbackXue Chaojing2019-01-021-0/+6
| * net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENTHuazhong Tan2019-01-011-3/+4
| * tap: call skb_probe_transport_header after setting skb->devWillem de Bruijn2019-01-011-2/+1
| * ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler2018-12-311-1/+5
| * r8169: fix WoL device wakeup enableHeiner Kallweit2018-12-301-2/+2
| * net/wan: fix a double free in x25_asy_open_tty()Cong Wang2018-12-301-0/+2
| * fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2018-12-282-2/+2
| * isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai2018-12-281-0/+2
| * net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang2018-12-271-1/+0
| * net: marvell: fix a missing check of acpi_match_deviceKangjie Lu2018-12-271-0/+2
| * atl1e: checking the status of atl1e_write_phy_regKangjie Lu2018-12-271-1/+3
| * net: dsa: bcm_sf2: Propagate error value from mdio_writeKangjie Lu2018-12-271-4/+3
| * net: stmicro: fix a missing check of clk_prepareKangjie Lu2018-12-271-1/+3
| * net: (cpts) fix a missing check of clk_prepareKangjie Lu2018-12-271-1/+3
| * niu: fix missing checks of niu_pci_eeprom_readKangjie Lu2018-12-271-2/+8
| * net: chelsio: Add a missing check on cudg_get_bufferAditya Pakki2018-12-271-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-0216-99/+316
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2018-12-2815-99/+315
| |\ \
| | * | Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh2018-12-281-2/+2
| | * | Input: drv2667 - fix indentation issuesColin Ian King2018-12-211-3/+3
| | * | Input: touchscreen - fix coding style issueHardik Singh Rathore2018-12-215-8/+8
| | * | Input: add official Raspberry Pi's touchscreen driverNicolas Saenz Julienne2018-12-213-0/+240
| | * | Input: nomadik-ske-keypad - fix a loop timeout testDan Carpenter2018-12-211-1/+1
| | * | Input: rotary-encoder - don't log EPROBE_DEFER to kernel logUwe Kleine-König2018-12-081-2/+4
| | * | Input: olpc_apsp - remove set but not used variable 'np'YueHaibing2018-12-031-2/+0
| | * | Input: olpc_apsp - enable the SP clockLubomir Rintel2018-11-151-0/+14
| | * | Input: olpc_apsp - check FIFO status on open(), not probe()Lubomir Rintel2018-11-151-7/+7
| | * | Input: olpc_apsp - drop CONFIG_OLPC dependencyLubomir Rintel2018-11-151-1/+0
| | * | clk: mmp2: add SP clockLubomir Rintel2018-11-151-0/+4
| | * | Input: ad7879 - drop platform data supportLinus Walleij2018-11-151-74/+33
| * | | Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573GPatrick Dreyer2018-12-281-0/+1
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-024-14/+95
|\ \ \ \
| * | | | vhost: correct the related warning messagewangyan2018-12-191-2/+2
| * | | | virtio: remove deprecated VIRTIO_PCI_CONFIG()Dongli Zhang2018-12-191-2/+4
| * | | | vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi2018-12-191-8/+8
| * | | | virtio_blk: add discard and write zeroes supportChangpeng Liu2018-12-191-2/+81