aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera42-96/+0
2015-10-15mlx4: corretly check failed allocationInsu Yun1-1/+1
2015-10-15mlxsw: cmd: Update CONFIG_PROFILE command documentationIdo Schimmel1-13/+11
2015-10-15mlxsw: Add trap group for control packetsIdo Schimmel2-7/+24
2015-10-15mlxsw: Simplify traps creationIdo Schimmel3-9/+13
2015-10-15mlxsw: Introduce mlxsw_reg_spms_vid_pack helper and use itJiri Pirko2-3/+8
2015-10-15mlxsw: reg: Adjust definition of enum mlxsw_reg_sfgc_typeIdo Schimmel1-7/+9
2015-10-15mlxsw: reg: Remove extra space in SFGC ID defineJiri Pirko1-1/+1
2015-10-15mlxsw: reg: Uppercase letters in register IDsJiri Pirko1-2/+2
2015-10-15mlxsw: Use dev_level_ratelimited instead of net_ratelimit & dev_levelJiri Pirko2-7/+5
2015-10-15mlxsw: core: Do not use EMADs in mlxsw_emad_finiJiri Pirko1-0/+1
2015-10-15mlxsw: pci: Limit number of entries being sent in single MAP_FA cmdJiri Pirko2-8/+20
2015-10-15mlxsw: pci: Remove MLXSW_PCI_RDQS/SDQS defines and checksJiri Pirko2-4/+1
2015-10-15mlxsw: pci: Do not use MLXSW_PCI_SDQS_COUNT defineJiri Pirko1-2/+3
2015-10-15mlxsw: pci: Use MLXSW_PCI_CQS_MAX instead of MLXSW_PCI_CQS_COUNTJiri Pirko2-5/+5
2015-10-15mlxsw: switchx2: Use ETH_ALEN for mac address lengthJiri Pirko1-3/+1
2015-10-15mlxsw: Remove multicast ID configurationIdo Schimmel2-64/+0
2015-10-15amd-xgbe: Use system workqueue for device restartLendacky, Thomas1-2/+2
2015-10-15rocker: remove nowait from switchdev callbacks.Jiri Pirko1-4/+3
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko1-3/+3
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko1-1/+1
2015-10-15net: hisilicon: fixes a bug when using ethtool -Slipeng1-3/+3
2015-10-15ixgbe: Check for setup_internal_link methodMark Rustad1-1/+1
2015-10-15i40e/i40evf: Bump i40e version to 1.3.28 and i40evf to 1.3.19Catherine Sullivan2-2/+2
2015-10-15i40evf: speed up initMitch Williams1-2/+2
2015-10-15i40e: remove unnecessary string copy operationsShannon Nelson1-12/+12
2015-10-15i40e: X722 is on the IOSF bus and does not report the PCI bus infoAnjali Singhai Jain2-20/+50
2015-10-15i40e: Store off PHY capabilitiesKevin Scott1-0/+3
2015-10-15i40e/i40evf: remove redundant declarations of a variable and a functionShannon Nelson2-4/+1
2015-10-15i40e: remove FD atr control from debugfsShannon Nelson1-24/+0
2015-10-15i40e: allow FD SB if MFP mode only has 1 partitionShannon Nelson1-4/+4
2015-10-15i40e: remove obsolete version checkMitch Williams1-6/+0
2015-10-15i40e/i40evf: Add WB_ON_ITR offload supportAnjali Singhai Jain5-1/+13
2015-10-15i40e: Remove 100M SGMII unless hw is X722Catherine Sullivan1-16/+26
2015-10-15i40e: Change some messages from info to debug onlyNeerav Parikh3-13/+17
2015-10-15i40e: use priv flags to control flow directorJesse Brandeburg2-0/+15
2015-10-15i40e: Add missing parameter comment to ndo_bridge_setlinkJesse Brandeburg1-0/+1
2015-10-15ixgbe: Fix CS4227-related semaphore error on reset failureMark Rustad1-0/+9
2015-10-15ixgbe: disable LRO by defaultEmil Tantilov1-2/+0
2015-10-14net/mlx4_core: Replace VF zero mac with random mac in mlx4_coreJack Morgenstein4-12/+31
2015-10-14net/mlx5_core: Wait for FW readiness on startupEli Cohen1-0/+27
2015-10-14net/mlx5_core: Add pci error handlers to mlx5_core driverMajd Dibbiny5-12/+429
2015-10-14net/mlx5_core: Fix internal error detection conditionsEli Cohen1-7/+44
2015-10-14net: hisilicon net: fix a bug about ledlipeng1-1/+3
2015-10-14net: hisilicon: supports promisc modeyankejian7-3/+55
2015-10-13fm10k: do not use enum as booleanJacob Keller1-1/+1
2015-10-13fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller2-7/+7
2015-10-13ixgbe: add flow control ethertype to the anti-spoofing filterEmil Tantilov2-5/+15
2015-10-13i40e/i40evf: Bump i40e version to 1.3.25 and i40evf to 1.3.17Catherine Sullivan2-2/+2
2015-10-13i40e/i40evf: Refactor PHY structure and add phy_capabilities enumCatherine Sullivan4-90/+181