| Commit message (Expand) | Author | Age | Files | Lines |
* | cxgb4: use CLIP with LIP6 on T6 for TCAM filters | Ganesh Goudar | 2018-01-02 | 1 | -1/+11 |
* | forcedeth: optimize the rx with likely | Zhu Yanjun | 2018-01-02 | 1 | -2/+2 |
* | sky2: Replace mdelay with msleep in sky2_vpd_wait | Jia-Ju Bai | 2018-01-02 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-29 | 6 | -7/+99 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-12-28 | 5 | -7/+43 |
| |\ |
|
| | * | bnx2x: Improve reliability in case of nested PCI errors | Guilherme G. Piccoli | 2017-12-27 | 2 | -3/+15 |
| | * | tg3: Enable PHY reset in MTU change path for 5720 | Siva Reddy Kallam | 2017-12-27 | 1 | -1/+2 |
| | * | tg3: Add workaround to restrict 5762 MRRS to 2048 | Siva Reddy Kallam | 2017-12-27 | 2 | -0/+14 |
| | * | tg3: Update copyright | Siva Reddy Kallam | 2017-12-27 | 2 | -3/+6 |
| | * | net: fec: unmap the xmit buffer that are not transferred by DMA | Fugang Duan | 2017-12-27 | 1 | -0/+6 |
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2017-12-28 | 1 | -0/+56 |
| |\ \
| | |/
| |/| |
|
| | * | IB/mlx5: Fix congestion counters in LAG mode | Majd Dibbiny | 2017-12-21 | 1 | -0/+56 |
* | | | Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | David S. Miller | 2017-12-28 | 8 | -214/+420 |
|\ \ \ |
|
| * | | | net/mlx5: Separate ingress/egress namespaces for each vport | Gal Pressman | 2017-12-29 | 3 | -30/+129 |
| * | | | net/mlx5: Fix ingress/egress naming mistake | Gal Pressman | 2017-12-29 | 1 | -2/+2 |
| * | | | net/mlx5e: E-Switch, Use the name of static array instead of its address | Gal Pressman | 2017-12-29 | 1 | -13/+13 |
| * | | | net/mlx5e: E-Switch, Move send-to-vport rule struct to en_rep | Mark Bloch | 2017-12-29 | 3 | -16/+16 |
| * | | | net/mlx5: E-Switch, Create generic header struct to be used by representors | Mark Bloch | 2017-12-29 | 5 | -44/+88 |
| * | | | net/mlx5e: Move ethernet representors data into separate struct | Mark Bloch | 2017-12-28 | 5 | -35/+60 |
| * | | | net/mlx5: E-Switch, Create a dedicated send to vport rule deletion function | Mark Bloch | 2017-12-28 | 3 | -1/+7 |
| * | | | net/mlx5: E-Switch, Move mlx5e only logic outside E-Switch | Mark Bloch | 2017-12-28 | 3 | -62/+59 |
| * | | | net/mlx5: E-Switch, Simplify representor load/unload callback API | Mark Bloch | 2017-12-28 | 3 | -13/+12 |
| * | | | net/mlx5: E-Switch, Refactor load/unload of representors | Mark Bloch | 2017-12-28 | 1 | -26/+40 |
| * | | | net/mlx5: E-Switch, Refactor vport representors initialization | Mark Bloch | 2017-12-28 | 4 | -19/+41 |
* | | | | net/mlx4_en: Change default QoS settings | Moni Shoua | 2017-12-28 | 3 | -0/+13 |
* | | | | net/mlx4_core: Cleanup FMR unmapping flow | Tariq Toukan | 2017-12-28 | 1 | -19/+21 |
* | | | | net/mlx4_en: RX csum, reorder branches | Tariq Toukan | 2017-12-28 | 1 | -25/+21 |
* | | | | net/mlx4_en: RX csum, remove redundant branches and checks | Tariq Toukan | 2017-12-28 | 1 | -3/+9 |
* | | | | net: ethernet: socionext: add AVE ethernet driver | Kunihiko Hayashi | 2017-12-28 | 5 | -0/+1765 |
* | | | | cxgb4/cxgb4vf: support for XLAUI Port Type | Ganesh Goudar | 2017-12-28 | 4 | -2/+20 |
* | | | | cxgb4: display VNI correctly | Ganesh Goudar | 2017-12-28 | 1 | -3/+5 |
* | | | | net: hns3: hns3_get_channels() can be static | kbuild test robot | 2017-12-27 | 1 | -2/+2 |
* | | | | nfp: bpf: allocate vNIC priv for keeping track of the offloaded program | Jakub Kicinski | 2017-12-27 | 1 | -1/+29 |
* | | | | net: hns3: change TM sched mode to TC-based mode when SRIOV enabled | Peng Li | 2017-12-27 | 1 | -4/+1 |
* | | | | net: hns3: Increase the default depth of bucket for TM shaper | Peng Li | 2017-12-27 | 1 | -2/+2 |
* | | | | net: hns3: add support for querying advertised pause frame by ethtool ethx | Peng Li | 2017-12-27 | 3 | -0/+32 |
* | | | | net: hns3: add Asym Pause support to phy default features | Fuyun Liang | 2017-12-27 | 1 | -0/+1 |
* | | | | net: hns3: add support to update flow control settings after autoneg | Peng Li | 2017-12-27 | 3 | -0/+41 |
* | | | | net: hns3: add support for set_pauseparam | Peng Li | 2017-12-27 | 4 | -1/+98 |
* | | | | net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg | Fuyun Liang | 2017-12-27 | 1 | -0/+4 |
* | | | | net: hns3: cleanup mac auto-negotiation state query | Fuyun Liang | 2017-12-27 | 1 | -24/+0 |
* | | | | net: hns3: add handling vlan tag offload in bd | Peng Li | 2017-12-27 | 1 | -5/+78 |
* | | | | net: hns3: add ethtool related offload command | Peng Li | 2017-12-27 | 3 | -0/+32 |
* | | | | net: hns3: add vlan offload config command | Peng Li | 2017-12-27 | 3 | -6/+233 |
* | | | | net: hns3: add a mask initialization for mac_vlan table | Peng Li | 2017-12-27 | 2 | -1/+48 |
* | | | | net: hns3: get rss_size_max from configuration but not hardcode | Peng Li | 2017-12-27 | 3 | -1/+8 |
* | | | | net: hns3: free the ring_data structrue when change tqps | Peng Li | 2017-12-27 | 1 | -0/+4 |
* | | | | net: hns3: change the returned tqp number by ethtool -x | Peng Li | 2017-12-27 | 1 | -1/+1 |
* | | | | net: hns3: add support to modify tqps number | Peng Li | 2017-12-27 | 5 | -0/+240 |
* | | | | net: hns3: add support to query tqps number | Peng Li | 2017-12-27 | 3 | -0/+33 |