summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-07-274-5/+8
|\
| * can: mark expected switch fall-throughsGustavo A. R. Silva2019-07-254-5/+8
* | 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
* | 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1942-120/+357
|\
| * ag71xx: fix return value check in ag71xx_probe()Wei Yongjun2019-07-181-2/+2
| * ag71xx: fix error return code in ag71xx_probe()Wei Yongjun2019-07-181-1/+3
| * usb: qmi_wwan: add D-Link DWM-222 A2 device IDRogan Dawes2019-07-181-0/+1
| * bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan2019-07-181-2/+5
| * gve: replace kfree with kvfreeChuhong Yuan2019-07-182-13/+13
| * net/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-181-1/+1
| * Merge tag 'wireless-drivers-for-davem-2019-07-18' of git://git.kernel.org/pub...David S. Miller2019-07-186-6/+93
| |\
| | * rt2x00usb: fix rx queue hangSoeren Moch2019-07-151-6/+6
| | * ath10k: work around uninitialized vht_pfr variableArnd Bergmann2019-07-151-0/+2
| | * iwlwifi: pcie: add support for qu c-step devicesLuca Coelho2019-07-154-0/+83
| | * iwlwifi: add new cards for 9000 and 20000 seriesIhab Zhaika2019-07-151-0/+2
| * | liquidio: Replace vmalloc + memset with vzallocChuhong Yuan2019-07-181-4/+2
| * | net: bcmgenet: use promisc for unsupported filtersJustin Chen2019-07-181-31/+26
| * | mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel2019-07-173-0/+17
| * | mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata2019-07-171-8/+8
| * | net: ag71xx: Add missing headerRosen Penev2019-07-171-0/+1
| * | caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo2019-07-171-1/+1
| * | be2net: Signal that the device cannot transmit during reconfigurationBenjamin Poirier2019-07-161-1/+5
| * | net: ethernet: mediatek: mtk_eth_soc: Add of_node_put() before gotoNishka Dasgupta2019-07-161-1/+3
| * | net: ethernet: mscc: ocelot_board: Add of_node_put() before returnNishka Dasgupta2019-07-161-1/+4
| * | net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta2019-07-161-8/+18
| * | net/mlx5e: Allow dissector meta key in tc flowerVlad Buslov2019-07-151-1/+2
| * | net/mlx5e: Rely on filter_dev instead of dissector keys for tunnelsVlad Buslov2019-07-151-5/+1
| * | net/mlx5e: Verify encapsulation is supportedEli Cohen2019-07-151-0/+4
| * | vmxnet3: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-151-1/+0
| * | hippi: Remove call to memset after pci_alloc_consistentFuqian Huang2019-07-151-2/+0
| * | ethernet: remove redundant memsetFuqian Huang2019-07-1514-27/+0
| |/
| * sky2: Disable MSI on P5W DH DeluxeTasos Sahanidis2019-07-141-0/+7
| * sis900: correct a few typosSergej Benilov2019-07-141-3/+3
| * gve: Remove the exporting of gve_probeDenis Efremov2019-07-141-1/+0
| * r8169: fix issue with confused RX unit after PHY power-down on RTL8411bHeiner Kallweit2019-07-131-0/+137