summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| | * ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan2018-10-244-0/+25
| | * ice: Use capability count returned by the firmwareAnirudh Venkataramanan2018-10-241-3/+1Star
| | * ice: Update expected FW versionAnirudh Venkataramanan2018-10-241-3/+2Star
| | * ice: Change device ID define names to align with branding stringAnirudh Venkataramanan2018-10-242-6/+6
| | * ice: Make ice_msix_clean_rings staticAnirudh Venkataramanan2018-10-242-2/+1Star
| * | net: hns3: Fix for warning uninitialized symbol hw_err_lst3Shiju Jose2018-10-241-4/+6
| * | octeontx2-af: Copy the right amount of memoryDan Carpenter2018-10-241-1/+1
| |/
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-262-3/+11
|\ \
| * | net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold2018-10-231-2/+10
| * | net: bcmgenet: fix OF child-node lookupJohan Hovold2018-10-231-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-261-4/+16
|\ \ \
| * | | crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-171-4/+16
| |/ /
* | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2516-82/+0Star
|\ \ \ | |_|/ |/| |
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-0216-82/+0Star
* | | qed: Fix static checker warningRahul Verma2018-10-231-3/+3
* | | Revert "be2net: remove desc field from be_eq_obj"Ivan Vecera2018-10-232-4/+3Star
* | | net: socionext: Reset tx queue in ndo_stopMasahisa Kojima2018-10-231-0/+3
* | | net: socionext: Add dummy PHY register read in phy_write()Masahisa Kojima2018-10-231-2/+16
* | | net: socionext: Stop PHY before resetting netsecMasahisa Kojima2018-10-231-4/+15
* | | net: stmmac: Set OWN bit for jumbo framesThor Thayer2018-10-231-2/+2
* | | net: ethernet: ti: cpsw: unsync mcast entries while switch promisc modeIvan Khoronzhuk2018-10-231-0/+1
* | | octeontx2-af: Support for NIXLF's UCAST/PROMISC/ALLMULTI modesSunil Goutham2018-10-234-1/+105
* | | octeontx2-af: Support for setting MAC addressSunil Goutham2018-10-233-1/+35
* | | octeontx2-af: Support for changing RSS algorithmSunil Goutham2018-10-234-1/+108
* | | octeontx2-af: NIX Rx flowkey configuration for RSSSunil Goutham2018-10-233-0/+187
* | | octeontx2-af: Install ucast and bcast pkt forwarding rulesSunil Goutham2018-10-234-0/+375
* | | octeontx2-af: Add LMAC channel info to NIXLF_ALLOC responseStanislaw Kardach2018-10-234-0/+18
* | | octeontx2-af: NPC MCAM and LDATA extract minimal configurationSunil Goutham2018-10-234-0/+181
* | | octeontx2-af: Enable packet length and csum validationSunil Goutham2018-10-232-0/+28
* | | octeontx2-af: Support for VTAG strip and captureVamsi Attunuru2018-10-234-1/+101
* | | octeontx2-af: Update bcast list upon NIXLF alloc/freeSunil Goutham2018-10-231-0/+133
* | | octeontx2-af: Broadcast packet replication supportSunil Goutham2018-10-232-0/+220
* | | octeontx2-af: Config pkind for CGX mapped PFsGeetha sowjanya2018-10-237-2/+90
* | | octeontx2-af: Config NPC KPU engines with parser profileSunil Goutham2018-10-236-1/+385
* | | octeontx2-af: Add NPC KPU profileHao Zheng2018-10-232-0/+5852
* | | octeontx2-af: Reset NIXLF's Rx/Tx statsVamsi Attunuru2018-10-233-1/+34
* | | octeontx2-af: NIX Tx scheduler queue config supportSunil Goutham2018-10-235-5/+199
* | | octeontx2-af: NIX Tx scheduler queues alloc/freeSunil Goutham2018-10-234-4/+265
* | | net: ena: fix compilation error in xtensa architectureArthur Kiyanovski2018-10-231-0/+1
* | | net/mlx5: Allocate enough space for the FDB sub-namespacesDan Carpenter2018-10-231-1/+1
* | | qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter2018-10-231-1/+1
* | | net: hns3: Add enable and process hw errors of TM schedulerShiju Jose2018-10-234-0/+303
* | | net: hns3: Add enable and process hw errors from PPPShiju Jose2018-10-233-0/+280
* | | net: hns3: Add enable and process hw errors from IGU, EGU and NCSIShiju Jose2018-10-233-0/+207
* | | net: hns3: Add enable and process common ecc errorsShiju Jose2018-10-233-0/+318
* | | net: hns3: Add support to enable and disable hw errorsShiju Jose2018-10-233-0/+32
* | | net: hns3: Add PCIe AER error recoveryShiju Jose2018-10-234-7/+35
* | | net: hns3: Add PCIe AER callback error_detectedShiju Jose2018-10-236-1/+101
* | | octeontx2-af: Remove set but not used variables 'devnum, is_pf'YueHaibing2018-10-231-22/+3Star
* | | octeontx2-af: Remove set but not used variable 'block'YueHaibing2018-10-231-3/+0Star