summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: use CLIP with LIP6 on T6 for TCAM filtersGanesh Goudar2018-01-021-1/+11
* forcedeth: optimize the rx with likelyZhu Yanjun2018-01-021-2/+2
* sky2: Replace mdelay with msleep in sky2_vpd_waitJia-Ju Bai2018-01-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-296-7/+99
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-285-7/+43
| |\
| | * bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2017-12-272-3/+15
| | * tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam2017-12-271-1/+2
| | * tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam2017-12-272-0/+14
| | * tg3: Update copyrightSiva Reddy Kallam2017-12-272-3/+6
| | * net: fec: unmap the xmit buffer that are not transferred by DMAFugang Duan2017-12-271-0/+6
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2017-12-281-0/+56
| |\ \ | | |/ | |/|
| | * IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny2017-12-211-0/+56
* | | Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2017-12-288-214/+420
|\ \ \
| * | | net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman2017-12-293-30/+129
| * | | net/mlx5: Fix ingress/egress naming mistakeGal Pressman2017-12-291-2/+2
| * | | net/mlx5e: E-Switch, Use the name of static array instead of its addressGal Pressman2017-12-291-13/+13
| * | | net/mlx5e: E-Switch, Move send-to-vport rule struct to en_repMark Bloch2017-12-293-16/+16
| * | | net/mlx5: E-Switch, Create generic header struct to be used by representorsMark Bloch2017-12-295-44/+88
| * | | net/mlx5e: Move ethernet representors data into separate structMark Bloch2017-12-285-35/+60
| * | | net/mlx5: E-Switch, Create a dedicated send to vport rule deletion functionMark Bloch2017-12-283-1/+7
| * | | net/mlx5: E-Switch, Move mlx5e only logic outside E-SwitchMark Bloch2017-12-283-62/+59
| * | | net/mlx5: E-Switch, Simplify representor load/unload callback APIMark Bloch2017-12-283-13/+12
| * | | net/mlx5: E-Switch, Refactor load/unload of representorsMark Bloch2017-12-281-26/+40
| * | | net/mlx5: E-Switch, Refactor vport representors initializationMark Bloch2017-12-284-19/+41
* | | | net/mlx4_en: Change default QoS settingsMoni Shoua2017-12-283-0/+13
* | | | net/mlx4_core: Cleanup FMR unmapping flowTariq Toukan2017-12-281-19/+21
* | | | net/mlx4_en: RX csum, reorder branchesTariq Toukan2017-12-281-25/+21
* | | | net/mlx4_en: RX csum, remove redundant branches and checksTariq Toukan2017-12-281-3/+9
* | | | net: ethernet: socionext: add AVE ethernet driverKunihiko Hayashi2017-12-285-0/+1765
* | | | cxgb4/cxgb4vf: support for XLAUI Port TypeGanesh Goudar2017-12-284-2/+20
* | | | cxgb4: display VNI correctlyGanesh Goudar2017-12-281-3/+5
* | | | net: hns3: hns3_get_channels() can be statickbuild test robot2017-12-271-2/+2
* | | | nfp: bpf: allocate vNIC priv for keeping track of the offloaded programJakub Kicinski2017-12-271-1/+29
* | | | net: hns3: change TM sched mode to TC-based mode when SRIOV enabledPeng Li2017-12-271-4/+1
* | | | net: hns3: Increase the default depth of bucket for TM shaperPeng Li2017-12-271-2/+2
* | | | net: hns3: add support for querying advertised pause frame by ethtool ethxPeng Li2017-12-273-0/+32
* | | | net: hns3: add Asym Pause support to phy default featuresFuyun Liang2017-12-271-0/+1
* | | | net: hns3: add support to update flow control settings after autonegPeng Li2017-12-273-0/+41
* | | | net: hns3: add support for set_pauseparamPeng Li2017-12-274-1/+98
* | | | net: hns3: fix for getting auto-negotiation state in hclge_get_autonegFuyun Liang2017-12-271-0/+4
* | | | net: hns3: cleanup mac auto-negotiation state queryFuyun Liang2017-12-271-24/+0
* | | | net: hns3: add handling vlan tag offload in bdPeng Li2017-12-271-5/+78
* | | | net: hns3: add ethtool related offload commandPeng Li2017-12-273-0/+32
* | | | net: hns3: add vlan offload config commandPeng Li2017-12-273-6/+233
* | | | net: hns3: add a mask initialization for mac_vlan tablePeng Li2017-12-272-1/+48
* | | | net: hns3: get rss_size_max from configuration but not hardcodePeng Li2017-12-273-1/+8
* | | | net: hns3: free the ring_data structrue when change tqpsPeng Li2017-12-271-0/+4
* | | | net: hns3: change the returned tqp number by ethtool -xPeng Li2017-12-271-1/+1
* | | | net: hns3: add support to modify tqps numberPeng Li2017-12-275-0/+240
* | | | net: hns3: add support to query tqps numberPeng Li2017-12-273-0/+33