aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-05can: dev: can_restart(): don't crash kernel if carrier is OKMarc Kleine-Budde1-1/+2
2023-10-05can: peak_pci: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-04can: raw: Remove NULL check before dev_{put, hold}Jiapeng Chong1-2/+1
2023-10-04Merge patch series "can: etas_es58x: clean-up of new GCC W=1 and old checkpat...Marc Kleine-Budde3-21/+43
2023-10-04can: etas_es58x: add missing a blank line after declarationVincent Mailhol1-0/+1
2023-10-04can: etas_es58x: rework the version check logic to silence -Wformat-truncationVincent Mailhol2-21/+42
2023-10-04can: sja1000: Fix commentMiquel Raynal1-1/+1
2023-10-03net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr3-13/+37
2023-10-03Merge branch 'documentation-fixes-for-dpll-subsystem'Jakub Kicinski1-13/+16
2023-10-03Documentation: dpll: wrap DPLL_CMD_PIN_GET output in a code blockBagas Sanjaya1-13/+13
2023-10-03Documentation: dpll: Fix code blocksBagas Sanjaya1-0/+3
2023-10-03Merge branch 'introduce-define_flex-macro'Jakub Kicinski11-218/+130
2023-10-03ice: make use of DEFINE_FLEX() in ice_switch.cPrzemek Kitszel1-49/+14
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_itemPrzemek Kitszel1-16/+4
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrpPrzemek Kitszel2-32/+13
2023-10-03ice: make use of DEFINE_FLEX() in ice_ddp.cPrzemek Kitszel1-28/+11
2023-10-03ice: drop two params of ice_aq_move_sched_elems()Przemek Kitszel3-61/+23
2023-10-03ice: ice_sched_remove_elems: replace 1 elem array param by u32Przemek Kitszel1-17/+9
2023-10-03overflow: add DEFINE_FLEX() for on-stack allocsPrzemek Kitszel3-15/+56
2023-10-03Merge branch 'bpf-remove-xdp_do_flush_map'Jakub Kicinski17-22/+16
2023-10-03bpf: Remove xdp_do_flush_map().Sebastian Andrzej Siewior1-6/+0
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior16-16/+16
2023-10-03net: microchip: sparx5: clean up error checking in vcap_show_admin()Dan Carpenter1-1/+1
2023-10-03Merge branch 'net-dsa-hsr-enable-hsr-hw-offloading-for-ksz9477'Paolo Abeni12-25/+283
2023-10-03net: dsa: microchip: Enable HSR offloading for KSZ9477Lukasz Majewski4-0/+235
2023-10-03net: dsa: microchip: move REG_SW_MAC_ADDR to dev->info->regs[]Vladimir Oltean4-14/+3
2023-10-03net: dsa: tag_ksz: Extend ksz9477_xmit() for HSR frame duplicationLukasz Majewski1-0/+8
2023-10-03net: dsa: notify drivers of MAC address changes on user portsVladimir Oltean2-0/+17
2023-10-03net: dsa: propagate extack to ds->ops->port_hsr_join()Vladimir Oltean5-11/+20
2023-10-03net: sfp: add quirk for FS's 2.5G copper SFPRaju Lakkaraju1-0/+3
2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani2-4/+6
2023-10-03net: phy: amd: Support the Altima AMI101LLinus Walleij2-12/+25
2023-10-03udp_tunnel: Use flex array to simplify codeChristophe JAILLET1-9/+2
2023-10-03net: ixp4xx_eth: Specify min/max MTULinus Walleij1-0/+8
2023-10-03Merge branch 'tcp_metrics-four-fixes'Paolo Abeni1-10/+12
2023-10-03tcp_metrics: optimize tcp_metrics_flush_all()Eric Dumazet1-2/+5
2023-10-03tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet1-1/+1
2023-10-03tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet1-5/+4
2023-10-03tcp_metrics: add missing barriers on deleteEric Dumazet1-2/+2
2023-10-02Merge branch 'fix-implicit-sign-conversions-in-handshake-upcall'Jakub Kicinski5-14/+14
2023-10-02handshake: Fix sign of key_serial_t fieldsChuck Lever3-6/+6
2023-10-02handshake: Fix sign of socket file descriptor fieldsChuck Lever5-8/+8
2023-10-02Merge branch 'mlxsw-annotate-structs-with-__counted_by'Jakub Kicinski5-5/+5
2023-10-02mlxsw: spectrum_span: Annotate struct mlxsw_sp_span with __counted_byKees Cook1-1/+1
2023-10-02mlxsw: spectrum_router: Annotate struct mlxsw_sp_nexthop_group_info with __co...Kees Cook1-1/+1
2023-10-02mlxsw: spectrum: Annotate struct mlxsw_sp_counter_pool with __counted_byKees Cook1-1/+1
2023-10-02mlxsw: core: Annotate struct mlxsw_env with __counted_byKees Cook1-1/+1
2023-10-02mlxsw: Annotate struct mlxsw_linecards with __counted_byKees Cook1-1/+1
2023-10-02Merge branch 'batch-1-annotate-structs-with-__counted_by'Jakub Kicinski12-13/+13
2023-10-02net: tulip: Annotate struct mediatable with __counted_byKees Cook1-1/+1