aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/helpers/build_bug.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-26Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_syncLuiz Augusto von Dentz1-2/+9
2024-11-26bnxt_en: Unregister PTP during PCI shutdown and suspendMichael Chan1-0/+6
2024-11-26bnxt_en: Refactor bnxt_ptp_init()Michael Chan3-6/+7
2024-11-26bnxt_en: Fix receive ring space parameters when XDP is activeShravya KN1-1/+9
2024-11-26bnxt_en: Fix queue start to update vnic RSS tableSomnath Kotur1-0/+7
2024-11-26bnxt_en: Set backplane link modes correctly for ethtoolShravya KN1-2/+7
2024-11-26bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is downSaravanan Vajravel1-2/+6
2024-11-26net: hsr: fix hsr_init_sk() vs network/transport headers.Eric Dumazet1-2/+2
2024-11-26octeontx2-af: Quiesce traffic before NIX block resetHariprasad Kelam8-6/+145
2024-11-26octeontx2-af: RPM: fix stale FCFEC countersHariprasad Kelam2-17/+17
2024-11-26octeontx2-af: RPM: fix stale RSFEC countersHariprasad Kelam2-5/+12
2024-11-26octeontx2-af: RPM: Fix low network performanceHariprasad Kelam5-11/+19
2024-11-26octeontx2-af: RPM: Fix mismatch in lmac typeHariprasad Kelam1-1/+1
2024-11-26net: stmmac: dwmac-socfpga: Set RX watchdog interrupt as brokenMaxime Chevallier1-0/+2
2024-11-26marvell: pxa168_eth: fix call balance of pep->clk handling routinesVitalii Mordan1-10/+4
2024-11-26net: mdio-ipq4019: add missing error checkRosen Penev1-1/+4
2024-11-26selftests/rtnetlink.sh: add mngtempaddr testHangbin Liu1-0/+95
2024-11-26net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu1-12/+29
2024-11-26net: stmmac: set initial EEE policy configurationChoong Yong Liang1-0/+3
2024-11-26rtase: Corrects error handling of the rtase_check_mac_version_valid()Justin Lai1-0/+2
2024-11-26rtase: Correct the speed for RTL907XD-V1Justin Lai1-1/+12
2024-11-26rtase: Refactor the rtase_check_mac_version_valid() functionJustin Lai2-13/+22
2024-11-26s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()Sidraya Jayagond1-9/+17
2024-11-26net/l2tp: fix warning in l2tp_exit_net found by syzbotJames Chapman1-3/+19
2024-11-24selftests: net: test extacks in netlink dumpsJakub Kicinski2-2/+130
2024-11-24netlink: fix false positive warning in extack during dumpsJakub Kicinski1-10/+11
2024-11-24net: microchip: vcap: Add typegroup table terminators in kunit testsGuenter Roeck1-7/+10
2024-11-24net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configurationOleksij Rempel1-3/+3
2024-11-24tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsetsPavan Chebbi1-0/+3
2024-11-24rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet1-4/+10
2024-11-24selftests: fix nested double quotes in f-stringDavid Wei1-1/+1
2024-11-24net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel1-1/+4
2024-11-24net: usb: lan78xx: Fix double free issue with interrupt buffer allocationOleksij Rempel1-15/+14
2024-11-24net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phydev->eee_cfg.eee_enabledHeiner Kallweit1-10/+14
2024-11-19scripts: ipe: polgen: remove redundant close and error exit pathColin Ian King1-10/+2
2024-11-19arm64: dts: apm: Remove unused and undocumented "bus_num" propertyRob Herring (Arm)2-3/+0
2024-11-19arm: dts: spear13xx: Remove unused and undocumented "pl022,slave-tx-disable" propertyRob Herring (Arm)2-4/+0
2024-11-19arm64: dts: amd: Remove unused and undocumented "amd,zlib-support" propertyRob Herring (Arm)2-2/+0
2024-11-19mm: page_frag: fix a compile error when kernel is not compiledYunsheng Lin2-1/+19
2024-11-19Documentation: tipc: fix formatting issue in tipc.rsttuqiang1-1/+1
2024-11-19selftests: nic_performance: Add selftest for performance of NIC driverMohan Prasad J3-1/+157
2024-11-19selftests: nic_link_layer: Add selftest case for speed and duplex statesMohan Prasad J1-0/+22
2024-11-19selftests: nic_link_layer: Add link layer selftest for NIC driverMohan Prasad J4-0/+315
2024-11-18bnxt_en: Add FW trace coredump segments to the coredumpShruti Parab2-6/+90
2024-11-18bnxt_en: Add a new ethtool -W dump flagMichael Chan4-7/+90
2024-11-18bnxt_en: Add 2 parameters to bnxt_fill_coredump_seg_hdr()Shruti Parab2-10/+17
2024-11-18bnxt_en: Add functions to copy host context memorySreekanth Reddy2-0/+107
2024-11-18bnxt_en: Do not free FW log context memoryHongguang Gao2-9/+36
2024-11-18bnxt_en: Manage the FW trace context memoryShruti Parab2-0/+89
2024-11-18bnxt_en: Allocate backing store memory for FW trace logsShruti Parab2-13/+57