summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost2019-07-251-0/+2
* tun: mark small packets as owned by the tap sockAlexis Bauvin2019-07-251-3/+6
* linux/dim: Fix overflow in dim calculationYamin Friedman2019-07-254-5/+5
* net: phy: mscc: initialize stats arrayAndreas Schwab2019-07-251-8/+8
* net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha2019-07-241-4/+4
* can: peak_usb: fix potential double kfree_skb()Stephane Grosjean2019-07-241-4/+4
* can: flexcan: fix stop mode acknowledgmentJoakim Zhang2019-07-241-4/+27
* can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()Wen Yang2019-07-241-3/+5
* can: mcp251x: add error check when wq alloc failedWeitao Hou2019-07-241-27/+22
* can: rcar_canfd: fix possible IRQ storm on high loadNikita Yushchenko2019-07-241-4/+5
* can: dev: call netif_carrier_off() in register_candev()Rasmus Villemoes2019-07-241-0/+2
* net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko2019-07-231-12/+6
* sky2: Disable MSI on ASUS P6TTakashi Iwai2019-07-231-0/+7
* net: dsa: sja1105: sja1105_main: Add of_node_put()Nishka Dasgupta2019-07-231-0/+3
* net: dsa: mv88e6xxx: chip: Add of_node_put() before returnNishka Dasgupta2019-07-231-0/+1
* Revert "net: hns: fix LED configuration for marvell phy"David S. Miller2019-07-231-22/+1
* net: stmmac: Do not cut down 1G modesJose Abreu2019-07-231-8/+3
* net: stmmac: Use kcalloc() instead of kmalloc_array()Jose Abreu2019-07-231-9/+8
* net: stmmac: RX Descriptors need to be clean before setting buffersJose Abreu2019-07-231-2/+2
* net: hns: fix LED configuration for marvell phyYonglong Liu2019-07-231-1/+22
* net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier2019-07-231-3/+3
* bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon2019-07-221-0/+9
* Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-221-1/+1
|\
| * media: v4l2-subdev: fix regression in check_pad()Hans Verkuil2019-07-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-2224-85/+97
|\ \
| * | hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()Haiyang Zhang2019-07-221-1/+0
| * | vrf: make sure skb->data contains ip header to make routingPeter Kosyh2019-07-211-23/+35
| * | connector: remove redundant input callback from cn_devVasily Averin2019-07-211-5/+1
| * | qed: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-3/+2
| * | igc: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-8/+4
| * | cxgb4: Prefer pcie_capability_read_word()Frederick Lawler2019-07-212-10/+5
| * | be2net: Synchronize be_update_queues with dev_watchdogBenjamin Poirier2019-07-211-0/+5
| * | bnx2x: Prevent load reordering in tx completion processingBrian King2019-07-211-0/+3
| * | net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn2019-07-211-1/+1
| * | chelsio: Fix a typo in a function nameChristophe JAILLET2019-07-211-2/+2
| * | allocate_flower_entry: should check for null derefNavid Emamdoost2019-07-211-1/+2
| * | net: hns3: typo in the name of a constantChristophe JAILLET2019-07-213-4/+4
| * | wireless: fix nl80211 vendor commandsJohannes Berg2019-07-203-0/+8
| * | r8169: fix RTL8168g PHY initThomas Voegtle2019-07-201-2/+2
| * | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-205-11/+14
| * | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-202-2/+2
| * | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-205-12/+7
* | | iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai2019-07-211-1/+1
* | | Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-2114-55/+1165
|\ \ \
| * | | NTB: Add MSI interrupt support to ntb_transportLogan Gunthorpe2019-06-131-1/+168
| * | | NTB: Introduce NTB MSI Test ClientLogan Gunthorpe2019-06-133-0/+443
| * | | NTB: Introduce MSI libraryLogan Gunthorpe2019-06-133-1/+428
| * | | NTB: Rename ntb.c to support multiple source files in the moduleLogan Gunthorpe2019-06-132-0/+2
| * | | PCI/switchtec: Add module parameter to request more interruptsLogan Gunthorpe2019-06-131-2/+10
| * | | PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe2019-06-131-9/+45