aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-09ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu().Kuniyuki Iwashima1-3/+2
2024-10-09ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima3-3/+21
2024-10-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski25-100/+269
2024-10-09Fix misspelling of "accept*" in netAlexander Zubkov3-4/+4
2024-10-09net_sched: sch_sfq: handle bigger packetsEric Dumazet1-26/+13
2024-10-09net: stmmac: Add DW QoS Eth v4/v5 ip payload error statisticsMinda Chen2-1/+3
2024-10-09ipv6: Remove redundant unlikely()Tobias Klauser1-1/+1
2024-10-09ipv6: switch inet6_acaddr_hash() to less predictable hashEric Dumazet1-2/+3
2024-10-09ipv6: switch inet6_addr_hash() to less predictable hashEric Dumazet1-1/+1
2024-10-09net: airoha: Fix EGRESS_RATE_METER_EN_MASK definitionLorenzo Bianconi1-1/+1
2024-10-09net: liquidio: Remove unused cn23xx_dump_pf_initialized_regsDr. David Alan Gilbert2-171/+0
2024-10-09Merge branch 'qca_spi-improvements-to-qca7000-sync'Jakub Kicinski3-15/+21
2024-10-09qca_spi: Improve reset mechanismStefan Wahren3-15/+20
2024-10-09qca_spi: Count unexpected WRBUF_SPC_AVA after resetStefan Wahren1-0/+1
2024-10-09tcp: remove unnecessary update for tp->write_seq in tcp_connect()xin.guo1-1/+4
2024-10-09doc: net: Fix .rst rendering of net_cachelines pagesDonald Hunter6-654/+666
2024-10-09Merge branch 'ipv4-convert-__fib_validate_source-and-its-callers-to-dscp_t'Jakub Kicinski6-41/+38
2024-10-09ipv4: Convert __fib_validate_source() to dscp_t.Guillaume Nault1-4/+4
2024-10-09ipv4: Convert fib_validate_source() to dscp_t.Guillaume Nault3-15/+14
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault3-7/+8
2024-10-09ipv4: Convert ip_route_input_mc() to dscp_t.Guillaume Nault1-5/+6
2024-10-09ipv4: Convert __mkroute_input() to dscp_t.Guillaume Nault1-8/+6
2024-10-09ipv4: Convert ip_mkroute_input() to dscp_t.Guillaume Nault1-8/+6
2024-10-09ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault3-7/+7
2024-10-09net: mana: Enable debugfs files for MANA deviceShradha Gupta4-3/+159
2024-10-09r8169: add support for the temperature sensor being available from RTL8125BHeiner Kallweit1-0/+44
2024-10-09Merge branch 'net-improve-multicast-group-join-performance'David S. Miller7-54/+39
2024-10-09net: dpaa: use __dev_mc_sync in dpaa_set_rx_mode()Jonas Rebmann6-49/+18
2024-10-09net: ipv4: igmp: optimize ____ip_mc_inc_group() using mc_hashJonas Rebmann1-5/+21
2024-10-09ptp: Add support for the AMZNC10C 'vmclock' deviceDavid Woodhouse5-0/+818
2024-10-09Merge branch 'pcs-xpcs-cleanups-batch-2'David S. Miller6-335/+237
2024-10-09net: pcs: xpcs: move Wangxun VR_XS_PCS_DIG_CTRL1 configurationRussell King (Oracle)1-6/+8
2024-10-09net: pcs: xpcs: correctly place DW_VR_MII_DIG_CTRL1_2G5_ENRussell King (Oracle)1-2/+1
2024-10-09net: pcs: xpcs: use dev_*() to print messagesRussell King (Oracle)1-22/+22
2024-10-09net: pcs: xpcs: convert to use read_poll_timeout()Russell King (Oracle)1-10/+7
2024-10-09net: pcs: xpcs: add _modify() accessorsRussell King (Oracle)4-142/+104
2024-10-09net: pcs: xpcs: use FIELD_PREP() and FIELD_GET()Russell King (Oracle)2-12/+6
2024-10-09net: pcs: xpcs: move searching ID list out of lineRussell King (Oracle)1-20/+21
2024-10-09net: pcs: xpcs: rename xpcs_get_id()Russell King (Oracle)1-2/+2
2024-10-09net: pcs: xpcs: move definition of struct dw_xpcs to private headerRussell King (Oracle)2-17/+19
2024-10-09net: pcs: xpcs: provide a helper to get the phylink pcs given xpcsRussell King (Oracle)3-1/+8
2024-10-09net: pcs: xpcs: pass xpcs instead of xpcs->id to xpcs_find_compat()Russell King (Oracle)1-7/+7
2024-10-09net: pcs: xpcs: don't use array for interfaceRussell King (Oracle)1-57/+14
2024-10-09net: pcs: xpcs: remove dw_xpcs_compat enumRussell King (Oracle)1-44/+25
2024-10-08net: phy: microchip_t1: SQI support for LAN887xTarun Alle1-0/+171
2024-10-08Merge branch 'net-phy-marvell-88q2xxx-enable-auto-negotiation-for-mv88q2110'Jakub Kicinski1-53/+71
2024-10-08net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110Niklas Söderlund1-10/+36
2024-10-08net: phy: marvell-88q2xxx: Make register writer function genericNiklas Söderlund1-20/+20
2024-10-08net: phy: marvell-88q2xxx: Align soft reset for mv88q2110 and mv88q2220Niklas Söderlund1-34/+26
2024-10-08fsl/fman: Fix a typoAndrew Kreimer1-1/+1