summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: keep flow director state unchanged when resetJian Shen2019-01-302-5/+7
* net: hns3: stop sending keep alive msg to PF when VF is resettingJian Shen2019-01-301-0/+4
* net: hns3: fix an issue for hclgevf_ae_get_hdevPeng Li2019-01-301-1/+6
* net: hns3: fix improper error handling in the hclge_init_ae_dev()Huazhong Tan2019-01-301-1/+1
* net: hns3: fix for rss result nonuniformJian Shen2019-01-302-6/+26
* net: hns3: fix netif_napi_del() not do problem when unloadingHuazhong Tan2019-01-301-20/+7
* net: hns3: Fix NULL deref when unloading driverHuazhong Tan2019-01-305-22/+40
* net: hns3: only support tc 0 for VFYunsheng Lin2019-01-303-16/+28
* net: hns3: change hnae3_register_ae_dev() to intHuazhong Tan2019-01-303-4/+16
* net: hns3: use the correct interface to stop|open portPeng Li2019-01-301-2/+2
* net: hns3: fix VF dump register issueJian Shen2019-01-301-0/+2
* net: hns3: reuse the definition of l3 and l4 header info unionliyongxin2019-01-302-27/+6
* net: dsa: mt7530: support the 7530 switch on the Mediatek MT7621 SoCGreg Ungerer2019-01-302-39/+66
* net: ethernet: mediatek: support MT7621 SoC ethernet hardwareBjørn Mork2019-01-303-8/+46
* mlxsw: spectrum_acl: Add C-TCAM spill tracepointJiri Pirko2019-01-301-0/+3
* mlxsw: spectrum_acl: Include delta bits into hashtable keyJiri Pirko2019-01-303-16/+17
* bnxt_en: Add bnxt_en initial port params table and register itVasundhara Volam2019-01-303-1/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-3038-89/+187
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-3033-72/+170
| |\
| | * net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei2019-01-291-2/+2
| | * net: caif: call dev_consume_skb_any when skb xmit doneYang Wei2019-01-291-4/+1
| | * net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| | * net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2019-01-292-11/+20
| | * net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| | * net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| | * net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| | * net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| | * vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-295-7/+11
| | * qed: Fix stack out of bounds bugManish Chopra2019-01-281-4/+4
| | * qed: Fix system crash in ll2 xmitManish Chopra2019-01-281-5/+15
| | * qed: Fix VF probe failure while FLRManish Chopra2019-01-281-0/+10
| | * qed: Fix LACP pdu drops for VFsManish Chopra2019-01-283-2/+16
| | * qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-01-281-1/+6
| | * net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
| | * net: dsa: mv88e6xxx: Fix serdes irq setup going recursiveAndrew Lunn2019-01-281-1/+1
| | * net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov2019-01-281-1/+3
| | * net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu2019-01-281-1/+1
| | * net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-01-281-7/+9
| | * net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-01-281-0/+5
| | * Merge tag 'mlx5-fixes-2019-01-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-01-276-19/+58
| | |\
| | | * net/mlx5e: Unblock setting vid 0 for VFs through the uplink repOr Gerlitz2019-01-251-0/+13
| | | * net/mlx5e: Move to use common phys port names for vport representorsOr Gerlitz2019-01-253-2/+33
| | | * net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin2019-01-251-12/+6
| | | * net/mlx5: Take lock with IRQs disabled to avoid deadlockMoni Shoua2019-01-251-2/+3
| | | * net/mlx5e: Fix wrong private flag usage causing checksum disableShay Agroskin2019-01-251-1/+1
| | | * Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"Bodong Wang2019-01-251-2/+2
| | * | net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita2019-01-271-1/+2
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-274-15/+15
| |\ \ \
| | * \ \ Merge tag 'irqchip-5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-01-184-15/+15
| | |\ \ \
| | | * | | irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their sizeMarc Zyngier2019-01-181-12/+13