summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-01-03sh_eth: kill redundant check in the probe() methodSergei Shtylyov1-2/+1
2018-01-03ravb: kill redundant check in the probe() methodSergei Shtylyov1-2/+1
2018-01-02liquidio: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-5/+2
2018-01-02ethernet/broadcom: Use zeroing memory allocator than allocator/memsetHimanshu Jha2-7/+4
2018-01-02qed: Use zeroing memory allocator than allocator/memsetHimanshu Jha2-9/+6
2018-01-02net: stmmac: Allow debug prints of frame_len/COEFlorian Fainelli1-3/+2
2018-01-02net: stmmac: Pad ring number with zeroes in display_ring()Florian Fainelli3-3/+3
2018-01-02net: hns: add ACPI mode support for ethtool -pJian Shen2-2/+57
2018-01-02cxgb4: Check alignment constraint for T6Ganesh Goudar1-5/+12
2018-01-02net: ena: increase ena driver version to 1.5.0Netanel Belgazal1-1/+1
2018-01-02net: ena: add detection and recovery mechanism for handling missed/misrouted ...Netanel Belgazal5-7/+80
2018-01-02qed*: Advance drivers' version to 8.33.0.20Tomer Tayar2-7/+7
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar25-1442/+2491
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar11-3952/+3953
2018-01-02qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar8-3825/+4148
2018-01-02cxgb4: use CLIP with LIP6 on T6 for TCAM filtersGanesh Goudar1-1/+11
2018-01-02forcedeth: optimize the rx with likelyZhu Yanjun1-2/+2
2018-01-02sky2: Replace mdelay with msleep in sky2_vpd_waitJia-Ju Bai1-1/+1
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-7/+99
2017-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-7/+43
2017-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+56
2017-12-28Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller8-214/+420
2017-12-29net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman3-30/+129
2017-12-29net/mlx5: Fix ingress/egress naming mistakeGal Pressman1-2/+2
2017-12-29net/mlx5e: E-Switch, Use the name of static array instead of its addressGal Pressman1-13/+13
2017-12-29net/mlx5e: E-Switch, Move send-to-vport rule struct to en_repMark Bloch3-16/+16
2017-12-29net/mlx5: E-Switch, Create generic header struct to be used by representorsMark Bloch5-44/+88
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua3-0/+13
2017-12-28net/mlx4_core: Cleanup FMR unmapping flowTariq Toukan1-19/+21
2017-12-28net/mlx4_en: RX csum, reorder branchesTariq Toukan1-25/+21
2017-12-28net/mlx4_en: RX csum, remove redundant branches and checksTariq Toukan1-3/+9
2017-12-28net: ethernet: socionext: add AVE ethernet driverKunihiko Hayashi5-0/+1765
2017-12-28cxgb4/cxgb4vf: support for XLAUI Port TypeGanesh Goudar4-2/+20
2017-12-28cxgb4: display VNI correctlyGanesh Goudar1-3/+5
2017-12-28net/mlx5e: Move ethernet representors data into separate structMark Bloch5-35/+60
2017-12-28net/mlx5: E-Switch, Create a dedicated send to vport rule deletion functionMark Bloch3-1/+7
2017-12-28net/mlx5: E-Switch, Move mlx5e only logic outside E-SwitchMark Bloch3-62/+59
2017-12-28net/mlx5: E-Switch, Simplify representor load/unload callback APIMark Bloch3-13/+12
2017-12-28net/mlx5: E-Switch, Refactor load/unload of representorsMark Bloch1-26/+40
2017-12-28net/mlx5: E-Switch, Refactor vport representors initializationMark Bloch4-19/+41
2017-12-27net: hns3: hns3_get_channels() can be statickbuild test robot1-2/+2
2017-12-27nfp: bpf: allocate vNIC priv for keeping track of the offloaded programJakub Kicinski1-1/+29
2017-12-27bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2-3/+15
2017-12-27tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam1-1/+2
2017-12-27tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam2-0/+14
2017-12-27tg3: Update copyrightSiva Reddy Kallam2-3/+6
2017-12-27net: fec: unmap the xmit buffer that are not transferred by DMAFugang Duan1-0/+6
2017-12-27net: hns3: change TM sched mode to TC-based mode when SRIOV enabledPeng Li1-4/+1
2017-12-27net: hns3: Increase the default depth of bucket for TM shaperPeng Li1-2/+2
2017-12-27net: hns3: add support for querying advertised pause frame by ethtool ethxPeng Li3-0/+32