aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08sfc: use the new __netdev_tx_sent_queue BQL optimisationEdward Cree1-4/+1
2018-11-08gianfar: remove use of VLAN_TAG_PRESENTMichał Mirosław1-5/+3
2018-11-08cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław1-1/+1
2018-11-08net: socionext: refactor netsec_alloc_dring()Ilias Apalodimas1-8/+3
2018-11-08net: socionext: different approach on DMAIlias Apalodimas1-99/+128
2018-11-08net: qca_spi: Add available buffer space verificationStefan Wahren3-1/+17
2018-11-08geneve: Allow configuration of DF behaviourStefano Brivio1-8/+47
2018-11-08geneve: ICMP error lookup handlerStefano Brivio1-0/+52
2018-11-08vxlan: Allow configuration of DF behaviourStefano Brivio1-1/+28
2018-11-08vxlan: ICMP error lookup handlerStefano Brivio1-0/+29
2018-11-08net: hns3: fix spelling mistake, "assertting" -> "asserting"Colin Ian King1-1/+1
2018-11-08cxgb4: Add new T6 PCI device ids 0x608aGanesh Goudar1-0/+1
2018-11-08net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing1-1/+1
2018-11-08net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit1-48/+5
2018-11-08net: phy: remove state PHY_ANHeiner Kallweit1-27/+0
2018-11-08net: phy: add phy_check_link_statusHeiner Kallweit1-30/+40
2018-11-08net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit1-12/+1
2018-11-08net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit1-11/+0
2018-11-07Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-62/+41
2018-11-07nfp: flower: include geneve as supported offload tunnel typeJohn Hurley1-0/+2
2018-11-07nfp: flower: use geneve and vxlan helpersJohn Hurley1-5/+3
2018-11-07sfc: add missing NVRAM partition types for EF10Edward Cree1-0/+7
2018-11-07tun: compute the RFS hash only if needed.Paolo Abeni1-1/+2
2018-11-07net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore1-0/+8
2018-11-07net: phy: realtek: load driver for all PHYs with a Realtek OUIHeiner Kallweit1-9/+2
2018-11-07net: phy: make phy_trigger_machine staticHeiner Kallweit1-21/+12
2018-11-07net: dsa: bcm_sf2: fix semicolon.cocci warningskbuild test robot1-2/+2
2018-11-07net: phy: bcm7xxx: Add entry for BCM7255Justin Chen1-0/+2
2018-11-07vrf: mark skb for multicast or link-local as enslaved to VRFMike Manning1-10/+9
2018-11-07net: hns3: Remove set but not used variable 'reset_level'YueHaibing1-10/+3
2018-11-07nfp: flower: use the common netdev notifierJakub Kicinski4-55/+30
2018-11-07nfp: register a notifier handler in a central location for the deviceJakub Kicinski2-15/+57
2018-11-07nfp: flower: make nfp_fl_lag_changels_event() voidJakub Kicinski1-8/+5
2018-11-07nfp: flower: don't try to nack device unregister eventsJakub Kicinski1-9/+12
2018-11-07nfp: flower: remove unnecessary iteration over devicesJakub Kicinski1-7/+0
2018-11-07nfp: flower: add ipv6 set flow label and hop limit offloadPieter Jansen van Vuuren2-4/+75
2018-11-07nfp: flower: add ipv4 set ttl and tos offloadPieter Jansen van Vuuren2-6/+73
2018-11-07net: hns3: fix for cmd queue memory not freed problem during resetHuazhong Tan3-65/+91
2018-11-07net: hns3: add error handler for hclge_reset()Huazhong Tan2-22/+120
2018-11-07net: hns3: call roce's reset notify callback when resettingHuazhong Tan1-0/+33
2018-11-07net: hns3: adjust the process of PF resetHuazhong Tan1-2/+36
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_devHuazhong Tan7-34/+28
2018-11-07net: hns3: ignore new coming low-level reset while doing high-level resetHuazhong Tan1-11/+16
2018-11-07net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resettingHuazhong Tan4-0/+48
2018-11-07net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan4-44/+41
2018-11-07net: hns3: adjust the location of clearing the table when doing resetHuazhong Tan1-10/+10
2018-11-07net: hns3: provide some interface & information for the clientHuazhong Tan5-0/+68
2018-11-07net: hns3: add set_default_reset_request in the hnae3_ae_opsHuazhong Tan5-1/+45
2018-11-07net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of enetHuazhong Tan2-1/+18
2018-11-07igc: Clean up codeSasha Neftin2-24/+0