summaryrefslogtreecommitdiffstats
path: root/drivers/bus/stm32_rifsc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-13nfp: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-08-13sched: act_ct: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-3/+1
2024-08-13selftests: fib_nexthops: Test 16-bit next hop weightsPetr Machata1-1/+54
2024-08-13selftests: router_mpath_nh_res: Test 16-bit next hop weightsPetr Machata1-8/+48
2024-08-13selftests: router_mpath_nh: Test 16-bit next hop weightsPetr Machata3-8/+50
2024-08-13selftests: router_mpath: Sleep after MZPetr Machata3-0/+6
2024-08-13net: nexthop: Increase weight to u16Petr Machata3-17/+31
2024-08-13net: nexthop: Add flag to assert that NHGRP reserved fields are zeroPetr Machata2-3/+12
2024-08-13ipv6: eliminate ndisc_ops_is_useropt()Maciej Żenczykowski3-23/+2
2024-08-13eth: fbnic: add support for basic qstatsStanislav Fomichev1-0/+67
2024-08-13eth: fbnic: add basic rtnl statsJakub Kicinski4-1/+132
2024-08-12selftests: drv-net: rss_ctx: test dumping RSS contextsJakub Kicinski2-2/+80
2024-08-12netlink: specs: decode indirection table as u32 arrayJakub Kicinski1-0/+1
2024-08-12ethtool: rss: support skipping contexts during dumpJakub Kicinski5-4/+27
2024-08-12ethtool: rss: support dumping RSS contextsJakub Kicinski4-2/+146
2024-08-12ethtool: rss: report info about additional contexts from XArrayJakub Kicinski1-1/+36
2024-08-12ethtool: rss: move the device op invocation out of rss_prepare_data()Jakub Kicinski1-16/+27
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski8-10/+45
2024-08-12eth: remove .cap_rss_ctx_supported from updated driversJakub Kicinski4-4/+0
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski3-4/+8
2024-08-12eth: mlx5: allow disabling queues when RSS contexts existJakub Kicinski1-12/+0
2024-08-12eth: mvpp2: implement new RSS context APIJakub Kicinski3-33/+69
2024-08-12selftests: drv-net: rss_ctx: add identifier to traffic commentsJakub Kicinski1-2/+2
2024-08-12net: vxlan: remove duplicated initialization in vxlan_xmitMenglong Dong1-1/+1
2024-08-12net: sunvnet: use ethtool_sprintf/putsRosen Penev1-24/+10
2024-08-11net: dsa: microchip: ksz9477: split half-duplex monitoring functionEnguerrand de Ribaucourt1-37/+54
2024-08-11net: phylib: do not disable autoneg for fixed speeds >= 1GRussell King (Oracle)1-9/+25
2024-08-11net: mii: constify advertising maskRussell King (Oracle)1-3/+4
2024-08-11net: mvpp2: use device_for_each_child_node() to access device child nodesJavier Carrasco1-6/+2
2024-08-11net: mvpp2: use port_count to remove portsJavier Carrasco1-16/+7
2024-08-11bnxt_en: only set dev->queue_mgmt_ops if supported by FWDavid Wei2-1/+5
2024-08-11bnxt_en: stop packet flow during bnxt_queue_stop/startDavid Wei1-4/+18
2024-08-11bnxt_en: set vnic->mru in bnxt_hwrm_vnic_cfg()David Wei1-1/+2
2024-08-11bnxt_en: Check the FW's VNIC flush capabilityMichael Chan2-0/+3
2024-08-11bnxt_en: Add support to call FW to update a VNICMichael Chan2-0/+23
2024-08-11bnxt_en: Update firmware interface to 1.10.3.68Michael Chan1-140/+249
2024-08-11l2tp: flush workqueue before draining itJames Chapman1-1/+9
2024-08-11l2tp: l2tp_eth: use per-cpu counters from dev->tstatsJames Chapman1-22/+10
2024-08-11l2tp: improve tunnel/session refcount helpersJames Chapman8-93/+79
2024-08-11l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman5-69/+39
2024-08-11l2tp: add tunnel/session get_next helpersJames Chapman2-0/+129
2024-08-11l2tp: handle hash key collisions in l2tp_v3_session_getJames Chapman1-1/+2
2024-08-11l2tp: move l2tp_ip and l2tp_ip6 data to pernetJames Chapman2-50/+168
2024-08-11l2tp: remove inline from functions in c sourcesJames Chapman4-6/+6
2024-08-11documentation/networking: update l2tp docsJames Chapman1-34/+20
2024-08-10net/mlx5e: CT: Update connection tracking steering entriesCosmin Ratiu4-8/+53
2024-08-10net/mlx5e: CT: 'update' rules instead of 'replace'Cosmin Ratiu1-17/+17
2024-08-10net/mlx5e: Use extack in get module eeprom by page callbackGal Pressman1-2/+4
2024-08-10net/mlx5e: Use extack in set coalesce callbackGal Pressman1-6/+14
2024-08-10net/mlx5e: Use extack in get coalesce callbackGal Pressman4-6/+10