aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Merge tag 'mac80211-next-for-davem-2019-02-01' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-7/+0
2019-02-01net: hns3: Check for allocation failureGravatar Dan Carpenter 1-0/+2
2019-02-01Merge remote-tracking branch 'net-next/master' into mac80211-nextGravatar Johannes Berg 526-4571/+12124
2019-01-31r8169: improve WoL handlingGravatar Heiner Kallweit 1-38/+1
2019-01-31macvlan: use netif_is_macvlan_port()Gravatar Julian Wiedmann 1-4/+2
2019-01-30net: hns3: keep flow director state unchanged when resetGravatar Jian Shen 2-5/+7
2019-01-30net: hns3: stop sending keep alive msg to PF when VF is resettingGravatar Jian Shen 1-0/+4
2019-01-30net: hns3: fix an issue for hclgevf_ae_get_hdevGravatar Peng Li 1-1/+6
2019-01-30net: hns3: fix improper error handling in the hclge_init_ae_dev()Gravatar Huazhong Tan 1-1/+1
2019-01-30net: hns3: fix for rss result nonuniformGravatar Jian Shen 2-6/+26
2019-01-30net: hns3: fix netif_napi_del() not do problem when unloadingGravatar Huazhong Tan 1-20/+7
2019-01-30net: hns3: Fix NULL deref when unloading driverGravatar Huazhong Tan 5-22/+40
2019-01-30net: hns3: only support tc 0 for VFGravatar Yunsheng Lin 3-16/+28
2019-01-30net: hns3: change hnae3_register_ae_dev() to intGravatar Huazhong Tan 3-4/+16
2019-01-30net: hns3: use the correct interface to stop|open portGravatar Peng Li 1-2/+2
2019-01-30net: hns3: fix VF dump register issueGravatar Jian Shen 1-0/+2
2019-01-30net: hns3: reuse the definition of l3 and l4 header info unionGravatar liyongxin 2-27/+6
2019-01-30net: dsa: mt7530: support the 7530 switch on the Mediatek MT7621 SoCGravatar Greg Ungerer 2-39/+66
2019-01-30net: ethernet: mediatek: support MT7621 SoC ethernet hardwareGravatar Bjørn Mork 3-8/+46
2019-01-30mlxsw: spectrum_acl: Add C-TCAM spill tracepointGravatar Jiri Pirko 1-0/+3
2019-01-30mlxsw: spectrum_acl: Include delta bits into hashtable keyGravatar Jiri Pirko 3-16/+17
2019-01-29bnxt_en: Add bnxt_en initial port params table and register itGravatar Vasundhara Volam 3-1/+44
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 38-89/+187
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 33-72/+170
2019-01-29cxgb4: cxgb4_tc_u32: use struct_size() in kvzalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2019-01-29cxgb4: clip_tbl: Use struct_size() in kvzalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2019-01-29net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesGravatar Yang Wei 1-2/+2
2019-01-29net: caif: call dev_consume_skb_any when skb xmit doneGravatar Yang Wei 1-4/+1
2019-01-29net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesGravatar Yang Wei 1-1/+1
2019-01-29cxgb4vf: Update port information in cxgb4vf_open()Gravatar Arjun Vynipadath 1-0/+7
2019-01-29net: macb: Apply RXUBR workaround only to versions with errataGravatar Harini Katakam 2-11/+20
2019-01-28liquidio: fix the validation of rx checksum status from NIC hardwareGravatar Veerasenareddy Burru 1-1/+2
2019-01-28net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesGravatar Yang Wei 1-1/+1
2019-01-28net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesGravatar Yang Wei 1-1/+1
2019-01-28net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqGravatar Yang Wei 1-1/+1
2019-01-28net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqGravatar Yang Wei 1-1/+1
2019-01-28vhost: fix OOB in get_rx_bufs()Gravatar Jason Wang 5-7/+11
2019-01-28enetc: include linux/vmalloc.h for vzalloc etcGravatar Stephen Rothwell 1-0/+1
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 4-58/+215
2019-01-28qed: Fix stack out of bounds bugGravatar Manish Chopra 1-4/+4
2019-01-28qed: Fix system crash in ll2 xmitGravatar Manish Chopra 1-5/+15
2019-01-28qed: Fix VF probe failure while FLRGravatar Manish Chopra 1-0/+10
2019-01-28qed: Fix LACP pdu drops for VFsGravatar Manish Chopra 3-2/+16
2019-01-28qed: Fix bug in tx promiscuous mode settingsGravatar Manish Chopra 1-1/+6
2019-01-28qede: Error recovery processGravatar Tomer Tayar 3-70/+288
2019-01-28qed: Add infrastructure for error detection and recoveryGravatar Tomer Tayar 10-16/+231
2019-01-28qed: Revise load sequence to avoid PCI errorsGravatar Tomer Tayar 7-112/+178
2019-01-28benet: remove broken and unused macroGravatar Lubomir Rintel 1-4/+0
2019-01-28net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesGravatar Yang Wei 1-1/+1
2019-01-28mlxsw: spectrum_switchdev: Add more extack messagesGravatar Ido Schimmel 1-2/+8