aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-14i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller1-0/+1
2018-11-14i40e: don't restart nway if autoneg not supportedMitch Williams1-5/+5
2018-11-14i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek4-15/+17
2018-11-14i40e: update driver versionAlice Michael1-2/+2
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski2-5/+60
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2-8/+8
2018-11-14i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka3-1/+10
2018-11-14i40e: Use a local variable for readabilityJan Sokolowski1-2/+2
2018-11-14i40e: Replace spin_is_locked() with lockdepLance Roy1-2/+1
2018-11-14net: aquantia: add support of rx-vlan-filter offloadDmitry Bogdanov7-18/+197
2018-11-14net: aquantia: add ethertype and PCP to rx flow filtersDmitry Bogdanov5-4/+133
2018-11-14net: aquantia: add vlan id to rx flow filtersDmitry Bogdanov7-3/+151
2018-11-14net: aquantia: add support of L3/L4 ntuple filtersDmitry Bogdanov5-3/+284
2018-11-14net: aquantia: add infrastructure for ntuple rulesDmitry Bogdanov8-1/+501
2018-11-14net: aquantia: add rx-flow filter definitionsDmitry Bogdanov3-17/+275
2018-11-13net: ethernet: ti: cpsw: allow vlan tagged packets to be timestampedIvan Khoronzhuk1-2/+3
2018-11-13net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk4-77/+41
2018-11-13net: ethernet: ti: cpts: purge staled skbs from txqIvan Khoronzhuk1-2/+24
2018-11-13net: ethernet: ti: cpts: correct debug for expired txq skbIvan Khoronzhuk1-3/+1
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller43-162/+365
2018-11-11PCI: add USR vendor id and use it in r8169 and w6692 driverHeiner Kallweit1-1/+1
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn23-113/+160
2018-11-11nfp: flower: remove unnecessary code in flow lookupJohn Hurley3-14/+6
2018-11-11nfp: flower: remove TC egdev offloadsJohn Hurley4-78/+17
2018-11-11nfp: flower: offload tunnel decap rules via indirect TC blocksJohn Hurley3-4/+144
2018-11-11nfp: flower: increase scope of netdev checking functionsJohn Hurley3-31/+29
2018-11-11nfp: flower: allow non repr netdev offloadJohn Hurley4-39/+49
2018-11-09net: mvneta: correct typoAlexandre Belloni1-2/+2
2018-11-09dpaa2-ptp: defer probe when portal allocation failedIoana Ciornei1-1/+4
2018-11-09dpaa2-eth: defer probe on object allocateIoana Ciornei1-10/+22
2018-11-09nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski1-3/+1
2018-11-09net: qualcomm: rmnet: Fix incorrect assignment of real_devSubash Abhinov Kasiviswanathan1-3/+3
2018-11-09tg3: extend PTP gettime function to read system clockMiroslav Lichvar1-6/+13
2018-11-09ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+44
2018-11-09igb: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+55
2018-11-09e1000e: extend PTP gettime function to read system clockMiroslav Lichvar3-16/+45
2018-11-09net: hns3: add PCIe FLR support for VFHuazhong Tan2-2/+64
2018-11-09net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan3-8/+74
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan6-1/+100
2018-11-09net: hns3: implement the IMP reset processing for PFHuazhong Tan3-9/+37
2018-11-09net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan1-6/+16
2018-11-09net: hns3: add error handler for hclgevf_reset()Huazhong Tan1-14/+37
2018-11-09net: hns3: stop handling command queue while resetting VFHuazhong Tan4-1/+35
2018-11-09net: hns3: add reset handling for VF when doing Core/Global/IMP resetHuazhong Tan2-12/+46
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan9-20/+146
2018-11-09net: hns3: adjust VF's reset processHuazhong Tan7-48/+63
2018-11-09net: hns3: add reset_hdev to reinit the hdev in VF's reset processHuazhong Tan2-54/+31
2018-11-09net: aquantia: allow rx checksum offload configurationDmitry Bogdanov5-6/+18
2018-11-09net: aquantia: invalid checksumm offload implementationDmitry Bogdanov2-30/+41
2018-11-09net: aquantia: fixed enable unicast on 32 macvlanIgor Russkikh1-1/+1