summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2021-01-0712-65/+120
|\
| * net/mlx5e: Fix memleak in mlx5e_create_l2_table_groupsDinghao Liu2021-01-071-0/+1
| * net/mlx5e: Fix two double free casesDinghao Liu2021-01-071-0/+2
| * net/mlx5: Release devlink object if adev failsLeon Romanovsky2021-01-071-2/+5
| * net/mlx5e: ethtool, Fix restriction of autoneg with 56GAya Levin2021-01-071-6/+18
| * net/mlx5e: In skb build skip setting mark in switchdev modeMaor Dickman2021-01-071-0/+5
| * net/mlx5: E-Switch, fix changing vf VLANIDAlaa Hleihel2021-01-071-14/+13
| * net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh2021-01-073-7/+19
| * net/mlx5e: CT: Use per flow counter when CT flow accounting is enabledOz Shlomo2021-01-071-28/+49
| * net/mlx5: Use port_num 1 instead of 0 when delete a RoCE addressMark Zhang2021-01-071-1/+1
| * net/mlx5e: Add missing capability check for uplink followAya Levin2021-01-071-1/+2
| * net/mlx5: Check if lag is supported before creating oneMark Zhang2021-01-071-6/+5
* | net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski2021-01-071-3/+4
* | octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King2021-01-071-3/+11
* | chtls: Fix chtls resources release sequenceAyush Sawal2021-01-071-4/+4
* | chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal2021-01-071-0/+5
* | chtls: Replace skb_dequeue with skb_peekAyush Sawal2021-01-071-1/+1
* | chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal2021-01-071-3/+1
* | chtls: Fix panic when route to peer not configuredAyush Sawal2021-01-071-2/+12
* | chtls: Remove invalid set_tcb callAyush Sawal2021-01-071-3/+0
* | chtls: Fix hardware tid leakAyush Sawal2021-01-071-36/+3
|/
* can: rcar: Kconfig: update help description for CAN_RCAR configLad Prabhakar2021-01-071-2/+2
* can: mcp251xfd: mcp251xfd_handle_rxif_ring(): first increment RX tail pointer...Marc Kleine-Budde2021-01-071-4/+4
* can: mcp251xfd: mcp251xfd_handle_tefif(): fix TEF vs. TX race conditionMarc Kleine-Budde2021-01-071-5/+4
* can: tcan4x5x: fix bittiming const, use common bittiming from m_can driverMarc Kleine-Budde2021-01-071-26/+0
* can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()Marc Kleine-Budde2021-01-071-2/+0
* net: dsa: fix led_classdev build errorsRandy Dunlap2021-01-061-0/+1
* net: bareudp: add missing error handling for bareudp_link_config()Jakub Kicinski2021-01-061-8/+14
* net: mvneta: fix error message when MTU too large for XDPMarek Behún2021-01-061-1/+1
* net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2021-01-052-0/+2
* net: cdc_ncm: correct overhead in delayed_ndp_sizeJouni K. Seppänen2021-01-051-2/+6
* net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2021-01-054-5/+14
* net: hns3: fix the number of queues actually used by ARQYufeng Mo2021-01-051-2/+2
* net: hns3: fix a phy loopback fail issueYonglong Liu2021-01-051-1/+2
* net: stmmac: dwmac-sun8i: Balance syscon (de)initializationSamuel Holland2021-01-051-25/+25
* net: stmmac: dwmac-sun8i: Balance internal PHY powerSamuel Holland2021-01-051-8/+23
* net: stmmac: dwmac-sun8i: Balance internal PHY resource referencesSamuel Holland2021-01-051-6/+21
* net: stmmac: dwmac-sun8i: Fix probe error handlingSamuel Holland2021-01-051-10/+15
* net/sonic: Fix some resource leaks in error handling pathsChristophe JAILLET2021-01-052-4/+15
* wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann2021-01-051-0/+1
* wil6210: select CONFIG_CRC32Arnd Bergmann2021-01-051-0/+1
* can: kvaser_pciefd: select CONFIG_CRC32Arnd Bergmann2021-01-051-0/+1
* qed: select CONFIG_CRC32Arnd Bergmann2021-01-051-0/+1
* Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-0551-228/+423
|\
| * net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register accessMartin Blumenstingl2021-01-041-17/+6
| * net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYsMartin Blumenstingl2021-01-041-3/+1
| * r8169: work around power-saving bug on some chip versionsHeiner Kallweit2021-01-041-2/+4
| * net: usb: qmi_wwan: add Quectel EM160R-GLBjørn Mork2021-01-041-0/+1
| * net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax2021-01-041-1/+1
| * ibmvnic: fix: NULL pointer dereference.YANG LI2021-01-041-3/+1