summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | mlxsw: core_acl_flex_actions: Remove redundant resource destructionNir Dotan2018-08-031-1/+6
| * | mlxsw: core_acl_flex_actions: Return error for conflicting actionsNir Dotan2018-08-031-21/+21
* | | net: cisco: enic: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-043-3/+3
* | | net: systemport: Create helper to set MPDFlorian Fainelli2018-08-031-7/+13
* | | net: systemport: Do not re-configure upon WoL interruptFlorian Fainelli2018-08-031-3/+1Star
* | | net: hns3: Refine the MSIX allocation for PFJian Shen2018-08-033-4/+9
* | | net: hns3: Fix MSIX allocation issue for VFJian Shen2018-08-034-16/+85
* | | bnxt_en: combine 'else if' and 'else' into single branchYueHaibing2018-08-031-2/+6
* | | net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing2018-08-022-14/+1Star
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0212-61/+86
|\| |
| * | net: stmmac: Fix WoL for PCI-based setupsJose Abreu2018-08-011-2/+38
| * | enic: do not call enic_change_mtu in enic_probeGovindarajulu Varadarajan2018-07-311-1/+1
| * | net/mlx5e: IPoIB, Set the netdevice sw mtu in ipoib enhanced flowFeras Daoud2018-07-311-0/+4
| * | net/mlx5e: Fix null pointer access when setting MTU of vport representorAdi Nissim2018-07-311-1/+2
| * | net/mlx5e: Set port trust mode to PCP as defaultOr Gerlitz2018-07-311-0/+2
| * | net/mlx5e: E-Switch, Initialize eswitch only if eswitch managerEli Cohen2018-07-311-2/+2
| * | NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev2018-07-291-1/+1
| * | enic: handle mtu change for vf properlyGovindarajulu Varadarajan2018-07-291-51/+27Star
| * | nfp: flower: fix port metadata conversion bugJohn Hurley2018-07-281-1/+3
| * | net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman2018-07-271-0/+1
| * | net: fix amd-xgbe flow-control issuetangpengpeng2018-07-261-2/+2
| * | cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath2018-07-261-0/+2
| * | hinic: Link the logical network device to the pci device in sysfsdann frazier2018-07-251-0/+1
* | | be2net: fix spelling mistake "seqence" -> "sequence"Colin Ian King2018-08-021-1/+1
* | | net: fec: check DMA addressing limitationsStefan Agner2018-08-021-0/+8
* | | cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32Ganesh Goudar2018-08-011-4/+3Star
* | | net: hns3: fix return value error while hclge_cmd_csq_clean failedHuazhong Tan2018-08-011-3/+9
* | | mlxsw: spectrum_router: Handle sysctl_ip_fwd_update_priorityPetr Machata2018-08-011-1/+17
* | | mlxsw: spectrum: Extract work-scheduling into a new functionPetr Machata2018-08-011-15/+23
* | | net: change Exar/Neterion menu items to be alphabeticalJon Mason2018-08-013-11/+16
* | | be2net: Update the driver version to 12.0.0.0Suresh Reddy2018-08-011-1/+1
* | | be2net: gather debug info and reset adapter (only for Lancer) on a tx-timeoutSuresh Reddy2018-08-011-1/+79
* | | net/mlx5e: Fix uninitialized variableGustavo A. R. Silva2018-08-011-1/+1
* | | qed: Make some functions staticYueHaibing2018-08-0112-38/+43
* | | net: ethernet: ti: cpsw: replace unnecessarily macroses on functionsIvan Khoronzhuk2018-08-011-32/+26Star
* | | mlx5: handle DMA mapping error case for XDP redirectJesper Dangaard Brouer2018-07-311-0/+3
* | | liquidio: remove redundant function cn23xx_dump_iq_regsYueHaibing2018-07-301-44/+0Star
* | | qed: remove redundant functions qed_get_cm_pq_idx_rlYueHaibing2018-07-291-10/+0Star
* | | net-next: mediatek: cleanup unnecessary get chip id and its userSean Wang2018-07-292-45/+5Star
* | | net-next: mediatek: improve more with using dma_zalloc_coherentSean Wang2018-07-291-9/+7Star
* | | Merge tag 'mlx5e-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-07-298-239/+320
|\ \ \
| * | | net/mlx5e: Issue direct lookup on vxlan ports by vport representorsSaeed Mahameed2018-07-281-10/+2Star
| * | | net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed2018-07-287-19/+19
| * | | net/mlx5e: Vxlan, add sync lock for add/del vxlan portSaeed Mahameed2018-07-281-3/+15
| * | | net/mlx5e: Vxlan, return values for add/del portSaeed Mahameed2018-07-282-11/+21
| * | | net/mlx5e: Vxlan, rename from mlx5e to mlx5Saeed Mahameed2018-07-285-79/+104
| * | | net/mlx5e: Vxlan, rename struct mlx5e_vxlan to mlx5_vxlan_portSaeed Mahameed2018-07-282-34/+33Star
| * | | net/mlx5e: Vxlan, move netdev only logic to en_main.cSaeed Mahameed2018-07-283-61/+61
| * | | net/mlx5e: Vxlan, add direct delete functionSaeed Mahameed2018-07-281-6/+13
| * | | net/mlx5e: Vxlan, cleanup an unused member in vxlan workGal Pressman2018-07-283-8/+4Star