summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-24phonet: Convert phonet_device_list.lock to spinlock_t.Kuniyuki Iwashima
2024-10-24phonet: Pass net and ifindex to phonet_address_notify().Kuniyuki Iwashima
2024-10-24phonet: Pass ifindex to fill_addr().Kuniyuki Iwashima
2024-10-24tools/net/ynl: improve async notification handlingDonald Hunter
2024-10-23Merge branch 'net-pcs-xpcs-yet-more-cleanups'Paolo Abeni
2024-10-23net: pcs: xpcs: remove return statements in void functionRussell King (Oracle)
2024-10-23net: pcs: xpcs: rename xpcs_config_usxgmii()Russell King (Oracle)
2024-10-23net: pcs: xpcs: combine xpcs_link_up_{1000basex,sgmii}()Russell King (Oracle)
2024-10-23net: pcs: xpcs: replace open-coded mii_bmcr_encode_fixed()Russell King (Oracle)
2024-10-23net: pcs: xpcs: rearrange xpcs_link_up_1000basex()Russell King (Oracle)
2024-10-23net: pcs: xpcs: remove switch() in xpcs_link_up_1000basex()Russell King (Oracle)
2024-10-23net: pcs: xpcs: use generic register definitionsRussell King (Oracle)
2024-10-23netlink: specs: Add missing bitset attrs to ethtool specDonald Hunter
2024-10-23net: netdev_tx_sent_queue() small optimizationEric Dumazet
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet
2024-10-23ipv4: Switch inet_addr_hash() to less predictable hash.Kuniyuki Iwashima
2024-10-23ip6mr: Add __init to ip6_mr_cleanup().Kuniyuki Iwashima
2024-10-23net/sched: act_api: unexport tcf_action_dump_1()Vladimir Oltean
2024-10-23Merge branch 'net-sysctl-allow-dump_cpumask-to-handle-higher-numbers-of-cpus'Paolo Abeni
2024-10-23net: sysctl: allow dump_cpumask to handle higher numbers of CPUsAntoine Tenart
2024-10-23net: sysctl: do not reserve an extra char in dump_cpumask temporary bufferAntoine Tenart
2024-10-23net: sysctl: remove always-true conditionAntoine Tenart
2024-10-23net: use sock_valbool_flag() only in __sock_set_timestamps()Yajun Deng
2024-10-23netdevsim: macsec: pad u64 to correct length in logsAles Nezbeda
2024-10-22net: mv643xx: use ethtool_putsRosen Penev
2024-10-22net: atlantic: support reading SFP module infoLorenz Brun
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.cDipendra Khadka
2024-10-22virtchnl: fix m68k build.Paolo Abeni
2024-10-22Merge branch 'net-netconsole-refactoring-and-warning-fix'Paolo Abeni
2024-10-22net: netconsole: split send_msg_fragmentedBreno Leitao
2024-10-22net: netconsole: do not pass userdata up to the tailBreno Leitao
2024-10-22net: netconsole: extract release appending into separate functionBreno Leitao
2024-10-22net: netconsole: track explicitly if msgbody was written to bufferBreno Leitao
2024-10-22net: netconsole: introduce variable to track body lengthBreno Leitao
2024-10-22net: netconsole: rename body to msg_bodyBreno Leitao
2024-10-22net: netconsole: separate fragmented message handling in send_ext_msgBreno Leitao
2024-10-22net: netconsole: split send_ext_msg_udp() functionBreno Leitao
2024-10-22net: netconsole: remove msg_ready variableBreno Leitao
2024-10-22tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen
2024-10-22Merge branch 'selftests-net-introduce-deferred-commands'Paolo Abeni
2024-10-22selftests: mlxsw: devlink_trap_police: Use defer for test cleanupPetr Machata
2024-10-22selftests: mlxsw: qos_max_descriptors: Use defer for test cleanupPetr Machata
2024-10-22selftests: mlxsw: qos_ets_strict: Use defer for test cleanupPetr Machata
2024-10-22selftests: mlxsw: qos_mc_aware: Use defer for test cleanupPetr Machata
2024-10-22selftests: ETS: Use defer for test cleanupPetr Machata