Age | Commit message (Expand) | Author | Files | Lines |
2025-03-18 | ice: E825C PHY register cleanup |  Karol Kolacinski | 1 | -17/+14 |
2025-03-18 | ice: Refactor E825C PHY registers info struct |  Karol Kolacinski | 3 | -65/+20 |
2025-03-18 | ice: rename ice_ptp_init_phc_eth56g function |  Karol Kolacinski | 1 | -7/+6 |
2025-03-18 | ice: Add E830 checksum offload support |  Paul Greenwalt | 7 | -4/+87 |
2025-03-18 | net: phylink: Use phy_caps to get an interface's capabilities and modes |  Maxime Chevallier | 3 | -76/+110 |
2025-03-18 | net: phylink: Convert capabilities to linkmodes using phy_caps |  Maxime Chevallier | 3 | -134/+36 |
2025-03-18 | net: phylink: Add a mapping between MAC_CAPS and LINK_CAPS |  Maxime Chevallier | 1 | -24/+25 |
2025-03-18 | net: phy: drop phy_settings and the associated lookup helpers |  Maxime Chevallier | 2 | -197/+0 |
2025-03-18 | net: phylink: Use phy_caps_lookup for fixed-link configuration |  Maxime Chevallier | 1 | -13/+31 |
2025-03-18 | net: phy: phy_device: Use link_capabilities lookup for PHY aneg config |  Maxime Chevallier | 1 | -5/+6 |
2025-03-18 | net: phy: phy_caps: Allow looking-up link caps based on speed and duplex |  Maxime Chevallier | 4 | -33/+67 |
2025-03-18 | net: phy: phy_caps: Implement link_capabilities lookup by linkmode |  Maxime Chevallier | 3 | -21/+65 |
2025-03-18 | net: phy: phy_caps: Introduce phy_caps_valid |  Maxime Chevallier | 3 | -1/+21 |
2025-03-18 | net: phy: phy_caps: Move __set_linkmode_max_speed to phy_caps |  Maxime Chevallier | 3 | -15/+24 |
2025-03-18 | net: phy: phy_caps: Move phy_speeds to phy_caps |  Maxime Chevallier | 5 | -18/+38 |
2025-03-18 | net: phy: Use an internal, searchable storage for the linkmodes |  Maxime Chevallier | 4 | -1/+139 |
2025-03-18 | net: ethtool: Export the link_mode_params definitions |  Maxime Chevallier | 3 | -7/+9 |
2025-03-17 | net: stmmac: remove unnecessary stmmac_mac_set() in stmmac_release() |  Russell King (Oracle) | 1 | -3/+0 |
2025-03-17 | net: stmmac: remove redundant racy tear-down in stmmac_dvr_remove() |  Russell King (Oracle) | 1 | -2/+0 |
2025-03-17 | net: phylink: expand on .pcs_config() method documentation |  Russell King (Oracle) | 1 | -0/+8 |
2025-03-17 | cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk |  Philipp Hahn | 3 | -0/+19 |
2025-03-17 | stmmac: intel: Fix warning message for return value in intel_tsn_lane_is_available() |  Choong Yong Liang | 1 | -2/+2 |
2025-03-17 | net: phy: remove unused functions phy_package_[read|write]_mmd |  Heiner Kallweit | 2 | -83/+0 |
2025-03-17 | net: phy: move PHY package MMD access function declarations from phy.h to phylib.h |  Heiner Kallweit | 2 | -8/+6 |
2025-03-17 | net/mlx5: fs, add support for dest flow sampler HWS action |  Moshe Shemesh | 2 | -0/+56 |
2025-03-17 | net/mlx5: fs, add support for flow meters HWS action |  Moshe Shemesh | 6 | -10/+135 |
2025-03-17 | net/mlx5: fs, add API for sharing HWS action by refcount |  Moshe Shemesh | 4 | -42/+81 |
2025-03-17 | tcp: Pass flags to __tcp_send_ack |  Ilpo Järvinen | 4 | -6/+6 |
2025-03-17 | tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS |  Ilpo Järvinen | 5 | -17/+44 |
2025-03-17 | tcp: AccECN support to tcp_add_backlog |  Ilpo Järvinen | 1 | -1/+2 |
2025-03-17 | gro: prevent ACE field corruption & better AccECN handling |  Ilpo Järvinen | 1 | -2/+2 |
2025-03-17 | gso: AccECN support |  Ilpo Järvinen | 5 | -4/+15 |
2025-03-17 | tcp: helpers for ECN mode handling |  Ilpo Järvinen | 6 | -17/+55 |
2025-03-17 | tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check() |  Ilpo Järvinen | 1 | -9/+6 |
2025-03-17 | tcp: extend TCP flags to allow AE bit/ACE field |  Ilpo Järvinen | 6 | -14/+26 |
2025-03-17 | tcp: use BIT() macro in include/net/tcp.h |  Chia-Yu Chang | 1 | -10/+11 |
2025-03-17 | tcp: create FLAG_TS_PROGRESS |  Ilpo Järvinen | 1 | -9/+28 |
2025-03-17 | tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() |  Ilpo Järvinen | 1 | -24/+32 |
2025-03-14 | net/smc: use the correct ndev to find pnetid by pnetid table |  Guangguan Wang | 1 | -3/+5 |
2025-03-14 | can: add protocol counter for AF_CAN sockets |  Davide Caratti | 4 | -1/+8 |
2025-03-14 | selftests: drv-net: fix merge conflicts resolution |  Matthieu Baerts (NGI0) | 1 | -9/+9 |
2025-03-14 | dt-bindings: can: fsl,flexcan: add i.MX94 support |  Frank Li | 1 | -0/+4 |
2025-03-14 | can: flexcan: add transceiver capabilities |  Dimitri Fedrau | 2 | -6/+22 |
2025-03-14 | dt-bindings: can: fsl,flexcan: add transceiver capabilities |  Dimitri Fedrau | 1 | -0/+9 |
2025-03-13 | net: mana: cleanup mana struct after debugfs_remove() |  Shradha Gupta | 2 | -5/+16 |
2025-03-13 | net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices |  Carolina Jubran | 1 | -4/+2 |
2025-03-13 | net/mlx5: Bridge, fix the crash caused by LAG state check |  Jianbo Liu | 1 | -7/+5 |
2025-03-13 | net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch |  Shay Drory | 3 | -3/+5 |
2025-03-13 | net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs |  Shay Drory | 5 | -7/+16 |
2025-03-13 | net/mlx5: HWS, Rightsize bwc matcher priority |  Vlad Dogaru | 1 | -1/+1 |