summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nfp: flower: offload MPLS set actionJohn Hurley2019-07-232-0/+53
* nfp: flower: offload MPLS pop actionJohn Hurley2019-07-232-0/+31
* nfp: flower: offload MPLS push actionJohn Hurley2019-07-232-0/+57
* net/mlx5e: xsk: dynamically allocate mlx5e_channel_paramArnd Bergmann2019-07-231-9/+18
* net: jme: Use dev_get_drvdataChuhong Yuan2019-07-231-4/+2
* igb: Use dev_get_drvdata where possibleChuhong Yuan2019-07-231-2/+1
* i40e: Use dev_get_drvdataChuhong Yuan2019-07-231-5/+3
* fm10k: Use dev_get_drvdataChuhong Yuan2019-07-231-2/+2
* e1000e: Use dev_get_drvdata where possibleChuhong Yuan2019-07-231-4/+3
* net: broadcom: Use dev_get_drvdataChuhong Yuan2019-07-233-12/+6
* net: atheros: Use dev_get_drvdataChuhong Yuan2019-07-233-14/+8
* net: 3com: 3c59x: Use dev_get_drvdataChuhong Yuan2019-07-231-4/+2
* atm: Use dev_get_drvdataChuhong Yuan2019-07-231-6/+3
* ftgmac100: Fix build.David S. Miller2019-07-231-1/+1
* qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/Benjamin Poirier2019-07-2312-10/+59
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-2269-164/+149
* net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan2019-07-225-31/+20
* r8169: improve rtl_rxHeiner Kallweit2019-07-221-28/+15
* ax88179_178a: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan2019-07-221-2/+1
* usbnet: smsc75xx: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan2019-07-221-6/+3
* net: lan78xx: Merge memcpy + lexx_to_cpus to get_unaligned_lexxChuhong Yuan2019-07-221-8/+4
* 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-211-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-195-11/+14
| * | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-192-2/+2
| * | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-195-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
| * | | ntb_hw_switchtec: Fix setup MW with failure bugJoey Zhang2019-06-131-27/+39