summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* amt: fix typo in commentRuffalo Lavoisier2022-07-291-1/+1
* mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.cYang Li2022-07-291-1/+0
* devlink: Hold the instance lock in health callbacksMoshe Shemesh2022-07-291-7/+1
* net/mlx5: Lock mlx5 devlink health recovery callbackMoshe Shemesh2022-07-292-3/+13
* net/mlx4: Lock mlx4 devlink reload callbackMoshe Shemesh2022-07-292-13/+37
* net/mlx4: Use devl_ API for devlink port register / unregisterMoshe Shemesh2022-07-291-4/+12
* net/mlx4: Use devl_ API for devlink region create / destroyMoshe Shemesh2022-07-292-10/+17
* net/mlx5: Lock mlx5 devlink reload callbacksMoshe Shemesh2022-07-296-50/+79
* net/mlx5: Move fw reset unload to mlx5_fw_reset_complete_reloadMoshe Shemesh2022-07-292-8/+13
* bnxt_en: implement callbacks for devlink selftestsvikas2022-07-293-12/+85
* net/mlx5e: kTLS, Dynamically re-size TX recycling poolTariq Toukan2022-07-291-26/+289
* net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connectionsTariq Toukan2022-07-295-47/+199
* net/mlx5e: kTLS, Take stats out of OOO handlerTariq Toukan2022-07-291-16/+11
* net/mlx5e: kTLS, Introduce TLS-specific create TISTariq Toukan2022-07-291-5/+9
* net: usb: delete extra space and tab in blank lineXie Shaowen2022-07-295-30/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-2918-118/+195
|\
| * stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter2022-07-281-4/+5
| * net/funeth: Fix fun_xdp_tx() and XDP packet reclaimDimitris Michailidis2022-07-283-15/+16
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-07-285-48/+16
| |\
| | * ice: do not setup vlan for loopback VSIMaciej Fijalkowski2022-07-261-3/+5
| | * ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski2022-07-261-1/+2
| | * ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2022-07-262-40/+2
| | * ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-07-261-3/+5
| | * ice: Fix max VLANs available for VFPrzemyslaw Patynowski2022-07-261-1/+2
| * | sfc: disable softirqs for ptp TXAlejandro Lucero2022-07-281-0/+22
| * | virtio-net: fix the race between refill work and closeJason Wang2022-07-271-3/+34
| |/
| * octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep2022-07-261-12/+18
| * octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham2022-07-261-21/+55
| * i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski2022-07-261-0/+4
| * net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie2022-07-251-2/+2
| * macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca2022-07-251-3/+3
| * macsec: limit replay window size with XPNSabrina Dubroca2022-07-251-4/+12
| * macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca2022-07-251-2/+2
| * macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca2022-07-251-1/+2
| * net: ipa: Fix typo 'the the' in commentSlark Xiao2022-07-251-1/+1
| * nfp: bpf: Fix typo 'the the' in commentSlark Xiao2022-07-251-1/+1
| * net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He2022-07-221-0/+1
| * net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmiiVladimir Oltean2022-07-221-1/+1
* | net: cdns,macb: use correct xlnx prefix for XilinxKrzysztof Kozlowski2022-07-281-3/+5
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2022-07-286-2/+259
|\ \
| * | ice: Add support for PPPoE hardware offloadMarcin Szycik2022-07-266-2/+259
* | | Revert "Merge branch 'octeontx2-minor-tc-fixes'"Paolo Abeni2022-07-281-73/+33
* | | net: dsa: mv88e6xxx: fix speed setting for CPU/DSA portsMarcin Wojtas2022-07-281-1/+6
* | | net: dsa: microchip: add support for phylink mac configArun Ramadoss2022-07-276-33/+21
* | | net: dsa: microchip: ksz8795: use common xmii functionArun Ramadoss2022-07-272-42/+1
* | | net: dsa: microchip: ksz9477: use common xmii functionArun Ramadoss2022-07-274-167/+49
* | | net: dsa: microchip: apply rgmii tx and rx delay in phylink mac configArun Ramadoss2022-07-275-1/+130
* | | net: dsa: microchip: lan937x: add support for configuing xMII registerArun Ramadoss2022-07-274-40/+53
* | | net: dsa: microchip: add support for common phylink mac link upArun Ramadoss2022-07-274-33/+16
* | | net: dsa: microchip: add common duplex and flow control functionArun Ramadoss2022-07-275-23/+57